Facebook 对*每个页面* 的点赞数相同(带有查询字符串)
我试图在同一网站上拥有不同的页面(所有页面都通过加载不同内容的查询字符串来区分)有自己的喜欢数量。
问题是,无论我做什么,他们的点赞数都是相同的。每个页面上的 opengraph 元标记都不同,但 Facebook 会以某种方式将它们识别为同一页面,并且当其中一个页面获得点赞时,主页面(没有任何查询字符串)也会获得点赞。
可能发生什么事?
I'm trying to have different pages on the same website (all distinguished by querystrings which load different content) have their own number of likes.
Problem is, they all have the same number of Likes no matter what I do. The opengraph meta tags are different on each page yet somehow Facebook recognises them all as the same page and when one gets likes, the main one (without any query strings) gets the likes.
What could be going on?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当您写出“点赞”按钮时,您是否对“?”进行了编码?正确吗?确保您使用
urlencode()
整个 url 参数(如果您使用的是 PHP)。将您的网址放在这里以查看“赞”按钮源
http://developers.facebook.com/tools/lint /
When you write out the like button, are you encoding the "?" correctly? Make sure you are
urlencode()
the whole url param (if you are in PHP).Put your url in here to see the like button source
http://developers.facebook.com/tools/lint/