FACEBOOK like button

Web programming topics
Post Reply
User avatar
Face
Major
Major
Posts: 727
Joined: Thu Feb 18, 2010 5:06 pm
Location: SRI LANKA.KANDY.

FACEBOOK like button

Post by Face » Wed Oct 27, 2010 8:57 pm

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 4290 times
In EXPERTCORE also don't have FACEBOOK like button.NEO :)
Idea from G-SPARKZ
User avatar
Neo
Site Admin
Site Admin
Posts: 2642
Joined: Wed Jul 15, 2009 2:07 am
Location: Colombo

Re: FACEBOOK like button

Post by Neo » Thu Oct 28, 2010 12:20 am

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...
User avatar
Face
Major
Major
Posts: 727
Joined: Thu Feb 18, 2010 5:06 pm
Location: SRI LANKA.KANDY.

Re: FACEBOOK like button

Post by Face » Thu Oct 28, 2010 6:07 pm

Thanks for the help NEO.I will ask more about it in future.
Post Reply

Return to “Web programming”