Jump to content

Facebook integration


unplugged_web

Recommended Posts

I wonder if somebody could help me please. I'm trying to us Facebooks friendpile but can't seem to get it to work on my site. I've changed the 'your app id' to the correct id and added this to the bottom of the page (just above </body>):

<div id="fb-root"></div><script>  window.fbAsyncInit = function() {	FB.init({appId: 'your app id', status: true, cookie: true,			 xfbml: true});  };  (function() {	var e = document.createElement('script'); e.async = true;	e.src = document.location.protocol +	  '//connect.facebook.net/en_US/all.js';	document.getElementById('fb-root').appendChild(e);  }());</script>

and then added this to the right place on the site, but it doesn't work:

<fb:friendpile width="450"></fb:friendpile>

thanks for helping.

Link to comment
Share on other sites

does anything happen? Do you have a link? What is supposed to happen?my best guess would be try over at the facebook developers forum.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...