OK, so...when the SFC Like button is active, I get this in my source:
<div id="forumContent">
<a name="content"></a>
<script src='http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php'></script><script src='http://www.rvoodoo.com/empire/wp-includes/js/jquery/jquery.js'></script> <style type="text/css">
h1 a { background-image:url(http://www.rvoodoo.com/empire/…..oplate.png) !important; height:145px !important; }
</style>
<script type="text/javascript">
function sfc_login_check() {
FB.Facebook.apiClient.users_hasAppPermission('email',function(res,ex){
if( !res ) {
FB.Connect.showPermissionDialog("email", function(perms) {
window.location.reload();
});
} else {
window.location.reload();
}
});
}
</script>
<script type="text/javascript">
FB_RequireFeatures(["XFBML"], function() {
FB.init("6b7cf5de09147699357e2a34cdd3a27e", "http://www.rvoodoo.com/?xd_receiver=1", {"permsToRequestOnConnect":"email"});
});
</script>
<noscript><div class="sfregmessage">This forum requires Javascript to be enabled for posting content</div></noscript>
<!– Start of SPF Container (sforum) –>
followed by deformed forum code like this:
<div>
<a> </a>
<div></div>
<div class="sfloginstrip">
When the Like button is not active, I just get this
<div id="forumContent">
<a name="content"></a>
<noscript><div class="sfregmessage">This forum requires Javascript to be enabled for posting content</div></noscript>
<!– Start of SPF Container (sforum) –>
Followed by proper forum code:
<div id="sforum">
<a id="forumtop"> </a>
<div id="sflogininfo"></div>
So, it definitely looks like the code being brought in above by the SFC Like button won't allow the forum to load. The forum will load with SFC base active, and several other modules, just not the Like button.