Viewing 3 replies - 1 through 3 (of 3 total)
  • Check the plugin requirements here:
    <WP-ROOT>/wp-admin/options-general.php?page=wordpress-social-login&wslp=2

    Then you can also run a diagnostic here:
    <WP-ROOT>/wp-admin/options-general.php?page=wordpress-social-login&wslp=3

    Thread Starter jimmiesner

    (@jimmiesner)

    I’m sorry. I don’t understand. Where do I find that code?

    Plugin Author Miled

    (@miled)

    maybe you are using a custom template..

    WordPress Social Login will attempts to work with the default WordPress comment, login and registration forms.

    If you want to add the social login widget to another location in your theme, you can insert the following code in that location (eg. /wp-content/themes/<utheme>/comments.php):

    <?php do_action( ‘wordpress_social_login’ ); ?>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WordPress Social Login] Works for Admin but not user comments’ is closed to new replies.