
Facebook is most popular community website now. And latest trend is to add a facebook like button on your blog posts in this post I will show you how to add facebook like button on your blog posts.
Open your themes single.php file and add following code inside it where you want that button.
1
|
<iframe src= "http://www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink($post->ID)); ?>&layout=standard&show_faces=false&width=450&action=like&colorscheme=light" scrolling= "no" frameborder= "0" allowTransparency= "true" style= "border:none; overflow:hidden; width:450px; height:25px" ></iframe> |
Leave a Reply