MaxArt2501/share-this

LinkedIn not pulling in data

johncionci opened this issue · 2 comments

Im using the default implementation of the script and Facebook and Twitter are pull in dynamic text thats highlighted but LinkedIn opens the sharing window but dosent seem to be pulling in anything.

  var twitterSharer = window.ShareThisViaTwitter;
  var facebookSharer = window.ShareThisViaFacebook;
  var linkedinSharer = window.ShareThisViaLinkedIn;
  ShareThis({
    sharers: [ facebookSharer, twitterSharer, linkedinSharer ],
  }).init();

Same issue here.

It looks like LinkedIn doesn't support sharing portions of text anymore. The URL for creating sharing posts/messages is now https://www.linkedin.com/sharing/share-offsite/?url={url}&title={title} but it doesn't seem to do anything with title 🤷‍♂️
Thanks, Microsoft.

As it has lost it purpose, I'm going to pull the sharer from the next release.