Facebook Like Box“需要验证”问题
我已经搜索过,但找不到我令人沮丧的问题的答案。我在我的网站上嵌入了一个点赞框。它在 chrome 中运行良好;然而,当我使用 Firefox & 点击“喜欢”时IE浏览器,它说“需要验证”。当我单击此按钮时,会出现一个弹出窗口,其中还显示“需要验证”;单击此按钮会弹出另一个弹出窗口,依此类推。没有办法验证。如果有一种方法可以避免让我的客户进行验证,那就太好了。
<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
<fb:like-box href="http://www.facebook.com/pages/Errandly/170685252991884"
width="155"
show_faces="true"
border_color=""
stream="false"
header="false">
</fb:like-box>
任何帮助将不胜感激。 谢谢。 杰克
I have searched but cannot find the answer to a frustrating problem of mine. I have embedded a like box on my website. It works well in chrome; however, when I click "like" on it using Firefox & IE browsers, it says "verification required". When I click this, a pop up window appears that also says "verification required"; clicking this brings up another pop up and so on. There's no way to verify. It would be great if there was a way to avoid having my customers verify at all.
<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
<fb:like-box href="http://www.facebook.com/pages/Errandly/170685252991884"
width="155"
show_faces="true"
border_color=""
stream="false"
header="false">
</fb:like-box>
Any help will be greatly appreciated.
Thank you.
Jack
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据 Facebook 的垃圾邮件检测系统,如果某些原因导致用户的引擎认为您可能参与垃圾邮件或点击劫持,则用户会偶尔执行此额外步骤。 Facebook 版主在其开发者论坛上的这篇帖子中证实了这一点。您的页面似乎只有一个,就像它一定发生了某种误报 - 或者您可能在测试中多次喜欢和不喜欢该页面。
This extra step for the user will occur occasionally based on Facebook's spam detection system if something causes their engine to think you may be involved in spam or click jacking. A Facebook moderator has confirmed this in this post on their developer forum. Your page seems to only have one like it must be some kind of false positive occurring - or perhaps you have liked and unliked the page in testing too many times.