Facebook 点赞按钮显示评论(xfbml 问题)
我无法解决这个问题,我做错了什么?当我点击我的“喜欢”按钮时,我希望将信息发送到人员墙上,我已经看到这种做法很多次了。然而,当我点击我的“喜欢”按钮时,会弹出一个评论框,我需要填写它,然后将其发送到我的Facebook墙,我该如何摆脱这个?
显示我的问题的图片,
我的代码如下所示,
<fb:like href="MY_URL" send="false" layout="button_count" width="450" show_faces="false" font="tahoma"></fb:like>
感谢您的帮助!
I can't figure this problem out, what am i doing wrong? When i click on my like button, i want the information to be sent to the persons wall, i've seen this been done many times. However, when i click my like button, a comment box pops up, and i need to fill it out, then send it to my facebook wall, how can i get rid of this?
Image showing my problem,
My code looks like this,
<fb:like href="MY_URL" send="false" layout="button_count" width="450" show_faces="false" font="tahoma"></fb:like>
Thanks for any help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当有人点击“赞”按钮时,它会将其发送到 Facebook 墙,就像您也想要的那样。弹出的评论框只是允许用户添加评论“喜欢”。如果有人除了按“赞”按钮之外还添加了评论,Facebook 会更加重视该帖子(IE 将在其他人的新闻提要等中显示得更高)。如果您不希望弹出评论框(我不知道为什么您不希望...),请使用 iframe 之类按钮而不是 XFBML 之类按钮。
When someone clicks the like button, it sends it to the facebook wall like you want it too. The comment box that pops up simply allows users to add a comment to the "like". If someone adds a comment in addition to pressing the like button, the post is treated with more importance by facebook (IE will show up higher on other people's news feeds etc). If you do not want the comment box to pop up (which I don't know why you wouldn't...) use the iframe like button instead of the XFBML like button.