jorenvh / laravel-share

Optional package for Laravel to generate social share links.
MIT License
529 stars 88 forks source link

I have a problem with Share::currentPage()->twitter()->getRawLinks() #100

Open doudouinfo opened 1 year ago

doudouinfo commented 1 year ago

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

bhdrnzl commented 1 year ago

{!! Share::currentPage()->facebook() !!}

amitsolanki1 commented 2 months ago

Have you solved? How you are using Share::currentPage()->twitter()->getRawLinks() this because it's not giving any error? Please share your code.