两个 Facebook Like 按钮计数错误
我的页面上有两个
类似 Facebook 的按钮。一种是“fan like
”,另一种是常规“like
”,两者都使用 iframe。第一个有大约 100 个赞,另一个是最近添加的。
添加正确的元属性后,新的“点赞”按钮仍然使用错误的网址
。
URL linter 正确显示所有数据除了
末尾的“点赞”按钮(您可以在其中复制源代码)显示 1000 个点赞,而新按钮则显示 0-5 个点赞。网站上的新按钮显示错误的计数。
I have two
Facebook like buttons on my page. One is "fan like
" the other is regular "like
" Both are using iframes. First one has about 100 likes the other has been recently added.
After adding the correct meta attributes the new like button still uses the wrong url
.
URL linter displays all data correctly EXCEPT
the Like Button at the end (where you can copy source) shows 1000 likes vs 0-5 for the new button. On the site the new buttons shows the wrong count.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,Facebook 使用每个 Like 按钮生成一个新的应用程序 ID。如果您为同一 URL 生成新按钮,则可以检查此项。
确保按钮使用相同的应用程序 ID,您可以在此处检查:https://developers.facebook.com/应用程序或此处https://www.facebook.com/insights/
As far as i know Facebook uses for each Like Button you generate a new app id. You can check this if you generate a new button for the same URL.
Make sure that the buttons are using the same app id which you can check here: https://developers.facebook.com/apps or here https://www.facebook.com/insights/