Skip to content

Commit 7c70ad3

Browse files
committed
Better format for reddit instructions
1 parent b7c0ae7 commit 7c70ad3

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

pages/providers/reddit.mdx

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,23 @@ title: Reddit
33
description: How to add Reddit to your system
44
---
55

6+
import {Steps, Callout} from "nextra/components";
67
import OAuth2Redirect from "../../components/snippets/oauth2redirect.tsx";
78

8-
Head over to [Reddit developers](https://www.reddit.com/prefs/apps) and create a new app.
9-
In the type of app, select `web app` and in the redirect uri, add your redirect URI.
9+
<Steps>
10+
11+
### Create an app on Reddit Developerrs
12+
13+
Head over to [Reddit developers](https://www.reddit.com/prefs/apps) and click on **create a new app**.
14+
15+
* **Name:** `MyPostizInstance` (or whatever you like)
16+
* **App type:** `web app`
17+
* **Redirect URI:** (see below)
1018

1119
<OAuth2Redirect provider = "reddit" />
1220

21+
### Set environment variables
22+
1323
Copy the Reddit client id and client secret and add them to your `.env` file.
1424

1525
![Reddit](/images/providers/reddit/reddit-001.png)

0 commit comments

Comments
 (0)