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

    (@rodrigosprimo)

    Yes, it is possible to achieve that. As an example, you could add the code below to your theme to enable Facebook login:

    <input type="hidden" name="client_id" value="<?php echo get_option( 'social_connect_facebook_api_key' ); ?>" />
    <input type="hidden" name="redirect_uri" value="<?php echo urlencode( home_url( 'index.php?social-connect=facebook-callback' ) ); ?>" />
    <a id="login-facebook" class="social_connect_login_facebook" href="#">Facebook</a>
Viewing 1 replies (of 1 total)
  • The topic ‘Login and Logout’ is closed to new replies.