单击“赞”时评论框消失
我的网站上有一个使用以下链接生成的“赞”按钮:
http:// Developers.facebook.com/docs/reference/plugins/like/
我的按钮的代码如下所示:
<div class="fb-like" data-href="<?php echo $mylink; ?>" data-send="false" data-layout="button_count" data-width="450" data-show-faces="false"></div>
由于未知原因,当我单击“喜欢”时应该出现的评论框在单击“后立即消失”而是出现“喜欢”和“确认”链接。
谢谢,非常感谢您的帮助。
I have a Like button on my web site which I generated using this link:
http://developers.facebook.com/docs/reference/plugins/like/
The code for my button looks like this:
<div class="fb-like" data-href="<?php echo $mylink; ?>" data-send="false" data-layout="button_count" data-width="450" data-show-faces="false"></div>
For an unknown reason the comment box which is supposed to appear when I click "Like" disappears right after clicking "Like" and a "Confirm" link appears instead.
Thank you, your help is greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一种反垃圾邮件和/或点击劫持措施,有时可能会在新网站上通过频繁喜欢和不喜欢某个页面或将其标记为垃圾邮件
而在新网站上触发。当用户确认他们确实打算喜欢您的页面时,喜欢会通过正常,一段时间后,保护被移除,评论框无需确认步骤即可工作
This is an anti-spam and/or clickjacking measure and can sometimes be triggered on a new site by frequent liking and unliking of a page or users marking it as spam
When users confirm that they did intend to like your page the Like goes through as normal, and after a while the protection is removed and the comments box works without the confirmation step required