Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: New FB Autoconnect Plugin for WP…will it work with MU/BP?


gregfielding
Participant

@gregfielding

@Jamesmarsland

I’m struggling with this now…Justin gave me a code snip:

if( wp_get_current_user()->ID == 0 )

{

if( function_exists(‘jfb_output_facebook_btn’) )

{

jfb_output_facebook_btn();

jfb_output_facebook_init();

jfb_output_facebook_callback();

}

}

I can’t get it to work right.

Skip to toolbar