点赞按钮的初始计数

发布于 2024-12-11 03:54:08 字数 94 浏览 0 评论 0原文

我刚刚在我的网站上放了一个“赞”按钮,计数立刻就变成了 25。这意味着什么,因为我确信已经有 25 个人还没有喜欢该网站。我可以改变这个值吗?

谢谢, 史蒂夫

I just put a Like button up on my site and immediately the count is 25. What does this mean, since I'm sure 25 people haven't Liked the site already. Can I change this value?

Thanks,
Steve

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

萝莉病 2024-12-18 03:54:08

Like 按钮文档 说:

我的“赞”按钮上显示的数字是由什么组成的?

显示的数字是以下各项的总和:

  • 此网址的点赞数
  • 此网址的分享次数(包括复制/粘贴链接回 Facebook)
  • Facebook 上有关此网址的报道的点赞数和评论数
  • 包含此网址作为附件的收件箱邮件数量。

据我所知,您无法手动更改号码。

The Like Button Documentation says:

What makes up the number shown on my Like button?

The number shown is the sum of:

  • The number of likes of this URL
  • The number of shares of this URL (this includes copy/pasting a link back to Facebook)
  • The number of likes and comments on stories on Facebook about this URL
  • The number of inbox messages containing this URL as an attachment.

As far as I know, you cannot change the number manually.

得不到的就毁灭 2024-12-18 03:54:08
  1. 无法更改计数
  2. 确保href为空(如果是XFBML)或设置为您的页面
  3. 尝试在调试器
  1. You can't change the count
  2. Make sure that the href is empty (if XFBML) or set to your page
  3. Try running your link on the debugger
青衫负雪 2024-12-18 03:54:08

随着您的应用链接:https://myapp.com 在用户个人资料、Facebook 群组、Facebook 页面中共享,您的点赞计数会递增。如果它被删除,例如,Facebook 页面所有者不希望您的应用出现广告,您的点赞计数不会减少。

在您的情况下,由于您拥有自己的域名,并且正如上面已经提到的那样,您有 25 个喜欢

As your app link: https://myapp.com shared in user profiles, facebook groups, facebook pages, your like count increments. Event it is deleted, as an example, facebook page owner doesn't want ad of your app, your like count doesn't decrement.

In your case as you have your domain, and as it is already mentioned above places, you've 25 likes.

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