• Resolved jindo11111

    (@jindo11111)


    Hi All
    I’m have problem with Nextend Social Login plugin, it’s works only on PC, and mobile it’s disable.
    Please help me enable login with social (facebook, google) account on mobile.
    My site: https://cockstock.com.vn
    Thank’s All

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Laszlo

    (@laszloszalvak)

    Hi @jindo11111

    I checked the /wp-login.php page of your site and the social buttons appeared fine for me both on desktop and mobile.

    If you mean the social button in the popup form that is opened when you click on the “ĐĂNG NHẬP” then that button is a custom social button that comes from your theme Flatsome, which has an integration for Nextend Social Login. So the social button you see there is not rendered by us, but by your theme as the form appearing in that popup is a WooCommerce form, that is only supported with Nextend Social Login Pro Addon.
    This is also the reason for that you can not see our social buttons appear in the WooCommerce form at your /tai-khoan page.

    In the Free version can only make the social buttons automatically appear in the default WordPress login form like the one appearing at the /wp-login.php and the forms coming from the wp_login_form() function.

    Anyways with some work you are able to make the social buttons anywhere on your site, since we offer multiple publishing methods as you see here:
    https://nextendweb.com/nextend-social-login-docs/documentation/#publish

    Best regards
    Laszlo.

    Thread Starter jindo11111

    (@jindo11111)

    Oki thanks @laszloszalvak

    hi how can i get token when login google ? thanks all

    • This reply was modified 3 years, 9 months ago by phanjr99.
    Plugin Support Laszlo

    (@laszloszalvak)

    Hi @phanjr99

    If you mean you are creating an App where you integrated the REST API of Nextend Social Login, then to get an access token by Google, first you will need to redirect the user to the Google Authentication screen and once the user authenticated, you should request an access token from the Authorization Server of Google https://developers.google.com/identity/protocols/oauth2#basicsteps

    Once you have the access token, you need to make sure it is in JSON encoded format like we mention in our documentations:
    https://nextendweb.com/nextend-social-login-docs/nextend-social-login-rest-api/#at_google

    Note: In the documentation above you will also find some information about the usage of our REST API.

    Best regards,
    Laszlo.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to enable login Social (facebook, google) on mobile’ is closed to new replies.