Skip to main content

Reddit feed widget

Reddit Feed Widget for Your Website

Juicer's Reddit widget pulls live posts from any subreddit or Reddit keyword search and displays them on your website.

  • Any public subreddit, or a keyword search across all of Reddit
  • Moderation and filters decide what appears
  • No Reddit login and no API key required

Takes less than a minute. No credit card required.

Trusted by 200,000+ brands and agencies

See a Reddit feed widget live

This is the real widget pulling live posts from Reddit, not a mockup. Pick a layout, then type your community below and your feed is one sign-up away.

Create this feed

A real Juicer feed pulling live posts from r/CozyPlaces and r/itookapicture. Yours works the same way with any subreddit or keyword.

r/why-embed

Why embed a Reddit feed?

Community proof on your site

Reddit threads carry real opinions from real users. Displaying them on your website shows visitors that people discuss and recommend what you offer.

Fresh content without manual posting

Your page updates itself every time the subreddit does. Juicer syncs new posts automatically, so the feed stays current with zero editing work.

Capture the discussion around your brand or niche

Reddit is where product research happens. A feed of the relevant threads keeps that conversation on your pages instead of sending visitors away to find it.

Two ways to pull Reddit content

Most Reddit widgets stop at subreddit feeds. Juicer gives you two source types, and you can combine as many of each as your plan allows.

Subreddit source

Point Juicer at any public subreddit by name or URL, from r/AskReddit to the niche community around your product. Every new post flows into your feed automatically.

Mentions source

Search all of Reddit for a keyword or exact phrase, like your brand or product name. Juicer collects matching posts and comments from every subreddit, so you see the conversation wherever it happens.

r/features

Everything a Reddit feed on your website needs

Moderation built in

Keep or hide any post before it appears. Approve posts manually, or let AI moderation keep the feed brand-safe automatically.

Keyword filters

Filter incoming posts by keyword to keep the feed on topic, or block terms you never want on your site.

Every Reddit post type

Text posts, link posts, images and videos all render in the feed. Juicer caches Reddit's media so images keep working after Reddit's URLs expire.

Custom styling

Choose a layout, match your brand's colors and typography, and go further with custom CSS when you need pixel-level control.

Mix Reddit with 14 other networks

One feed can combine Reddit with Instagram, Facebook, TikTok, X, LinkedIn, YouTube, Bluesky and more, in a single wall with one embed code.

No Reddit login or API key

Juicer fetches public Reddit content for you. There is no developer application, no OAuth connection and no Reddit API bill to manage.

r/how-to

How to embed a Reddit feed

Three steps, no coding. If you can paste one line of HTML, you can put a Reddit feed on your website.

  1. 01

    Create your Juicer feed

    Sign up free and create a feed. You can keep it Reddit-only or mix in other networks later.

  2. 02

    Add your Reddit source

    Enter a subreddit name to follow its posts, or a keyword to collect mentions from across Reddit.

  3. 03

    Copy the embed code

    Paste it anywhere HTML works. The feed updates itself from then on.

r/integrations

Works with your website builder

The embed works on any site that accepts an embed code. These platforms get a dedicated step-by-step guide.

  • Reddit feed on WordPress

    The official Juicer plugin drops your Reddit feed into any post or page with a one-line shortcode. In the WordPress directory since 2015.

  • Reddit feed on Squarespace

    Drop the embed into a Code Block and the feed keeps itself current. No plugin and no upkeep.

  • Reddit feed on Shopify

    A copy-paste snippet in a Custom Liquid section puts the feed in your store. No app to install and no monthly app fee.

  • Reddit feed on Wix

    Paste one snippet into the Embed HTML element. Works on free and premium Wix sites alike.

  • Reddit feed on Webflow

    An Embed element carries the feed into your layout, so it ships with your design system instead of fighting it.

  • Reddit feed on Drupal

    The official Juicer Social Feed module brings your Reddit feed into Drupal as a native block. No coding required.

r/developers

Reddit posts via the Juicer Data API

The widget is one way to consume Reddit. The Data API is the other: one GET with a subreddit (term_type=channel) or a keyword search (term_type=mentions) returns normalized JSON, no feed to set up and no Reddit connection. Mentions searches return matching comments too, each with the thread it replies to. Build your own UI, pipe posts into your app, or feed them to an AI agent.

