I got frustrated with the number of "Like" plugins available, so I went straight to Facebook for a direct implementation.
I want my like button to look like how how its displayed on Techcrunch (example: http://techcrunch.com/2011/03/09/report-paypals-express-checkout-helps-bump-sales-by-18-percent/) - Notice the Facebook Like button - The word like, then a box to the right with the "like count".
I've copied the code and modified it as follows:
<iframe src="http://www.facebook.com/plugins/like.php?href=<?php the_permalink(); ?>&layout=button_count&show_faces=false&width=80;&action=like&font&colorscheme=light&height=20" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:80px; height:20px;" allowTransparency="true"></iframe>
The code above displays the "Like" button, but without the counter (I want it to display, even at zero).
I may be missing something simple - Any ideas?