Adding the Facebook Like Button to WordPress
Step-by-step guide to adding the Facebook Like button on a WordPress site. Update header.php with Open Graph and FBML namespaces, then insert the fb:like element into index.php, single.php, and page.php using the_permalink() for correct per-post URLs. Covers prerequisites, configuration options, cod