One of the simplest way of driving trafffic to blog is by using Social Network like Orkut, Facebook, Twitter.If you more concerned about blog traffic then create a Fanpage in Facebook, add a fan box to your blog, add like or share button to blog posts.Facebook Share button will look much similar to Retweet button. 😉
What Facebook Share does ?
Facebook Share button allows blog readers to share interesting posts to their friends in a single click. It shows you how many times your post has been Shared on Facebook.
You will get a nice button like this,
Copy & Paste the below code in single.php page,
<div style=’float:right; margin-left:10px;’>
<a name=”fb_share” type=”box_count” href=”http://www.facebook.com/sharer.php”>Share</a><script src=”http://static.ak.fbcdn.net/connect.php/js/FB.Share” type=”text/javascript”></script>
</div>
Note:
If you wish retweet botton to appear at left side change,
<div style=’float:right; margin-left:10px;’>
as
<div style=’float:left; margin-left:10px;’>
Enjoy !!! 🙂