Login using Linkedin Button

Hi all, Is there a tutorial of how to add a custom login with Linkedin Button to wix login pages
PLEASE ANY HELP !

The Wix Member Signup Page already includes the option to signup with Google or Facebook, but not LinkedIn. Refer to the documentation for details.

If you need further details or clarification, I would recommend contacting Wix Customer Care , as they know best.

But I want to customize it because I need to fetch data such as email, username and profile picture from these apps.

any pointers on how to achieve this?

Hello, you will want to take a looked at linkedIn’s documentation and tutorials for creating an oAuth flow. For an example of what these kinds of flows look like, see this tutorial. The concept will be similar, but you will need to go find out what the documentation and API’s of the service you are implementing require.

SSO OAuth example

When you are working through your code, please start a new post with your question and code snippet.

Thank you Amanda, does the team know if there is any plans to natively support this option for LinkedIn in the future? :slight_smile:

Not that I know of, but you can learn how to submit a feature request here

1 Like

Thank you Amanda! Super helpful!