| Re: link to facebook |
| by BeautyBrains on 2010/3/30 1:47:23 please delete this post thanks |
| Re: link to facebook |
| by shopatyork on 2010/3/24 10:20:35 I wanted it when comment was posted they could share Or Video tube module if I have to choose Template? which page and where on a page would I put the script? |
| Re: link to facebook |
| by Mazar on 2010/3/24 10:14:02 To add the Comments Box to your site, follow these simple instructions: 1. Set up a basic Connect application. Take note of the API key and specify a callback URL to your website. 2. Download this cross-domain receiver file, and upload it to your website. 3. Add these snippets of code to each file where you want a Comments Box. * Within the <html> tag, add: xmlns:fb="http://www.facebook.com/2008/fbml" * Add the following code wherever you want a Comments Box to appear in your page. Replace '''YOUR_API_KEY_HERE''' with your API key, and include the path to the cross-domain receiver. le="color: #000000"><?php <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> That's it, your Comments Box is ready! |
| Re: link to facebook |
| by Mazar on 2010/3/24 10:11:52 Sorry I am confused you want the comment code that whoever submit comment on your site it must post on facebook or you want to share article? |
| Re: link to facebook |
| by Mazar on 2010/3/24 10:09:38 In the templates for what module you need this? do you need it for news or something else? |