• Hi,

    I am using Nextend Facebook Connect plugin to support Login with Facebook option.

    Also I am using WP Sliding Login | Register Panel to support sliding login feature.
    Now I want to add in Login/Register with Facebook option in this sliding panel using link details as below:

    <a href="siteurl?loginFacebook=1&redirect=siteurl" onclick="window.location = \'siteurl?loginFacebook=1&redirect=\'+window.location.href; return false;">Click here to login or register with Facebook</a>

    However I am not getting where to add this information in “wp-sliding-login-register-panel.php” to support above feature.

    Please assist me in the same.

    Thanks,
    Varun

    https://www.ads-software.com/extend/plugins/wp-sliding-login-register-panel/

Viewing 2 replies - 1 through 2 (of 2 total)
  • open wp-sliding-login-register-panel.php within the plugin directory and search for:
    id='loginpanel'

    Within this div you will find <div class=”clear”></div> After this div add your code and save the file and re-upload. This should add the coding you are requesting above. More integration steps maybe needed to merge another plugin with this one, but this might work for you.

    Hi-
    I’m trying to do the same thing however I’d ideally like for the login panel to show the button for facebook from the nextend facebook connect plugin. Right now, it shows perfectly on the registration dropdown but not on the login dropdown. Please advise. Thanks-

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to integrate WP Sliding Login | Register Panel’ is closed to new replies.