Quote:
Originally Posted by ericgtr
Thanks, please click install if you use it.
I have added it as a new tab in the profile page and have also added it below the comments section of the vbcms articles as well. Once you've setup the application you can pretty much use that code anywhere on your site.
|
I dug this up, it's pretty easy.
Open album_pictureview template and find:
Add this above:
Code:
<script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php" type="text/javascript"></script>
<fb:comments></fb:comments>
<script type="text/javascript"> FB.init("YOUR_API_KEY_HERE", "<path from web root>/xd_receiver.htm"); </script>
Remember the api key and path need to be added as well.