Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am getting the following JS error in IE while trying to dynamically load the comments plugin.

'null' is null or not an object

dynamic loading of comments plugin does works fine in Firefox, Chrome, Safari and Opera, but throwing the above mentioned error in all version of IE (haven't tested on IE9)

Example page - http://dl.dropbox.com/u/3804052/fb-comments-test.html

In the above example page click on "click me to test dynamic loading of facebook comments plugin" and you can simulate the dynamic loading of comments plugin, and notice the error in IE6/7/8

share|improve this question
1  
+1 for giving an example link even though you don't have a website. – Matt Ball Apr 1 '11 at 17:08
I have the exact same problem, hope to see an answer soon. – Bablo Apr 2 '11 at 23:57

2 Answers

The example link solved my problem. Thanks!

FB.XFBML.parse(); works like a rockstar!

share|improve this answer

Do you have those attributes in your tag?

xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml"

They are needed for IE to render properly

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.