Simple Facebook Connect on Buddypress Profile Settings
-
I fished the following two lines out of the Simple Facebook/Twitter Connect plugins (login scripts) in order to make account linking available from within a Buddypress profile. Theoretically, this ought to work … just a matter of making the link accessible, right?
`add_action(‘profile_personal_options’,’sfc_login_profile_page’); //Simple Facebook Connect account link function`
`add_action(‘profile_personal_options’,’stc_login_profile_page’); //Simple Twitter Connect account link function`So my question is, what would be the code to use to insert both buttons at the bottom of the Profile > Settings > General page? (I’m assuming I would add these lines to my bp-custom.php file).
- The topic ‘Simple Facebook Connect on Buddypress Profile Settings’ is closed to new replies.