我的网站和我公司的 Facebook 页面上的 Facebook Like 按钮

发布于 2024-10-25 13:07:59 字数 153 浏览 1 评论 0原文

在我的网站上,有些人喜欢我,比如说我有 100 个赞。 在我网站的 Facebook 页面上,只有 1 个人喜欢我,因为他们都通过我网站上的“喜欢”按钮喜欢我。 我想合并这两个计数。每当有人在我的网站上按“喜欢”时,他也会自动喜欢我网站的 Facebook 页面。

这可能吗?

On my site, some people like me, I have 100 likes let's say.
On the facebook page of my site, I have only 1 person liking me, because they are all liking me through the "like" button on my site.
I want to merge those 2 counts. Whenever somebody press "like" on my site, he is automatically liking my site's facebook page too.

Is that possible?

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

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

发布评论

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

评论(1

_畞蕅 2024-11-01 13:07:59

这是不可能的,可能的是让人们喜欢该网站而不是页面 URL,

只需将 URL 硬编码如下:

<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2example.com&layout=standard&show_faces=true&width=450&action=like&font&colorscheme=light&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>

其中“http://example.com”是您的 URL

That isn't possible, what IS possible is to get people to like the site rather than the pages URL,

Just hardcode the url in like this:

<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2example.com&layout=standard&show_faces=true&width=450&action=like&font&colorscheme=light&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>

Where "http://example.com" is your URL

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