Bunlong / next-share

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

Linkedin title and summary #43

Closed henrikosterman closed 2 years ago

henrikosterman commented 2 years ago

Hi Team..

I can not get title and summary to work when sharing to linkedin. Using below and url is working fine, but i don't get the expected Title and Summary, or am i missing something / doing anything wrong ?

      <LinkedinShareButton
              title="Title test"
              summary="Summary test"
              url={`https://www.giveone.com/news/${actionfeed.fields.slug}`}
            >
              Share on Linkedin
       </LinkedinShareButton>
Screenshot 2022-05-12 at 13 19 53
henrikosterman commented 2 years ago

To clarify, i expected to see "Title test" where it says "Give One - powered by Klarna".

henrikosterman commented 2 years ago

Closing this, my bad