• Resolved rocker1411

    (@rocker1411)


    Hi

    Can we use facebook continue as {name} button with Nextend plugin?

    please refer to below link for sample:

    https://developers.facebook.com/docs/facebook-login/web/login-button/

    Continue as {Name} Button
    The Continue as {Name} button has the text “Continue as {persons’ name}” and optionally includes the person’s Facebook profile picture if they’re logged in to Facebook in the same browser. To use the Continue as {Name} button, you must first load the JavaScript SDK. For instructions on setting up the JavaScript SDK, see the JavaScript SDK Quickstart. Enable Continue as {Name} by adding data-use-continue-as=”true” to the settings for your button.

Viewing 1 replies (of 1 total)
  • Plugin Support Laszlo

    (@laszloszalvak)

    Hi @rocker1411

    I am sorry, we don’t have a “Continue as” kind of social button for Facebook.
    In Nextend Social Login we use the OAuth2 authorization and authentication protocol to handle the social login, not the JavaScript SDK.

    Anyways with some custom coding you can probably achieve your goals, as you could create the button you need and then you could simply add a link on the button that redirects the user to then authentication url of the corresponding provider. E.g. if you check the Usage tab of each provider you will find a “Simple link” field where you can see the HTML that you could wrap your custom button with: https://nextendweb.com/nextend-social-login-docs/usage/

    Best regards,
    Laszlo.

Viewing 1 replies (of 1 total)
  • The topic ‘Facebook Login Button – Continue as {Name} Button’ is closed to new replies.