Debugging Like按钮不计算Like+;js错误

Debugging Like按钮不计算Like+;js错误,debugging,plugins,button,count,facebook-like,Debugging,Plugins,Button,Count,Facebook Like,我在我的网站上加入了like按钮。当我点击“喜欢”按钮时,它显示一个“喜欢”,并且该项目已正确发布在facebook上,但当我重新加载我的网站时,该“喜欢”计数已丢失,它显示为零。firebug中只有一个javascript错误: 未捕获异常:错误:wurde die Erlaubnis für das Lesen der Eigenschaft Proxy.InstallTrigger 维格特。(未捕获异常:错误: 读取属性Proxy.InstallTrigger的权限被拒绝。) 这是我的密码

我在我的网站上加入了like按钮。当我点击“喜欢”按钮时,它显示一个“喜欢”,并且该项目已正确发布在facebook上,但当我重新加载我的网站时,该“喜欢”计数已丢失,它显示为零。firebug中只有一个javascript错误:

未捕获异常:错误:wurde die Erlaubnis für das Lesen der Eigenschaft Proxy.InstallTrigger 维格特。(未捕获异常:错误: 读取属性Proxy.InstallTrigger的权限被拒绝。)

这是我的密码:

     <iframe src="http://www.facebook.com/plugins/like.php?href=http://www.mywebsite.com/test_v2/joinnowpage/2_281&amp;layout=standard&amp;show_faces=true&amp;width=302&amp;action=like&amp;colorscheme=dark&amp;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&amp;layout=standard&amp;show_faces=true&amp;width=302&amp;action=like&amp;colorscheme=dark&amp;height=80" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:302px; height:25px;"></iframe>   

我使用了facebook对象调试器,但没有错误


那么有什么不同呢?我做错了什么

抱歉,这不是您问题的解决方案,但请查看Bugzilla@Mozilla,您的问题有一个错误报告:


也许你会把你的经历张贴在Bugzilla@Mozilla或者投票表决错误报告可能有助于加快错误修复的创建。

这个问题可能与