Facebook Integration

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
Hi,

I am trying to integrate Facebook into my site, but I am not sure where to embed the below facebook java script:

<script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US" type="text/javascript"></script>
<script type="text/javascript">FB.init("b4da8300f67a93dfe61234897afbf9db","xd_receiver.htm");</script>

With HTML is more simple, I just have to insert it into the html body. I am not sure with aspx??

Any helpful tips is appreciated!
13 years ago
depends

is this going on for every page on your site

if so then put it in root.master file


but if this is part of a user control then it may be better to put it somewhere else so its only called when needed.
13 years ago
Hi
It's going every page on the site. I did put the script in the root.master file, no where else.
13 years ago
Yeah just put it in the root.master file and you should be good to go
do u have a link to the site? if so we can see any errors which are coming up
13 years ago
The link has been established. I took the sceenshot of the error from the homepage.
13 years ago
this error?

http://i1116.photobucket.com/albums/k576/afg_chandler/American%20Furniture%20Galleries/ScreenShots/pageload_error.jpg

umm

what is the link to the website you are using so we can see how you are trying to integration facebook..

need to have some idea what you are trying to do in order to help more.
13 years ago
does the object actually exist?

FB_HiddenContainer

as a div or span or anything within the facebook code or is it something that is meant to be created on the page by the script as the script is not creating it.
13 years ago
maybe of some help

http://boardreader.com/thread/FB_HiddenContainer_get_null_is_not_an_ob_64cw6X1gh9.html
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.