laravel-share
laravel-share copied to clipboard
Optional package for Laravel to generate social share links.
ERROR htmlspecialchars(): Argument #1 ($string) must be of type string, array given When using the getRawLinks() function with linkedin, twitter, instagram and other it pops up with the error above,...
``` ErrorException Array to string conversion ``` When trying to output raw link for Twitter.
I have added viber share support in this PR.
Need to generate raw link for viber
I created this update and PR addressing Issue #87
Is there no option to add Social Network names to the tags?
How user check share is successfully complete or not?
Hi 👋 I have a weird issue with this package with the Linkedin share link On some models, it works well, and on some others the preview windows contains JSON...
Thanks for this package, It's working properly except for the LinkedIn. When I click on LinkedIn share button The URL generated is something like this: https://www.linkedin.com/sharing/share-offsite/?mini=true&url=https://staging.medeventus.com/events/66/Medeventus%20First%20Event and LinkedIn page says:...
I have added FontAwesome v6 support in this PR.