制作 FB Like 让新内容出现给用户?

发布于 2024-12-04 08:42:59 字数 310 浏览 0 评论 0原文

我使用此代码在我的网站上生成 Facebook Like 按钮:

<fb:like href="http://www.facebook.com/URL-TO-FBPAGE"  width="30" action="like" layout="button_count" id="f1"></fb:like>

它工作正常。现在我想做的是,我希望用户在单击“喜欢”按钮后看到隐藏的内容。例如“欢迎来到社区”图像。这怎么可能?我见过其他人生成执行此操作的代码,但我从未保存过源代码。

任何帮助将不胜感激。

I use this code to generate the Facebook like button on my website:

<fb:like href="http://www.facebook.com/URL-TO-FBPAGE"  width="30" action="like" layout="button_count" id="f1"></fb:like>

It works fine. Now what I want to do is that I want the user to see a hidden content after clicking the like button. For instance a "welcome to community" image. How is this possible? I have seen other generating a code that does this but I never saved the source code.

Any assistance would be appreciated.

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

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

发布评论

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

评论(1

话少心凉 2024-12-11 08:43:00

您可以订阅 edge.create JavaScript 事件,然后在那里显示它。如果不提示他们授予您的个人资料的权限,您将无法告诉我他们以前喜欢它。

You can subscribe to the edge.create JavaScript event and then show it there. You won't be able to tell I they previously liked it though without prompting them for permissions to your profile.

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