Terminal
$ curl "https://api.juicer.io/v1/data/posts?platforms=Reddit&term=yourbrand&term_type=mentions" \
    -H "Authorization: Bearer $JUICER_API_KEY"

{
  "data": [
    {
      "platform": "Reddit",
      "message": "What's the most underrated tool in your workflow?",
      "poster": { "display_name": "curious_dev" },
      "like_count": 2417,
      "comment_count": 389
    },
    {
      "platform": "Reddit",
      "platform_id": "t1_mxk4f2a",
      "message": "We switched to yourbrand and never looked back.",
      "poster": { "display_name": "ships_on_friday" },
      "like_count": 214,
      "referenced_post": { "message": "What do you use to embed social feeds?" }
    }
  ],
  "meta": {
    "total_results": 2,
    "platforms": [{ "platform": "Reddit", "success": true, "count": 2, "has_more": true }]
  }
}

Juicer as a Reddit aggregator

A single Reddit source is a feed. Several of them make Juicer a Reddit aggregator: combine multiple subreddits and keyword searches into one feed, or mix Reddit with other social networks in a single wall. Every source shares the same moderation, filters and styling, and the whole wall ships to your site with one embed code. See the social media aggregator page for the full multi-network picture.

r/questions

Frequently asked questions

What site owners ask before embedding a Reddit feed.

  • Do I need a Reddit API key or login?
    No. Juicer fetches public Reddit content for you. There is no developer application to file, no OAuth connection to authorize and no Reddit API pricing to worry about. You add a subreddit or keyword and the posts arrive.
  • Can I show posts from multiple subreddits?
    Yes. Each subreddit is its own source, and one feed can hold several sources. Add r/gadgets and r/technology to the same feed and their posts appear together, sorted into one wall.
  • Can I filter posts by keyword?
    Yes, in two ways. A Mentions source collects posts and comments matching a keyword from all of Reddit. On any feed, moderation filters also let you allow or block posts containing specific terms.
  • What content types are supported?
    Text posts, link posts, images and videos. Juicer caches every post's media through its image proxy, because Reddit serves media on expiring URLs; a naive embed ends up with broken images, a Juicer feed does not.
  • Can I moderate which posts appear?
    Yes. You can approve every post manually before it shows, hide individual posts with one click, set keyword filters, or turn on AI moderation to keep the feed brand-safe automatically.
  • How often does the feed update?
    Juicer checks your sources for new posts on a schedule that depends on your plan; higher plans sync more often. See the pricing page for the update frequency of each plan.
  • Can I embed a subreddit feed for free?
    Yes. The free plan includes a working feed with a real embed code. Paid plans add more sources, faster updates and advanced features like AI moderation; see pricing for the details.
  • Which website platforms does it work on?
    Any platform that accepts an embed code: WordPress, Shopify, Squarespace, Wix, Webflow, Drupal, Joomla, HubSpot or a hand-built site. WordPress and Drupal also get official Juicer extensions; see the integrations guides.
  • Can I get Reddit posts through an API instead of the widget?
    Yes. The Juicer Data API returns Reddit posts as normalized JSON from a single request: pass a subreddit (term_type=channel) or a keyword search (term_type=mentions), with no feed to create and no Reddit connection. Upvotes and comment counts land in the same engagement fields as every other network. The full reference lives at developers.juicer.io, and API access has its own plans.
  • Can I track brand mentions on Reddit?
    Yes. A Mentions source searches all of Reddit for your brand name or any phrase and collects the matching posts and comments, which works for monitoring as well as for display. Comments matter here: most brand talk on Reddit happens in comment threads, not post titles. Our guide on monitoring your brand on Reddit walks through the setup.

Embed feeds from every major platform

Reddit is one of 15+ networks Juicer aggregates. Every platform below gets the same widget: sources in, moderation on, one embed code out.

I love that I can connect so many social channels in one feed. I love how customizable the design is and the ability to filter the social content to exactly what you're looking for. It's so easy to add to a website and you can add in branded elements or change the design to fit your site.

Ready to start?

Put a live Reddit feed on your website today

A preview of a Juicer feed widget showing real social media posts