Facebook“点赞”按钮计数器突然消失了,为什么?
几周前,我添加了一个 XFBML Facebook “Like”按钮,计数器打开一个网站。柜台运转良好,“赞”的数量每天都在增加。
几天前,柜台突然消失了,只剩下“喜欢”按钮。
当使用 Linter 检查时,我突然收到一条错误消息,该消息在声明之前没有显示需要声明“fb:app_id”或“fb:admins”。所有其他值都很好并且符合要求。
更改为 iframe 版本不会产生任何影响。
我的问题基本上是为什么它以前有效而不再有效?是因为达到一定数量的“点赞”还是类似的原因?
显然我可以简单地注册 FB 并添加这些参数,但这不是我的意图。
解决方法可能是访问例如 http://graph.facebook.com /?id=http://google.com/ 并从那里获取数据。但它仍然无法解释为什么它在几周前有效而现在不再有效。
非常感谢任何建议或反馈。
干杯!
A few weeks ago I added a XFBML Facebook "Like" button with counter on a website. The counter worked fine and everyday the number of "Likes" increased.
Suddenly a few days ago the counter vanished just leaving the "Like" button alone.
When using the Linter check I am suddenly receiving an error message which did not show before stating that either "fb:app_id" or "fb:admins" need to be declared. All other values are fine and as required.
Changing to the iframe version does not make a difference.
My question is basically why it worked before and not anymore? Is it due to hitting a certain amount of "Likes" or similar?
Obviously I can simply register with FB and add those parameters but that is not my intention.
A work around could be to access e.g. http://graph.facebook.com/?id=http://google.com/ and grab the data from there. Still it does not explain why it worked some weeks ago and no longer does.
Any suggestions or feedback is much appreciated.
Cheers!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一周后,计数器现在回来了(仍然没有“fb:app_id”或“fb:admins”标签)。
再说一次,我没有触及任何代码。
Facebook 肯定是在玩弄他们。
The counter is back now (still without "fb:app_id" or "fb:admins" tags)... after a week being gone.
Again, I have not touched any code whatsoever.
Facebook must be playing on their end.