Here is how to get the new facebook like button integrated into your wordpress blog
1. Go to : http://developers.facebook.com/docs/reference/plugins/like
2. Open up your theme editor and copy paste this next to the post title or under your content
<iframe src=”http://www.facebook.com/plugins/like.php?href=<?php the_permalink() ?>&layout=button_count&show-faces=false&width=200&action=like&colorscheme=light” scrolling=”no” frameborder=”0″ allowTransparency=”true” style=”border:none; overflow:hidden; width:200px; height:25px”></iframe>
Note: make sure its in the loop
Thats it! hope you like it!
Hot Trending Topics
- Avoid Duplicate Posts in Multiple Loops
- 14 Ways to Get your Facebook Page Stand out
- Facebook Groups VS Facebook Pages
- Build a Facebook Landing Page for Your Business
- How to Customize your Facebook Like Box

Here’s the WordPress plugin:
http://wordpress.org/extend/plugins/like
No coding necessary, you can customize the look and placement of the button in the settings interface
Thanks Bottomless for your help