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

    (@loginradius)

    Hi nemoprofeta – To show Username/Password fields before Social Login interface, place the following code where you want to display the interface:-

    <?php
    if(!is_user_logged_in()){
    wp_login_form();
    }
    Login_Radius_Connect_button();
    ?>

    Let us know if you have any further question.

    Plugin Author loginradius

    (@loginradius)

    Hope the response resolved the issue for you.

    FYI: we have released a new version of social login plugin with short codes. Here is the list of short codes available with this version:
    https://support.loginradius.com/customer/portal/articles/971398-wordpress-social-login-installation-configuration-and-troubleshooting#shortcode

    How to register user with two fields for registration like username and email, should i write some custom code in LoginRadius_widget.php before Login_Radius_widget_Connect_button(); ? if i do what should i do for redirect users?

    Plugin Author loginradius

    (@loginradius)

    Hi Piemonk,

    Our plugin takes care of Username and email of users while registering them at your wordpress site.
    When a user logs in your website using lets say Facebook, our plugin creates a user name for the User and his/her email is captured too and stored in WordPress database.

    Hope this answers your question.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to use LoginRadius in a custom login/registration form?’ is closed to new replies.