Enables easy cross-posting of entries to Facebook, while syncronzing comments between the two sites.
Modify the tag in your theme to include the fbml namespace. In the default theme, you will need to modify header.html. It will look something like this when completed - you are adding the xmlns:fb part:
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml">
Add this line to your comments.php, just under the 'You can start editing' line:
<?php if ( apply_filters('facebook_comments', false)) { return; } ?>
Requires: 2.7.1 or higher
Compatible up to: 2.8.5
Last Updated: 2009-12-13
Downloads: 5,643
Got something to say? Need help?