The just launch Like Button for Facebook.
http://developers.facebook.com/docs/reference/plugins/like
But with this code your site will be liked no every single page. So it a need for a dynamic url. Something with "$page_url" I guess...
I found this for WordPress
<iframe src="http://www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink($post->ID)); ?>&layout=standard&show-faces=true&width=500&action=like&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:500px; height:60px"></iframe>