HomePHP Page 3 - Facebook PHP API Applications: Basic Introduction
Final Working PHP Source Code for the Facebook Like Button - PHP
If you are a PHP developer interested in learning the PHP API applications of Facebook, then this tutorial can help you get started. Keep reading and you'll soon know not only how to add Facebook features to your website, but how to develop your own Facebook applications.
If you are using WordPress as a blogging platform, you can easily copy and paste the code above just before the "the_content" function:
<?php the_content( __('<p>Read the rest of this entry »</p>', 'arras') ); ?>
It should then look like the the screen shot below:
If your theme background is black, to make the text more visible on a black/dark background, use the colorscheme=dark attribute, so the iframe code will become: