制作 FB Like 让新内容出现给用户?
我使用此代码在我的网站上生成 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以订阅 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.