Reddit logo

Reddit

Published October 2024
   •    Updated June 2025

Plugin details

Reddit is a massive online community where users can share content, discuss topics, and engage with millions of posts and comments across various subreddits. The Reddit API provides access to this vast pool of data, allowing developers to build applications that interact with Reddit’s content and functionality
To develop custom plugins or support, please book a time using - https://calendly.com/udanawick/30min

$20

One time  •  Or  $2/mo

stars   •   0 ratings
1 installs  
This plugin does not collect or track your personal data.

Platform

Web & Native mobile

Contributor details

Adventa Technologies Pty Ltd logo
Adventa Technologies Pty Ltd
Joined 2019   •   44 Plugins
View contributor profile

Instructions

Setting Up Reddit
To get started with Reddit on Bubble.io, follow these steps:

Step 1: Create a New Reddit App

Go to the Reddit App Creation Page.
Click “Create App” or “Create Another App”.
Fill in the details:
 - Name: YourAppName
 - App type: Script
 - Redirect URI: `http://localhost:8000`
Save and note down your “client_id” and “client_secret”.

Step 2: Configure the Plugin Environment

Navigate to your Bubble.io Editor.
Go to the “Plugin tab”.
Search for "Reddit Plugin" in the marketplace and install it.

Step 3: Set Environment Variables

Create a new Environment in Bubble.io.
Add the following variables:
  - `client_id`: Your Reddit App client ID.
  - `client_secret`: Your Reddit App client secret.
  - `user_agent`: Example: `YourAppName v1.0 by u/YourRedditUsername`.

Step 4: Implement OAuth Authentication

Use the provided endpoints to handle OAuth authentication:
  - Request Access Token
  - Refresh Access Token
Store the `access_token`, `refresh_token`, `access_token_type`, `access_token_expires`, and `access_token_scope` in your environment variables.

Types

This plugin can be found under the following types:
Api   •   Login Service

Categories

This plugin can be found under the following categories:
Media   •   Technical   •   Data (things)

Resources

Support contact
Documentation
Tutorial

Rating and reviews

No reviews yet

This plugin has not received any reviews.
Bubble