Have you found that your Facebook Like Box doesn’t appear properly on your website? You get the title but it doesn't seem to pull through any faces?
Well the problem is so much simpler than I had imagined!
The default height of the box given by Facebook is too short. The code by default sets the height to 62px but you need to change this in two places to something along the lines of 200px+ to see any faces.
This is the code needed to display it - you can see the height bolded in 2 places:
<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2F18a-Productions%2F135179649832396&amp;width=292&amp;colorscheme=light&amp; show_faces=true&amp;stream=false&amp;header=true&amp;height=62" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:62px;" allowTransparency="true"></iframe>

Want to share? Tweet it!
We created a Facebook Application for the NSPCC's Letter From Santa campaign, as our company charity fundraiser for Christmas 2009.
Read more
Just-Eat wanted a Facebook Application that would introduce their online takeaway ordering service to Facebook users.
Read more
BBC Facebook Application to raise money for the BBC Wildlife Fund
Read more
i've just firebugged it on my site and you're right. i'll certainly fix this on my site later tonight.