Wptuts+ has a great write-up on how to enable Facebook comments on your WordPress blog. I was pleasantly surprised to find how easy the process has become.
I would make one improvement. Instead of hard-coding the <meta> tag to add your app id, I would insert the following into your functions.php file:
/* Add meta info required for Facebook comments */
add_action( 'wp_head', 'channeleaton_facebook_comments' );
function channeleaton_facebook_comments() {
?>
<meta property='fb:app_id' content='YOUR APP ID' />
<?php
}
That code should make it a bit easier for those of you using child themes.
Have you ever wanted to aggregate news feeds into your WordPress blog ? The FeedWordPress plugin makes it extremely easy for you.
FeedWordPress allows you to bring in any RSS or Atom feed and display it however you choose. It could be used to build the next great news aggregator or your lifestream. The plugin is actively developed and documentation is very well written.
Take a moment to check out this great plugin.
Bad Behavior has blocked 166 access attempts in the last 7 days.