This guide explains how to set up Twitter login and rich embeds for your Discourse forum.
Required user level: Administrator
In order for rich embeds to work properly, a Basic plan or higher for X Dev is mandatory. Rich embeds will not work with the Free X Dev plan.
X Configuration
-
Go to the Developer Portal on X.
-
Choose between a Free, Basic, or Pro X Dev plan and complete the developer agreement and policy requirements.
-
After completing the agreement and policy requirements, you’ll be taken to the X dev dashboard.
Create a new project
-
On your X Dev dashboard, click + Add Project.
-
Complete the requested information:
- Your project name
- Use case. If you are using an account with a Basic or Pro plan, please select
Embedding_Tweets_in_a_website
. - Your project description (e.g., “Enable Twitter login and embeds on a Discourse forum”).
- Select
Production
for the app environment. Note you may not be prompted to select the app environment. - Your app name
-
You will be shown your API Key and API Key Secret. Please write these down so you can add them to your Discourse forum later.
-
Click the App Settings button on the bottom right.
-
Scroll down to the User Authentication Settings section and click the Set up button. Update the following fields:
- App Permission → Read and enable
Request_email_from_users
- Type of App → Web App, Automated App or Bot
- App info →
- Callback URL / Redirect URL:
https://yourdiscourseforum.com/auth/twitter/callback
- Website URL:
https://yourdiscourseforum.com
- Terms of service:
https://yourdiscourseforum.com/tos
- Privacy Policy:
https://yourdiscourseforum.com/privacy
- Callback URL / Redirect URL:
- App Permission → Read and enable
-
Click Save.
Discourse configuration
-
Head over to your Discourse forum and enter the admin panel.
-
Click the Settings button and choose
Login
to find the Twitter-related settings: -
Enable the
enable_twitter_logins
setting. -
Copy and paste the API Key from X into the
twitter_consumer_key
setting. -
Copy and Paste the API Key Secret from X into the
twitter_consumer_secret
setting. -
Click the green checkmark to save the changes.
Users should now be able to log into your forum using their Twitter Account.
Rich Embeds
The above steps also apply if you want to enable “rich embedding” which allows displaying tweets with their media (images video, etc). If you want rich embeds but don’t need Twitter login, simply uncheck enable twitter logins
and leave the consumer key and secret intact.
Rebaking or rebuilding HTML for posts with tweets will re-fetch those tweets, counting against your monthly tweet cap.
Additional resources
- Getting Started with the Twitter API | Docs | Twitter Developer Platform
- Twitter oneboxes now require Twitter credentials
Last edited by @jessii 2024-08-02T19:07:31Z
Check document
Perform check on document: