Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Rodrigo Primo

    (@rodrigosprimo)

    I recently assumed the plugin development so I don’t know if it integrates with buddypress and bbpress. If you test, please post here your results.

    Hello there. I’m using the plugin with buddypress and bbpress. This is a very good plugin!

    The only problem until now is character encoding of people’s name. Names with special characters (like ??áé?…) are creating users with strange characters.

    How can it be fixed?

    Thank you!

    I managed to solve the special characters problem making utf8_decode()

    $sc_first_name = utf8_decode($fb_json->{ 'first_name' });
    $sc_last_name = utf8_decode($fb_json->{ 'last_name' });

    Plugin Author Rodrigo Primo

    (@rodrigosprimo)

    Hi Marlus, thanks for sharing that Social Connect works with BuddyPress and bbPress.

    Regarding the encoding problem, you know if it also happens on a clean WP install without BuddyPress and bbPress?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘buddypress and bbpress integration’ is closed to new replies.