Facebook is one of the largest and more popular websites of the world. Do you want to add a Facebook "like" button to your WordPress blog. that's very easy just read it.
Open your single.php(or any file where you'd like the "like" button to be displayed) and paste the following code:
That's all. once the file saved. the facebook "like" Button will be displayed.
If you enjoyed this article, please consider sharing it!
Open your single.php(or any file where you'd like the "like" button to be displayed) and paste the following code:
<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>
That's all. once the file saved. the facebook "like" Button will be displayed.
If you enjoyed this article, please consider sharing it!