은 내가 사용하는 iframe에 상자처럼 내 페이스 북을로드 할 수 없습니다 내 웹 페이지 myhcdp.com에 https :)을 추가 :IE 8, 9, 10는 새로 상자 HTML과 같은 페이스 북 (생성 된 다음
<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에서는 올바르게로드되지만 Internet Explorer 8, 9 및 10에서는 "Internet Explorer에서 웹 페이지를 표시 할 수 없습니다."라는 오류 패널을 표시합니다. src 문자열 (https : ... appid = ...)을 복사하여 다른 탭에서 직접 열면 Internet Explorer 8, 9 및 10이 제대로 열립니다.
나는 stackoverflow의 다른 게시물에서 발견 된 픽스를 시도했다. 예를 들어 & amp; &. 또한 % hex를 실제 문자 (: 및 /)로 변경했습니다. 수정 된 iframe 코드는 여전히 Chrome, Firefox 및 IE 11에서 작동했지만 Internet Explorer 8, 9 및 10에서는 작동하지 않았습니다.
미리 도움을 주셔서 감사합니다.