在粉丝页面选项卡下添加 LIKE 插件
这可能吗? 我尝试并收到错误 FBML 错误(第 50 行):未知标签“fb:like”
Is this possible?
I tried and getting error FBML Error (line 50): unknown tag "fb:like"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是可能的,但很棘手。由于粉丝页面只是 FBML,我发现的唯一方法是通过 Ajax 调用加载一些 html 代码,并且该代码包含一个 iframe(这将是一个包含您的 fb:like 社交插件的页面)。
问题是 Facebook 不允许自动运行代码,您需要用户单击链接或图片才能实现此操作。
您可以尝试此解决方案,将“http://www.helloworld.com/iframe.php”替换为带有您喜欢按钮的有效页面:
http://forum.developers.facebook.net/viewtopic.php?pid =262170#p262170
This is possible but it is tricky. As fan pages are only FBML, the only way I found is to load some html code thought an Ajax call, and that code contains an iframe (which will be a page containing your fb:like social plugin).
Problem is that facebook doesn't allow to autorun code, you need the user to click on a link or a picture to make this happen.
You can try this solution, replacing "http://www.helloworld.com/iframe.php" by a valid page with you like button:
http://forum.developers.facebook.net/viewtopic.php?pid=262170#p262170