Hi,

I've been trying to implement Facebook Connect on my site, which uses
jQuery pretty extensively. However, the minute I insert the FB connect
code into my page, I get this error:

Element.observe is not a function
new()new (line 32)
Element.observe(window,'load', function() {\n

which is:

32 Element.observe(window,'load', function() {
33 FB_RequireFeatures(["XFBML"], function() {
34 FB.Facebook.init('xxxxxxxxxxxxxxxxxxxx','/xd_receiver.html', {});
35
36 });
37 });
38
39//]]>

Has anyone else experienced this issue and knows how to resolve it?

Thanks!

Avishai

Reply via email to