Print this page
Thursday, 09 January 2014 22:32

how to add facebook like button in website

Written by 
Rate this item
(0 votes)
Nowadays, facebook became the best social media  to promote businesses and for personal interest.
Many websites using facebook like button in every pages to make their site more social and got around.
I show in this post how to add facebook like button in any website even if you don't know
much about site coding. refer to the like button plugin url here . in this url all you have to do is
enter the parameters like "URL to Like" "width" and others at first and hit get code button
to get the code to be placed in your site as html codes -

here i show a sample codes of iframe implementation, likewise you can use other type of codes -

<iframe src="//www.facebook.com/plugins/like.php?href=http://www.programminghelp24.com/&amp;width&amp;layout=standard&amp;action=like&amp;show_faces=true&amp;share=true&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:80px;" allowTransparency="true"></iframe>

look for the parameters in the code, you can re-enter parameters value according to your needs
and hit get code button for the right code.Copy and paste this code in your site html codes to show
like button to your valuable users and afterwards get likes from them when they clicks it.

hope it helped you very much, if you have further questions, post in discussions/forum/questions page
to get help.
Read 2649 times Last modified on Thursday, 09 January 2014 23:17
Super User

Email This email address is being protected from spambots. You need JavaScript enabled to view it.
7