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.

On IE with an empty cache, the Facebook iframe is throwing a _onloadHook error.

To reproduce: empty the cache in IE (cookies, cache, everything)

Visit: https://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.apple.com (or any URL)

IE (if you have the "display every error" preference turned on) will throw this error:

Message: The value of the property '_onloadHook' is null or undefined, not a Function object
Line: 202
Char: 436
Code: 0
share|improve this question

1 Answer

We got the same error. Remove the ".php", or remplace with .potato instead :D you'll get another completely different script from facebook that is working fine without this error, that we get also only in IE.

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.