I'm running a D7 site with the Omega theme. On my homepage, I have a block with contains some code which generates the facebook widget:
<div style="margin-top: 0px;"><div id="fb-root"> </div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like-box border_color="" header="false" height="330" href="http://www.facebook.com/pages/myfacebookurl-xxxxxxxxxxxx" show_faces="false" stream="true" width="380"></fb:like-box></div>
This code is working fine in every browser I've tested it in, except IE (go figure).
IE is showing the following error:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E; InfoPath.3)
Timestamp: Thu, 24 Jan 2013 16:44:57 UTCMessage: Unknown runtime error
Line: 92
Char: 647
Code: 0
URI: http://connect.facebook.net/en_US/all.js#xfbml=1
I've had this code working on a non-drupal website for a while now, but it's breaking in Drupal.
I'm stumped. Any ideas?