在blastmagazine.com我們的Like按鈕已經有很長一段時間相同的代碼工作,但上週它開始給我們一個錯誤:Like按鈕錯誤
The app ID specified within the "fb:app_id" meta tag is not allowed on this domain. You must setup the Connect Base Domains for your app to be a prefix of http://blastmagazine.com/the-issue/the-top-five-failed-apple-products/ .
這是我們一直使用的代碼:
<iframe src="http://www.facebook.com/plugins/like.php?href=<?php the_permalink(); ?>&layout=standard&show_faces=false&width=200&action=like&font=arial&colorscheme=light&height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:200px; height:35px;float:right;" allowTransparency="true"></iframe>
我們也啓用了Facebook的評論,但似乎工作正常。
您是否在開發人員應用中定義了「網站網址」或「網站域名」? –
是的,我認爲是。我以前從未使用過開發人員應用程序。我們剛剛粘貼了iframe幾個月前,它運行良好 –