2011-11-10 58 views
0

我在我的網站中包含像按鈕一樣。當我點擊喜歡的按鈕時,它會顯示喜歡的項目,並且該項目已正確發佈在Facebook上,但是當我重新加載我的網站時,像count這樣的項目缺失 - 它已經顯示爲零。只有在螢火蟲JavaScript錯誤:像按鈕不喜歡+ js錯誤

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.)

這裏是我的代碼:

 <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 Object Debugger,但沒有錯誤。

那麼差異在哪裏?我錯了什麼?

回答

0

對不起,這不是你的問題的解決方案,但是看看的Bugzilla @ Mozilla的,還有就是你的問題的bug報告:

也許在Bugzilla @ Mozilla上發佈你的經驗或投票發佈錯誤報告可以幫助加快bug修復的創建速度。

+0

這個問題是一個可能的副本 http://stackoverflow.com/questions/8058726/facebook-like-plugin-wizard-the-like-button-unclick-itself – hmundt