Integration of the Facebook Like Button in WordPress
I just integrated the new Facebook Like button on LeanEntrepreneur. You can find it at the bottom of each post.
If you take the code snippet from Facebook’s generator you will get a code for an individual page. If you like a universal WordPress implementation you can use this code (which I found here):
<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:px”></iframe>
Hope you guys like it (and use it of course).