admin管理员组文章数量:1289412
I put up this test page to illustrate this issue: (dead Link)
Every browser I've tested on has worked but in Internet Explorer 8. The odd part is that Internet Explorer 8 doesn't even report an error, WOW, and that is something. So right now I'm stuck with to nothing to work on or debug. What have I overlooked?
I put up this test page to illustrate this issue: (dead Link)
Every browser I've tested on has worked but in Internet Explorer 8. The odd part is that Internet Explorer 8 doesn't even report an error, WOW, and that is something. So right now I'm stuck with to nothing to work on or debug. What have I overlooked?
Share Improve this question edited Mar 12, 2011 at 4:53 Pablo asked May 28, 2010 at 23:17 PabloPablo 6,0587 gold badges36 silver badges52 bronze badges 1- I notice in the source that the href attribute is in single quotes only for the fb div. Could that be it? – edl Commented Feb 3, 2011 at 5:54
2 Answers
Reset to default 11So somehow the xmlns
attribute that I had previously set to the HTML tag was gone, probably me undoing things like crazy.
Here is how it should be if anyone encounters this issue:
<html xmlns:fb="http://www.facebook./2008/fbml">
<html xmlns:fb="http://ogp.me/ns/fb#">
<head></head>
<body>
<script src="http://connect.facebook/en_US/all.js#xfbml=1">
</script>
<fb:like href="http://www.facebook." send="false" layout="button_count" width="500" show_faces="true"></fb:like>
</body>
</html>
Even this is not working in the IE. It is opening a pop up url=http://www.facebook./connect/connect_to_external_page_reload.html and that's that. On Debugging I see it is not picking up the xmlns. Same code works fine in FF and Chrome and I am able to see on my facebook wall also but not if I do through IE.
本文标签: javascriptFacebook XFBML is not rendering in Internet Explorer 8Stack Overflow
版权声明:本文标题:javascript - Facebook XFBML is not rendering in Internet Explorer 8 - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741462448a2380117.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论