Facebook 点赞按钮未与粉丝页面中的点赞链接?
例如,我的网站中有一篇文章
和我在本文的网站 (http://developers.facebook.com/docs/reference/plugins/like) 中放置了 Facebook 的“点赞”按钮插件,
而且我在 Facebook 上也有一个粉丝页面并分享这篇文章(通过分享关联)。
如果我按下网站中的链接按钮,则不会添加像本文这样的粉丝页面。反之亦然,如果我在粉丝页面中点击本文的“赞”按钮,它也不会反映在网站上。
那么这是默认行为吗?我认为文章 URL 是为 Facebook Like 插件提供的,应该链接该信息。我在这里缺少什么吗?
谢谢。
For example, I have an article in my site,
and I put a like button plugin from Facebook in the website for this article (http://developers.facebook.com/docs/reference/plugins/like)
And I also have a fan page in Facebook and share this article (by sharing a link).
If I press the link button in my site, the fan page like for this article does not add up. And vice versa, if I click the like button of this article in fan page, it does not reflect on the website either.
So is it the default behavior? I thought the article URL is provided for the Facebook Like plugin, the info should be linked. Anything I am missing here?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
当您在网站上为这篇特定文章添加“赞”按钮时,
它通常链接到“Open Graph Facebook 页面”,而不是常规的 Facebook 粉丝页面,并带有墙页。 Open Graph Facebook 页面会将用户重定向到您自己的网站。它的好处是,您将能够在粉丝新闻源中发布新闻。
当您在粉丝页面上分享该文章时,粉丝会喜欢新闻源帖子,而不是您网站的文章。
您可以将“赞”按钮链接到您的粉丝页面,但您将失去特定文章的“赞”功能。
如文档(http://developers.facebook.com/docs/reference/plugins/like)中所述:
When you put an Like Button on your website for this particular article,
it's usually linked to an "Open Graph FaceBook Page", not your regular Facebook Fan Page, with a wall page. Open Graph FaceBook Page will redirect users to your own website. The good part of it, is that you'll be able to post news in the fans news feed.
When you share that article on your Fan Page, fans would LIKE the news feed post, not your website's article.
You can link the like buttons to your Fan Page, but you'll loose specific article liking capabilities.
As described in the doc (http://developers.facebook.com/docs/reference/plugins/like) :
第一个赞是针对您的网站的,第二个赞是针对提要故事的 - 它们是两个不同的对象。
The first like is for your site, the second like is for the feed story -- they are two distinct objects.