laravel-share icon indicating copy to clipboard operation
laravel-share copied to clipboard

Optional package for Laravel to generate social share links.

Results 22 laravel-share issues
Sort by recently updated
recently updated
newest added

this package can share the post on linkedin via mobile application rather than browser?

this is changed behaviour which i need to workaround like this: `->twitter()->getRawLinks()['twitter']` it would be nicer to add a function like `->getRawLink('twitter')`

I create this variable on the controller: `$shareComponent = Share::page('http://jorenvanhocht.be') ->facebook() ->twitter() ->linkedin() ->reddit();` I send the $shareComponent to a view, and I tried the {!! $shareComponent !!} but instead...

Is there no way to include some share text when sharing to facebook?

I'm using this library for a Laravel project. It works well except it doesn't work while adding multiple parameters to the URL which is going to be shared. ``` public...

I am new to laravel, started development on v9, now I am on v10. I have installed this package based on steps provided, but I noticed package's lang files were...

upi://pay?pa=msbi.ukb&pn=MerchantUAT&am=21.00&mam=21.00&tr=OD620479210623&tn=test&mc=5311&mode=04&purpose=00&utm_campaign=DEBIT&utm_medium=FKRT&utm_source=OD62047170623 when i share this type link after this & symbol not working ...

htmlspecialchars() expects parameter 1 to be string, array given

I am sharing to linkedin directly by the url (http://www.linkedin.com/shareArticle?mini=true&url={{ route("candidate.test.perform", $test->slug) }}), but it shows something went wrong on the linkedin, and when i use Share::page('route')->linkedin() it throws error...