I'd like to add this code for the common facebook 'like' so it works for each of my posts
<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>
any ideas? perhaps so its at the beginning of the post, and even displayed on the home page of my blog?