LinkedIn sharing counts lost

泪湿孤枕 提交于 2019-12-08 03:23:49

问题


I have a wordpress blog (http://bloculus.com/) where I use Super Socializer plugin to share my posts. Recently, I discovered that I lost all my LinkedIn share counts (in every post, it went back to 0).

I got in touch with the plugin author and we saw that the issue wasn't in his side. When using the linkedin api, I see that I don't have any share on any post.

Here is an example:

http://www.linkedin.com/countserv/count/share?url=http://bloculus.com/process-communication-les-fondamentaux/&format=json

Response is:

{
"count": 0,
"fCnt": "0",
"fCntPlusOne": "1",
"url": "http://bloculus.com/process-communication-les-fondamentaux/"
}

Whereas I had a few hundreds of shares last week.

So my questions are:

  • Given that I didn't change any of my posts URL, nor website settings (no change in http or https protocol), how is it possible to "loose" sharing count ?

  • Is it a way to get all my counts back ?

Thank you for your help!


回答1:


https://developer.linkedin.com/blog/posts/2018/deprecating-the-inshare-counter

The API was end-of-lifed, so results will return what you are seeing. I don't know of an existing workaround.



来源:https://stackoverflow.com/questions/48261160/linkedin-sharing-counts-lost

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!