How to add Facebook like button to WordPress
Add below code to your WordPress template (index.php, single.php etc) to show a Facebook like button for each article.
<iframe src="http://www.facebook.com/plugins/like.php?href=<?php the_permalink() ?>&layout=standard&show_faces=true&width=80&action=like&colorscheme=light&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:80px; height:80px;" allowTransparency="true"></iframe> |