Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LinkedIn Counts 404 error #235

Open
acer152 opened this issue Oct 11, 2019 · 1 comment
Open

LinkedIn Counts 404 error #235

acer152 opened this issue Oct 11, 2019 · 1 comment

Comments

@acer152
Copy link

acer152 commented Oct 11, 2019

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
Copy link

lohic commented Oct 30, 2019

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: ""
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants