我的网站和我公司的 Facebook 页面上的 Facebook Like 按钮
在我的网站上,有些人喜欢我,比如说我有 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是不可能的,可能的是让人们喜欢该网站而不是页面 URL,
只需将 URL 硬编码如下:
其中“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:
Where "http://example.com" is your URL