What are social sign in buttons?
Social sign in buttons allow your visitors to easily connect with your site. You'll receive user data that you can send to a registration database or
other application. We also provide tracking analytics so you can see how your visitors are using these buttons.
How do I get started?
- Configure your API keys. Enter your API keys on the Get the Code section.
- Grab code & paste into your site. Copy the button code (you must be signed in) and paste into your site.
- Apply the user data. Design customized experiences, connect your registration system, or use our sample app.
Try it!
Sign in with one of these services:
Connect through one of the services on the left to see the data you'll receive.
Download the Example
If you don't have a registration system or application to make use of social sign in or user information, you can use the files in this sample app to set up a basic registration system.
Download from Github
What's included in the example?
Sign in page
A page with standard login form as well as AddThis Sign In Buttons. Registered users can also sign in with username and password, and connect a social media account later.
Registration page
A page with a standard registration form. Users can register here and connect their social media account later.
Dashboard page
A generic page to display social data for a single user. It automatically displays the user's profile URL, picture, name, locale, and the service used to sign in.
MySQL Database
A database with two tables:users and user_social_login. Stores login and signature details for all registered users.