单击“赞”时评论框消失

发布于 2024-12-03 18:45:10 字数 495 浏览 0 评论 0原文

我的网站上有一个使用以下链接生成的“赞”按钮:

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

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

发布评论

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

评论(1

心舞飞扬 2024-12-10 18:45:10

这是一种反垃圾邮件和/或点击劫持措施,有时可能会在新网站上通过频繁喜欢和不喜欢某个页面或将其标记为垃圾邮件

而在新网站上触发。当用户确认他们确实打算喜欢您的页面时,喜欢会通过正常,一段时间后,保护被移除,评论框无需确认步骤即可工作

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

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