UPDATE 2 (1-28-09): Seems that the WPBook plugin conflicts with the BadBehavior plugin – I’m looking into options to see if the conflict can be eliminated, but if your WPBook install is not working try disabling BadBehavior.
UPDATE (1-26-09): As noted in the comments below, there is a bug in the copy of the Facebook library included with the Sociable Facebook Connect plugin. If you’re using that plugin, you’ll need to patch their copy of the Facebook client library as follows.
Change line 170 of /wp-content/plugins/fbconnect/facebook-client/facebook.php from:
http_header('Location', $url);
To:
header('Location', $url);
This will eliminate the conflict between these two plugins.
(End UPDATE)
Today I’m releasing version 1.0 of WPBook, the WordPress plugin for embedding your blog in Facebook.
If you have earlier versions installed, you should see an auto-update notification on the plugins page of your WordPress dashboard. (Note that WordPress checks for updates only every 12 hours).
This version includes the following new features:
Continue reading →