@nmavro73
Active 1 year, 8 months ago
-
Varun Dubey replied to the topic Social login disappears when i put it in the same page with registration form in the forum Installing BuddyPress 6 years, 5 months ago
@nmavro73 WordPress Social Login add Social login option by default at registration page using http://prntscr.com/jn4tag they have the following action to display social login widget inside register page, which is working fine with BP 3.0
add_action( 'bp_before_account_details_fields', 'wsl_render_auth_widget_in_wp_login_form' );
If you are using…[Read more]