1
頁
我有以下代碼上:對於Facebook的內容爲空的iFrame嵌入
<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2F%3Fref%3Dlogo%23%21%2Fpages%2FCadenamovitel%2F144895632232758%3Fref%3Dsgm&width=230&connections=10&stream=false&header=true&height=587" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:230px; height:587px;" allowTransparency="true"></iframe>
,當我嘗試導航到加載的iframe的網址效果很好。但是當我把這個iframe放入我的網頁時,內容不會被加載,我只是得到一個空的iframe。奇怪的是,如果我改變了類似框引用的頁面,它會在我的網頁中正確顯示。例如:
<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2F%3Fref%3Dlogo%23%21%2Fpages%2FMovistar%2F115204311836948%3Fref%3Dsgm&width=230&connections=10&stream=false&header=true&height=587" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:230px; height:587px;" allowTransparency="true"></iframe>
所以我認爲這是一個權限相關的問題,但我找不到允許它的選項。
[Facebook Like Box空白]的可能重複(http://stackoverflow.com/questions/14804339/facebook-like-box-is-blank) – Flimm