Facebook点赞按钮计数问题
我已经使用 javascript 解决方案安装了类似 facebook 的按钮。
我将 href 属性留空,因此它将使用当前 url 进行计数。现在看来,即使在更改 href 属性之后,facebook 也在我的整个网站上计算类似的内容。
例子: 1.domain.com/fb_url 2.domain.com/fb_url2
如果您喜欢第一个网址,您将能够在第二个网址上看到喜欢的内容。
I have installed facebook like button with javascript solution.
I left the href attribute empty so it will use the current url for counting. It seems that right now , even after changing the href attribute , facebook is counting the like on my entire website.
Example:
1. domain.com/fb_url
2. domain.com/fb_url2
If you will like the first url , you will be able to see the likes on the second url.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
为什么不将页面的绝对 URL 放入 href 属性中?我想这会解决这个问题。无论您使用什么语言,这都可以轻松实现。请发布您正在使用的代码,以便我们提供进一步的帮助。
Why not putting into the href attribute the absolute URL of the page? I guess this will fix the issue. This can be easily achieved in whatever language you use. Please post the code you are using so that we can provide further help.
如果您使用
og:url
标记,则必须在每个页面上更改它。If you used
og:url
tag, you although have to change it on each page.