6 Jul 2011

ADD FACEBOOK LIKE OPTION TO YOUR POSTS

This post deals with adding a facebook like button to your blog posts. One of the way of marketing your blog is through social bookmarking. So if you add a facebook like option to your posts then you may get some visitors to you blog.

TIP: for all posts regarding EDITING HTML make sure that you have a downloaded copy of your template with you just in case anything goes wrong.


1. Log in and get to DESIGN and navigate to EDIT HTML and check on EXPAND WIDGET TEMPLATES.
2. Find </head> tag and put this code right above it



<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js"></script>



3.  Now find <data:post.body/> and add this code right above it.


 <a class="addthis_button_facebook_like"></a>

 4. Save your changes.




Thats it now u have a facebook like button right beside all your posts title.