Hello, i'm using facebook like button in my wordpress theme, with this
<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="<?php echo get_permalink(); ?>" show_faces="true" width="450"></fb:like> </div>
However, I would like to change the appearance. I wish the count of likes to be just like the count of new comments and messages in facebook topbar. Sounds like a good idea, because heavy users of fb get hypnotized by these notices.
Instead of "x people likes this. be the first of you friend", a mini box in red like fb topbar notification with just the total likes count after the like button itself.
Do you know how to do this? Send me tips, please. thanks