点赞按钮不显示计数

发布于 2024-12-07 17:12:17 字数 1139 浏览 0 评论 0原文

这种情况发生在任何网络浏览器上。当我转到该页面时,我看到“赞”按钮没有显示任何计数。然后我...

  1. 按“赞”按钮。
  2. 然后我看到方框显示+1。
  3. 我刷新页面。
  4. 我不再看到 +1,并且看到“赞”按钮,就好像从未按下过一样。

我可以无休止地重复步骤 1-4 并获得相同的结果 - 我永远不会看到总的实时计数。

看起来它没有记录计数,但是当我通过以下方式查询它时:

https://api.facebook. com/method/fql.query?query=selecttotal_count,like_count,comment_count,share_count,click_count from link_stat where url='https://www.myswebsite.com/'&format=json

我看到实时统计数据 - 所以我知道它正在发挥作用。我还尝试了 http://developers.facebook.com/docs/reference/plugins/like 的不同变体/ - 以及旧版本。我已将代码隔离为 Facebook 代码,页面上没有其他内容。由于某种原因,当我使用 https://www.myswebsite.com/ 它不显示。我使用代码尝试了其他网址,例如 http://www.google.com,效果很好,我可以看到计数。

这是一个 SSL 网站。这有什么关系吗?此外,当我们最初使用“赞”按钮启动该网站时,它最初是 http://mywebsite.com。然后我们将其切换为 http://www.myswebsite.com,然后设置 SSL 通配符以与两者一起使用。我不确定缓存是否与此有关。

谢谢!

This happens on any web browser. When I go to the page, I see the like button not showing any counts. Then I...

  1. Press on the Like button.
  2. I then see the box say +1.
  3. I refresh the page.
  4. I no longer see the +1 and I see the Like button as if it was never pressed.

I can repeat steps 1-4 endlessly with the same results - I never see the total live count.

It would seem like it's not keeping counts, but when I query it via:

https://api.facebook.com/method/fql.query?query=select total_count,like_count,comment_count,share_count,click_count from link_stat where url='https://www.myswebsite.com/'&format=json

I see the live stats - so I know it's working. I've also tried different variations of http://developers.facebook.com/docs/reference/plugins/like/ - and old versions as well. I've isolated the code to just be the facebook code with nothing else on the page. For some reason, when I use https://www.myswebsite.com/ it doesn't show. I try other URLs like http://www.google.com with the code, and it works fine, I can see the count.

It's an SSL web site. Does this have anything to do with it? Also, when we initially launched the site with the Like button, it was http://mywebsite.com originally. Then we switched it to http://www.myswebsite.com, and then setup a SSL wildcard to function with both. I'm not sure if caching has anything to do with it.

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

触ぅ动初心 2024-12-14 17:12:17

这篇博客帖子可能会给您一些帮助。该帖子所说的是,您可以使用 Facebook URL linter 工具“某种程度”清理您的 URL

另外,还报告了与此相关的错误 问题

This blog post might give you some help. What the post says is that you can "sort of" clean your URL with Facebook URL linter tool

Also there is a bug reported related to this issue

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文