Add Facebook “Like” Buttons to WordPress Blog

To implement the Facebook “Like” buttons onto our website blog, we have to put the following line in single.php file, wherever you want the button to appear......
<iframe src="http://www.facebook.com/plugins/like.php?href=<?php the_permalink()?>&layout=standard&show_faces=true&width=450&action=like&colorscheme=light" scrolling="no" frameborder="0" allowTransparancy="true" style="border:none; overflow:hidden; width:530px; height:60px">
</iframe>
I verified this and everything works well..
<iframe src="http://www.facebook.com/plugins/like.php?href=<?php the_permalink()?>&layout=standard&show_faces=true&width=450&action=like&colorscheme=light" scrolling="no" frameborder="0" allowTransparancy="true" style="border:none; overflow:hidden; width:530px; height:60px">
</iframe>
I verified this and everything works well..
