I have seen many bloggers who are using Twitter Retweet Button but I think many of us don’t have much followers to generate huge traffic from twitter because we like social networking websites more. One of the very famous Social Networking Site “Facebook”, that we are using from many years. If you are a fan of facebook and think it will generate more traffic then you should add Facebook share button in your blog.
Yes, You can add a Retweet button like Facebook Button in your Blog. The Facebook buttons look like:
Go to your “Edit Html” then “Expand Widget Templates” then press “CTRL+F” and find this code:
<data:post.body/>
then replace it with this code:
<script>var fbShare = {
url: ‘<data:post.url/>’,
google_analytics: ‘true’
}</script>
<script src=’http://widgets.fbshare.me/files/fbshare.js’/>
<data:post.body/>
and if you want small button then use this code:
<script>var fbShare = {
url: ‘<data:post.url/>’,
size: ‘small’,
google_analytics: ‘true’
}</script>
<script src=’http://widgets.fbshare.me/files/fbshare.js’/>
<data:post.body/>
and you are done. Now save your Template.
WordPress Users can directly install it from Facebook Share button Plugin.
Enjoy!!!
Comments are always Welcome!!!:)

Fine post but I want to know how to use joomla site. Thanks.