FBML 选项卡上的 Facebook Like 按钮
我正在尝试在 facebook 中添加一个包含“点赞”按钮的 FBML 选项卡。我想请访问者在展示表格之前点击“喜欢”按钮。当他们单击它时,将显示表单,然后他们可以填写表单并提交。
这可能吗?
任何帮助都会很棒。
谢谢, 豪伊
I'm trying to add an FBML tab in facebook that includes a like button. I want to ask visitors to click the like button before revealing a form. When they click it, the form would display and then they can complete the form and submit it.
Is this possible?
Any help would be great.
Thanks,
Howie
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,我认为他们从来没有为 FBML 提供过良好的“赞”按钮。然而,您可以做的是让用户喜欢该页面,然后将内容包装在 FBML 标记中以确定用户是否可以看到该内容。我认为 fb:visible-to-connection 应该为你做到这一点。
http://developers.facebook.com/docs/reference/fbml/连接可见/
Unfortunately, I don't think they ever gave a good Like button for FBML. What you can do, however, is have users like the page, and then wrap things in FBML tags to determine whether or not a user can see the content. fb:visible-to-connection should do that for you, I think.
http://developers.facebook.com/docs/reference/fbml/visible-to-connection/