nygardk / react-share

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

Linkedin Share does not work in reactjs. Anyone can confirm? If works, please share code. Thanks #490

Open nadirhussainnn opened 1 year ago

PeterWCox commented 1 year ago

@nadirhussainnn

This package isn't maintained anymore - just use this snipper (all of the other properties documented in the LinkedIn share button are deprecated

href={https://www.linkedin.com/shareArticle?mini=true&url=${props.itemUrl}}

image

nadirhussainnn commented 1 year ago

Thanks @PeterWCox , I will try this.

nadirhussainnn commented 1 year ago

@PeterWCox , It opens a linkedin window and works well. But On mobile screen it does not pre-fill post content IF Linkedin app is installed on user device. If linkedin app is not installed, it just opens up the linkedin window in browser with post content pre-filled. So how do you think we can handle this? Because we can't forece open the link in browser if apps are installed for particular URLs like linkedin app.

Hope i am clear in my explanation. I would love to hear from you. Thanks

devamaral2 commented 1 year ago

@PeterWCox this url does not works for me.