Social Login on Guest Post

This topic contains 3 reply and 2 voices, and was last updated by Tareq Hasan 10 years, 11 months ago
Viewing 3 Posts - 1 through 3 (of 3 total)
Author Posts
May 20, 2013 at 8:24 am 3861
Tareq Hasan How can I add Wordpress Social Login option to a form with Guest Post enabled - User Detail Required. Guest POst with user details is a cool option and limits the steps the user has to take. Would be cool to add the WSL here.
May 20, 2013 at 8:33 am 3862
ForestNation ForestNation

COuld also be an option to add the WSL to the restricted form.

May 20, 2013 at 11:05 am 3867
ForestNation ForestNation

ON the frontend-dashboard.php I’ve added the Social Login like this:

} else {
printf( __( “Please %s to view this page.
“, ‘wpuf’ ), wp_loginout( ”, false ) );
}
do_action( ‘wordpress_social_login’ );

I’ve also added this to the profile page

May 20, 2013 at 7:04 pm 3881
Tareq Hasan Tareq Hasan

Cool, that should solve your problem 🙂

Viewing 3 Posts - 1 through 3 (of 3 total)