• Resolved RolandOfEld

    (@rolandofeld)


    hi there

    i am currently integrating LoginRadius’ social login with the Disqus single sign on commenting system, my questions are as follows:

    1. I have a window which loads wordpress/loginradius login interace. I would like for the window to close after successfully logging in as disqus requirs the window to be closed for the logged in user to be able to comment. At the moment i have to manually close the window which is not ideal for users.
    I have tried some java script code but have not been able to achieve what i need.

    2. When using loginradius social networks to login, a small popup window is shown to authenticate the user to the specified social network. Am i able to NOT display this information in a popup window but instead the parent window?
    I would like to be able to do this for one page on my site only, not the whole site. If this is possible it may be the answer to my problem in question 1

    I hope this makes sense, thankyou as always

    https://ww.wp.xz.cn/plugins/loginradius-for-wordpress/

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

    (@loginradius)

    Hi RolandOfEld,

    This feature is available with premium plan only. Please drop an email to [email protected] to get this premium feature.

    Hope this helps!
    Do let us know if you have any other question for us.

    Regards
    LoginRadius team

    Thread Starter RolandOfEld

    (@rolandofeld)

    thanks for replying
    can you tell me which feature this is exactly? i am looking at the feature list on the login radius website and nothing is apparent

    Thread Starter RolandOfEld

    (@rolandofeld)

    nevermind, solved this one on my own

    kaelaria

    (@kaelaria)

    I have the same issue with disqus – can you tell me how you solved it? Thanks

    Thread Starter RolandOfEld

    (@rolandofeld)

    i used this:

    ?>
    <?php
    if ( is_user_logged_in() ) {
        echo "<script>window.close();</script>";
    }
    ?>

    Hi RolandOfEld,
    Could you please tell me where to put the code?
    Thanks,

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘close window after logging in’ is closed to new replies.