tabalinas / jssocials

Social Network Sharing jQuery Plugin
http://js-socials.com
MIT License
464 stars 104 forks source link

LinkedIn Counts 404 error #235

Open acer152 opened 4 years ago

acer152 commented 4 years ago

LinkedIn has discontinued providing counts, and the jssocial plugin appears to still be requesting the URL for the counts, which is 404 erroring. Is there a new version of jssocial that has this update?

image

lohic commented 4 years ago

modifying line 475 in dist/jssocials.js seems to correct the error

linkedin: {
   label: "Share",
   logo: "fa fa-linkedin",
   shareUrl: "https://www.linkedin.com/shareArticle?mini=true&url={url}",
   countUrl: ""
},