nygardk / react-share

Social media share buttons and share counts for React
MIT License
2.6k stars 433 forks source link

Linkedin share is not working #422

Open rohan2734 opened 2 years ago

rohan2734 commented 2 years ago

Linkedin share is not working

ZhangPeng4242 commented 2 years ago

same issue

justincorrigible commented 2 years ago

This sounds like a duplicate of #420?

Either way, I was having issues with LinkedIn, only to realise it fails when the URL being shared is unreachable (e.g. localhost, or VPN-bound sites). Maybe you're having the same issue? hard to help troubleshooting without any details...

tiffanywgtang commented 2 years ago

my LinkedIn share url is showing "https://www.linkedin.com/shareArticle/?url=" but it should be "https://www.linkedin.com/sharing/share-offsite/?url=" like in demo. Why is that??

psoaresbj commented 1 year ago

To give a little more context, If you not escape the url, linkedin will redirect from https://www.linkedin.com/shareArticle/?url= to https://www.linkedin.com/sharing/share-offsite/?url=

Following this issue...