Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to display which users like my facebook page with a widget in my website. I have tried the official widgets but they work with an iframe, and it is not possible to style them. They have a white (or black, those are the only two choices) background, and a border and font styling that look horrible on my site.

Is it possible, with a different plugin or whatever, to show a) the number of users who like my fb page and b)the profile pictures of some of them?

share|improve this question

1 Answer

up vote 3 down vote accepted

It is possible check this tutorial out here,

http://www.speckygeek.com/how-to-add-facebook-like-box-to-your-website/

You can style the fanbox to fit your theme. The key is including a css attribute to the <fb:fan> tag, linking it to your own stylesheet.

share|improve this answer
That looks great, and very clever. Thanks, I am going to try and report back... – agente_secreto Feb 28 '11 at 17:26
It works, although you have to use the old fb "fans" plugin. Hope they don't discontinue it soon. – agente_secreto Feb 28 '11 at 18:38
@agente_secreto it will: FBML is deprecated and will fail starting june 1, 2012 - developers.facebook.com/docs/reference/fbml – Stijn_d Apr 20 '12 at 9:08

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.