Reputation: 382
How can I display a Facebook "likebox" in my website?
Upvotes: 0
Views: 345
Reputation: 19
<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2FPAGE_NAME&layout=button_count&show_faces=true&action=like&colorscheme=light&show_faces=true&header=true&stream=true&show_border=true&" style="overflow:hidden;width:100%;height:590px;" scrolling="no" frameborder="0" allowTransparency="true"><a href="YOUR_URL" class="fbook">klj</a></iframe>
Upvotes: 0
Reputation: 301
Javaamtho may be referring to the like box for facebook pages
http://developers.facebook.com/docs/reference/plugins/like-box/
and here's a nifty tool to customize it a bit
Upvotes: 0
Reputation: 3079
You can go make the button right here
Or you can get the "likes" of a page via JSON just by using their Graph API (it's in the returned data here)
Upvotes: 2