如何将旧的点赞按钮与新的 Facebook 页面合并?

发布于 2024-12-07 20:48:33 字数 218 浏览 0 评论 0原文

我的网站上有一个“喜欢”按钮很长时间了,现在它有大约 500 个喜欢。然而,这个按钮只喜欢网站的实际链接,而不喜欢 Facebook 上的页面。 今天我为我的服务创建了一个新页面,尽管我找到了一种为该页面制作“喜欢”按钮的方法,但我想知道是否有一种方法可以转移我在旧按钮上的“喜欢” (仅链接)到新按钮(fb 页面),也可以使旧的“仅链接”按钮实际上链接到新页面(现在链接按钮和页面按钮的行为就好像它们完全不相关) )。

I've had a like button on my site for a long time, and right now it has ~500 likes. However, this button only likes the actual link to the website and not a page on Facebook.
Today I have created a new page for my service, and even though I've found a way to make a like button for the page, I'd like to know if there was a way to transfer the likes I had on the old button (link only) to the new button (fb page) and also maybe make it so that the old "link-only" button actually links to the new page (right now the link button and page button act as if they're completely unrelated).

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

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

发布评论

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

评论(1

抚你发端 2024-12-14 20:48:33

不幸的是,没有办法将点赞从一个图形对象转移到另一个图形对象。

但你可以做一些事情:
实际上,每个“喜欢”按钮都会在 opengraph 中创建边缘,该边缘在 Facebook 上有一个页面,因此您可以告知已经喜欢您的“旧页面”的人新页面的存在。
您可以向喜欢您页面的用户发布流更新,就像使用 Facebook 页面一样。有两种方法可以进入发布界面:

https://developers.facebook.com/文档/opengraph/#publishing

在您的网页上,单击“赞”按钮旁边的“管理页面”。从
Facebook,单击“帐户”选项卡下的“管理页面”,然后单击“转到”
页面名称旁边的页面 您可以将故事发布给您的用户
与您在自己的墙上写 Facebook 帖子的方式相同:通过输入
出版商,屏幕顶部的字段显示“正在播放什么
你的想法是什么?”这些故事出现在任何有过此经历的人的动态消息中
点击了您网页上的“赞”按钮。

有关如何通过代码执行相同操作的示例,请参阅 http://developers.facebook.com/blog/帖子/465

Unfortunately, there is no way to transfer likes from one graph object to another.

But there is something you can do:
Every like button in fact creating edge in opengraph which have a page on Facebook, so you can inform people who already likes your "old page" about existence of new one.
You can publish stream updates to the users who have liked your page just like you can with Facebook Pages. There are two ways to get to the publishing interface:

From https://developers.facebook.com/docs/opengraph/#publishing

From your Web page, click Admin Page next to the Like button. From
Facebook, click Manage Pages under the Account tab, then click Go To
Page next to your page name You can publish stories to your users the
same way you write a Facebook post from your own wall: by typing in
the Publisher, the field at the top of the screen that says "What's on
your mind?" The stories appear in the News Feed of anyone who has
clicked the Like button on your webpage.

For samples how to do same thing from code look at http://developers.facebook.com/blog/post/465

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