Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook XFBML is not rendering in Internet Explorer 8

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?

like image 989
Pablo Avatar asked May 28 '10 23:05

Pablo


1 Answers

So 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.com/2008/fbml">
like image 181
Pablo Avatar answered Oct 19 '22 10:10

Pablo