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

Linkedin share is not working

Open rohan2734 opened this issue 3 years ago • 4 comments

Linkedin share is not working

rohan2734 avatar Nov 10 '21 10:11 rohan2734

same issue

ZhangPeng4242 avatar Nov 26 '21 17:11 ZhangPeng4242

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...

justincorrigible avatar Nov 30 '21 18:11 justincorrigible

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??

tiffanywgtang avatar Feb 02 '22 18:02 tiffanywgtang

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...

psoaresbj avatar May 09 '23 10:05 psoaresbj