Help > Forum > Users > Allowing users to log in with Twitter
Allowing users to log in with Twitter
You can allow users to sign up and log in to your forum using their Twitter account. This is beneficial because you can use your Twitter app to tap into Twitter's huge viral reach, it increases sign ups by 35 to 50% because users know it will be easy to sign up or log in, and it automatically imports their Twitter profile picture.
Your users will see a Twitter button on the Log in and Sign Up screens that will allow them to log in or sign up for your forum through Twitter. An account and profile will still be created for them on the forum and they will appear as a normal user.
Logging in with Twitter can safely be used on private forums since nothing is shared outside of the forum.
You can enable logging in with Twitter on your forum by following the instructions below:
- Visit the Twitter Developers section. (Note: You must be logged into your personal Twitter account to create an app.)
- Click Create Project button.
- Enter your desired name in the Project name.
- Select any use case in the drop down.
- Enter the project description.
- Click on Create new button.
- Enter the App Name.
- You will see the API Key, and API Secret Key. Copy both of these.
- Click on App Settings.
- Click on Edit in front of App Details.
- Upload your App icon. (Maximum size of 700k, JPG, GIF, PNG)
- You may enter the description about your app in Description field.
- Click on Save.
- Click on Set Up in front of Authentication settings.
- Enable OAuth 1.0a Setting
- Enable Request email from users.
- For the Type of App, select Native App option.
- Enter https://FORUM_DOMAIN/oauth?service=Twitter&action=doOauthCallback in Callback URLs. (Replace FORUM_DOMAIN with your forum domain name.) If you have embedded the forum, log in and then view this support article to see the correct embed-friendly version of the URL you need to use.
- For Website URL, enter
- Enter Terms of service, and Privacy policy URLs. If you don't have any, enter
- Click on Save.
- Log in to your Website Toolbox account.
- Click the Integrate link.
- Click the Single Sign On link.
- Enable the Twitter option.
- In the Client ID text box, paste the API Key you copied previously at point number 8.
- In the Client Secret text box, paste the API Secret Key you copied previously at point number 8.
- Click the Save button.
If you still need help, please contact us.