0
我用新生成的實象框的HTML(以下加入HTTPS :)在我的網頁myhcdp.com:IE 8,圖9和10將不加載我的Facebook像盒子的iframe中
<iframe src="https://www.facebook.com/plugins/likebox.php?
href=https%3A%2F%2Fwww.facebook.com%2FHendersonCountyDems&width=292
&height=950&colorscheme=light&show_faces=true&header=true
&stream=true&show_border=true&appId=120437058037420"
scrolling="no" frameborder="0" style="border:none; overflow:hidden;
width:290px; height:950px;" allowTransparency="true"></iframe>
它在Chrome,Firefox和IE 11中正確加載,但IE 8,9和10給我「Internet Explorer無法顯示網頁」錯誤面板。如果我複製src字符串(https:... appid = ...)並直接在另一個選項卡中打開它,則IE 8,9和10將打開它。
我已經嘗試了修復,我發現在其他職位上stackoverflow,如更改& amp;到&。還將%hex改爲實際字符(:和/)。修改後的iframe代碼在Chrome,Firefox和IE 11中仍然有效,並且仍然無法在IE 8,9和10中使用。
在此先感謝您提供的任何幫助。