点赞按钮不算点赞+ js错误
我在我的网站中添加了“赞”按钮。当我点击“赞”按钮时,它会显示一个“赞”,并且该项目已正确发布在 Facebook 上,但当我重新加载我的网站时,一个“赞”计数丢失了,它已经显示为零。 firebug 中只有一个 javascript 错误:
未捕获的异常:错误:http://www.facebook.com wurde die Eigenschaft Proxy.InstallTrigger 的安装说明 维维格特。 (未捕获的异常:错误:http://www.facebook.com 读取属性 Proxy.InstallTrigger 的权限被拒绝。)
这是我的代码:
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.mywebsite.com/test_v2/joinnowpage/2_281&layout=standard&show_faces=true&width=302&action=like&colorscheme=dark&height=80" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:302px; height:25px;"></iframe>
我在另一个网站上尝试它,它工作得很好:
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.a1-dresden.de/contest_detail/1732_Back+to+Future&layout=standard&show_faces=true&width=302&action=like&colorscheme=dark&height=80" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:302px; height:25px;"></iframe>
我使用了 facebook 对象调试器,但没有错误。
那么不同在哪里呢?我做错了什么?
I include the like button in my website. When I click the like button it shows one like and the item is correctly posted on facebook, but when I reload my website the one like count is missing—it shows zero already. There is only a javascript error in the firebug:
uncaught exception: Error: http://www.facebook.com wurde die
Erlaubnis für das Lesen der Eigenschaft Proxy.InstallTrigger
verweigert. (uncaught exception: Error: http://www.facebook.com
permission was refused for reading the property Proxy.InstallTrigger.)
here is my code:
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.mywebsite.com/test_v2/joinnowpage/2_281&layout=standard&show_faces=true&width=302&action=like&colorscheme=dark&height=80" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:302px; height:25px;"></iframe>
I try it with another website and it works perfectly:
<iframe src="http://www.facebook.com/plugins/like.php?href=http://www.a1-dresden.de/contest_detail/1732_Back+to+Future&layout=standard&show_faces=true&width=302&action=like&colorscheme=dark&height=80" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:302px; height:25px;"></iframe>
I used the facebook Object Debugger, but there is no error.
So where is the different? What did i wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
抱歉,这不能解决您的问题,但请查看 Bugzilla@Mozilla,其中有一份针对您问题的错误报告:
也许发帖您在 Bugzilla@Mozilla 的经验或对错误报告进行投票可以帮助加快错误修复的创建。
Sorry, this is not a solution to your problem, but have a look at Bugzilla@Mozilla, there is a bug report to your problem:
Perhaps posting your experiences in Bugzilla@Mozilla or voting up the bug report could help speed up the creation of a bugfix.