Bunlong / next-share

Social media share buttons and share counts for your next React apps.
https://next-share.js.org
MIT License
242 stars 34 forks source link

LinkedinShareButton not populating title nor summary data #68

Closed josem-gp closed 1 year ago

josem-gp commented 2 years ago

Hi,

First of all thank you for this amazing package!

I am trying to share some url to LinkedIn with a title and a summary:

<LinkedinShareButton 
    url={'https://github.com/next-share'}
    title={'next-share is a social share buttons for your next React apps.'}
    summary={'This is a test for summary'}
>
  <LinkedinIcon size={32} round />
</LinkedinShareButton>

But it doesn't seem to work. Only the url props is working somehow. Is there any way to work around this? Thanks!

Navaneeth-Sharma commented 1 year ago

Hi @josem-gp, Did you find any solution for this ?

josem-gp commented 1 year ago

Not really.. still waiting for any update on this

Bunlong commented 1 year ago

@josem-gp, @Navaneeth-Sharma

Linkedin API was updated in next-share version 0.18.4.

Please have a look the document. Thanks!