f How To Add Facebook's Send Button to Website or Blog | Information Ground
Hello Friends!
We are moved to new address http:/technomi.com Please update your bookmarks.

How To Add Facebook's Send Button to Website or Blog

Posted by Unknown | | Category: |

How To Add Facebook Send Button
Facebook

Facebook introduced a new SEND button for its users to share a webpage.The Facebook Send Button is designed to make it easier for its user to share a webpage with selected friends, groups or email addresses.
It will replace the old "email to friend" button as with the help of this button now users can share it with their Facebook friends and also to email addresses.

If you have already installed Facebook Like button than you need to add send="true" in the code where you have put the Facebook like code.If you have not implemented Facebook like button in your website than you can add the following code to the webpage where you want to display Facebook Share Button.The Facebook Send Button Code is:

Code To add Facebook Send Button To Static Website

<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
<fb:send href="example.com"></fb:send>


Here you need to change the example.com (text which is red colored) with your webpage url.This code is for static websitesIf you have a blog on blogspot.com than you will need to enter the following code:


Code to Add Facebook Send Button to Blogger Blog

<div id='fb-root'/><script src='http://connect.facebook.net/en_US/all.js#appId=APP_ID&amp;xfbml=1'/><fb:send font='arial' url='data:post.url'/>

This code will automatically fetch the corresponding URL of the post and send it to the user with whom you want to share it..

Add Facebook Send Button to Wordpress Site

 To add facebook send button to wordpress site ,just follow the steps below:
1) Login to your wordpress website admin panel
2)Go to "Appearance" tab and click on "Editor".
3)Now in the right panel search for "Single Post".It is single.php file of your wordpress theme.
4)Search for <div class="entry"> and paste the code below this div.Code is written below.

<div id='fb-root'/><script src='http://connect.facebook.net/en_US/all.js#appId=APP_ID&amp;xfbml=1'/><fb:send font='arial' href='<?php the_permalink(); ?>"/>

Check your website to ensure Facebook SEND button is properly placed.

If you got any problem in installing SEND button code then you can comment here.I will try to sort out your problem as soon as possible.

Currently have 0 Response to 'How To Add Facebook's Send Button to Website or Blog'


Leave a Reply

Comments are moderated and only those comments which are related to topic will be published.

Related Useful Articles