OK, It's broken on me again. After upgrading to WP 3.2 the 2 plugins worked, however I discovered that the auto publish wasn't working. I was using the .999 version of SFC
Plugin Name: Simple Facebook Connect
Plugin URI: http://ottopress.com/wordpress-plugins/simple-facebook-connect/
Description: Makes it easy for your site to use Facebook Connect, in a wholly modular way.
Author: Otto
Version: 0.999
Author URI: http://ottodestruct.com
License: GPL2
Copyright 2009-2011 Samuel Wood (email : otto@ottodestruct.com)
function sfc_version() {
return '1.0';
}
So with that version, both SFC and bbPress coexisted nicely. But, no autopublish, even though everything was authorized properly.
SO, I grabbed the trunk version on svn
<?php
/*
Plugin Name: Simple Facebook Connect - Base
Plugin URI: http://ottopress.com/wordpress-plugins/simple-facebook-connect/
Description: Makes it easy for your site to use Facebook Connect, in a wholly modular way.
Author: Otto
Version: 0.26
Author URI: http://ottodestruct.com
License: GPL2
Copyright 2009-2010 Samuel Wood (email : otto@ottodestruct.com)
function sfc_version() {
return '0.26';
}
And now, my auto publish works again, but I'm back to my bbPress forum not displaying with the like button active.
I would love to have a forum, and a like button, and auto publishing too.
I'm a greedy guy!!
Any ideas what could be the issue?
(I edited teh above headers obviously.... just wanted to post the essential bits for differentiation)