Page 1 of 1

FACEBOOK like button

Posted: Wed Oct 27, 2010 8:57 pm
by Face
FACEBOOK like button

Can you please tell me how to add FACEBOOK like button in to a web template.
HTML.
I am studding HTML & CSS (a little)
LIKE BOTTON
LIKE BOTTON
facebook like EC.png (3.27 KiB) Viewed 4998 times
In EXPERTCORE also don't have FACEBOOK like button.NEO :)
Idea from G-SPARKZ

Re: FACEBOOK like button

Posted: Thu Oct 28, 2010 12:20 am
by Neo
It's pretty simple. Go to page http://developers.facebook.com/docs/ref ... ugins/like, fill "URL to Like" and click on Get Code.

The code will look as follows.

Code: Select all

<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Frobot.lk&layout=standard&show_faces=true&width=450&action=like&colorscheme=light&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>
You can change the href parameter as you need for each page/topic/post, etc...

Re: FACEBOOK like button

Posted: Thu Oct 28, 2010 6:07 pm
by Face
Thanks for the help NEO.I will ask more about it in future.