点赞按钮不算点赞+ js错误

发布于 2024-12-14 18:46:07 字数 1381 浏览 2 评论 0原文

我在我的网站中添加了“赞”按钮。当我点击“赞”按钮时,它会显示一个“赞”,并且该项目已正确发布在 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&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 对象调试器,但没有错误。

那么不同在哪里呢?我做错了什么?

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

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

发布评论

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

评论(1

伤痕我心 2024-12-21 18:46:08

抱歉,这不能解决您的问题,但请查看 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.

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