# Reddit

Head over to [Reddit developers<span class="nx-sr-only nx-select-none">(opens in a new tab)</span>](https://www.reddit.com/prefs/apps) and create a new app. In the type of app, select `web app` and in the redirect uri, add `http://localhost:4200/integrations/social/reddit`.

Copy the Reddit client id and client secret and add them to your `.env` file.

[![reddit-001.webp](https://help.digime.ca/uploads/images/gallery/2024-10/scaled-1680-/ezj57qBVDS6RxBjO-reddit-001.webp)](https://help.digime.ca/uploads/images/gallery/2024-10/ezj57qBVDS6RxBjO-reddit-001.webp)

```
REDDIT_CLIENT_ID=""
REDDIT_CLIENT_SECRET=""
```