ShareThis.com 社交媒体按钮 HitCounter 事故
我的页面上有社交媒体分享和点赞按钮。 Facebook 按钮的点击次数存在问题。如果我在 Facebook 上“分享”该页面,下次刷新该页面时,该页面就会计入“点赞”。
; ; ;
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher: "69070f45-d198-4d82-8b1f-9715232e78e8"}); </script>
你知道可能出了什么问题吗?我被困住了>。<
I have social media share and like buttons on my page. There is a problem with the hitcount that the Facebook buttons get. If I "Share" the page on Facebook it gets counted toward the "Likes" the next time I refresh the page.
<span class='st_facebook_hcount' st_title='$videoTitle' displayText='Facebook'></span>
<span class='st_twitter_hcount' st_title='$videoTitle' displayText='Tweet'></span>
<span class='st_sharethis_hcount' st_title='$videoTitle' displayText='share'></span>
<span class='st_fblike_hcount' st_title='$videoTitle' displayText='Facebook Like'></span>
<span class='st_plusone_hcount' st_title='$videoTitle' displayText='Google +1'></span>
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher: "69070f45-d198-4d82-8b1f-9715232e78e8"}); </script>
Any ideas what could be going wrong? I'm stuck >.<
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不认为你做错了什么,它按照 Facebook 的预期工作
这是 Facebook 所说的数字:
取自: http://developers.facebook.com/docs/reference/plugins/like/
我的“赞”按钮上显示的数字是由什么组成的?
显示的数字是以下各项的总和:
此 URL 的点赞数
此 URL 的分享数量(这包括复制/粘贴链接回 Facebook)
Facebook 上有关此 URL 的故事的点赞数和评论数
包含此 URL 作为附件的收件箱邮件数。
希望这有帮助..
I don't think you are doing anything wrong, its working as intended by Facebook
Here is what Facebook says the number is:
Taken from: http://developers.facebook.com/docs/reference/plugins/like/
What makes up the number shown on my Like button?
The number shown is the sum of:
The number of likes of this URL
The number of shares of this URL (this includes copy/pasting a link back to Facebook)
The number of likes and comments on stories on Facebook about this URL
The number of inbox messages containing this URL as an attachment.
Hope this helps..