Facebook 点赞按钮显示评论(xfbml 问题)

发布于 2024-12-04 13:20:41 字数 416 浏览 0 评论 0原文

我无法解决这个问题,我做错了什么?当我点击我的“喜欢”按钮时,我希望将信息发送到人员墙上,我已经看到这种做法很多次了。然而,当我点击我的“喜欢”按钮时,会弹出一个评论框,我需要填写它,然后将其发送到我的Facebook墙,我该如何摆脱这个?

显示我的问题的图片,

Facebook comment Problem

我的代码如下所示,

<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,

Facebook comment 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 技术交流群。

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

发布评论

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

评论(1

没︽人懂的悲伤 2024-12-11 13:20:41

当有人点击“赞”按钮时,它会将其发送到 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.

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