Add facebook’s like button to your WP
This is very easy to integrate facebook’s like button to your posts. Ok here is step-by-step procedere.
1-Login to your Wordpress admin
2-Go to the appearance –> editor section
3-From right panel click on Main index Template
4-On the line before
<p class="postmetadata"></p>
5-Paste the below code
<div class="postmetadata" id="facebooklikebtn">
<iframe src="http://www.facebook.com/plugins/like.php?href=<?php the_permalink() ?>&layout=standard&show-faces=false&width=450&action=like&font=verdana&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:20px"></iframe>
</div>
<iframe src="http://www.facebook.com/plugins/like.php?href=<?php the_permalink() ?>&layout=standard&show-faces=false&width=450&action=like&font=verdana&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:20px"></iframe>
</div>
6-Do the above for the Page Template and Single Post
7-You Done!
If you have any question find me @digvan
