Facebook点赞按钮计数问题

发布于 2024-12-02 03:48:01 字数 227 浏览 3 评论 0原文

我已经使用 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 技术交流群。

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

发布评论

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

评论(2

囍孤女 2024-12-09 03:48:01

为什么不将页面的绝对 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.

一江春梦 2024-12-09 03:48:01

如果您使用 og:url 标记,则必须在每个页面上更改它。

If you used og:url tag, you although have to change it on each page.

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