• Resolved Sudipto Mahmud

    (@sudiptomahmud)


    Privacy Issue:
    Hi,
    i want to know How to – Hide Button URL on Hover?
    ex: When touch button with mouse pointer redirect link is visible. i want to hide this URL on hover. because of privacy issue. i don’t want to show this url to visitor. Button show my hidden real login/admin link.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Gabor

    (@nextendweb_gabor)

    Hi @sudiptomahmud!
    ?
    By default we are using the wp-login.php page for our login url (in some cases even if a plugin changes that link), but this can be changed.?
    ?
    First you create an empty page what you will not use for anything else, then at Global Settings -> General tab:
    https://nextendweb.com/nextend-social-login-docs/global-settings/
    you should use the “OAuth redirect uri proxy page” setting. This means that our plugin will no longer use the /wp-login.php page for the API connection, but the custom page you created and selected here. At your API settings you made, for example at Facebook:
    https://nextendweb.com/nextend-social-login-docs/provider-facebook/#configuration
    you have to change the step 12. setting, to change the URL for the API. This also changes the URL on the social login button.

    Then create another new page again, and also at the Global settings:
    https://nextendweb.com/nextend-social-login-docs/global-settings/
    you will find a “Page for register flow” setting. To the new page’s description you should add the given shortcode, [nextend_social_login_register_flow]. Then select that page with our settings. This page will be used to ask “custom data”, such as an email address from the users who register with Nextend Social Login.

    So to sum up, you cannot hide urls which are used for login, but you can replace them with other urls.

    Thread Starter Sudipto Mahmud

    (@sudiptomahmud)

    Yeah it’s working.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Privacy Issue| How to – Hide Button URL on Hover?’ is closed to new replies.