javaamtho
javaamtho

Reputation: 382

How can I display a Facebook "likebox" in my website?

How can I display a Facebook "likebox" in my website?

Upvotes: 0

Views: 345

Answers (3)

saj1991
saj1991

Reputation: 19

 <iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2FPAGE_NAME&amp;layout=button_count&amp;show_faces=true&amp;action=like&amp;colorscheme=light&amp;show_faces=true&amp;header=true&amp;stream=true&amp;show_border=true&amp;" style="overflow:hidden;width:100%;height:590px;" scrolling="no" frameborder="0" allowTransparency="true"><a href="YOUR_URL" class="fbook">klj</a></iframe>

Upvotes: 0

Jay
Jay

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

http://prettylikebox.com/

Upvotes: 0

jpea
jpea

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

Related Questions