Skip to content

Commit e747791

Browse files
committed
fix(platforms): disable reddit embeds
1 parent d1df784 commit e747791

6 files changed

Lines changed: 8 additions & 37 deletions

File tree

apps/docs/content/docs/embedly/index.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@ Embedly replaces Discord's broken native embeds with rich, accurate ones. Paste
4343
href="/docs/platforms/instagram"
4444
icon={<Icon icon="simple-icons:instagram" />}
4545
/>
46-
<Card
47-
title="Reddit"
48-
description="Posts with text, images, galleries, and video"
49-
href="/docs/platforms/reddit"
50-
icon={<Icon icon="simple-icons:reddit" />}
51-
/>
5246
<Card
5347
title="Threads"
5448
description="Posts with text, images, carousels, and video"

apps/docs/content/docs/platforms/index.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ description: Every platform Embedly supports and what it embeds.
1616
href="/docs/platforms/instagram"
1717
icon={<Icon icon="simple-icons:instagram" />}
1818
/>
19-
<Card
20-
title="Reddit"
21-
description="Text posts, image posts, galleries, and video"
22-
href="/docs/platforms/reddit"
23-
icon={<Icon icon="simple-icons:reddit" />}
24-
/>
2519
<Card
2620
title="Threads"
2721
description="Posts with images, carousels, and video"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"title": "Platforms",
33
"icon": "ph:globe-hemisphere-west",
4-
"pages": ["twitter", "instagram", "reddit", "threads", "tiktok"]
4+
"pages": ["twitter", "instagram", "threads", "tiktok"]
55
}
Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,17 @@
11
---
22
title: Reddit
33
icon: simple-icons:reddit
4-
description: Posts with text, images, galleries, and video.
4+
description: Reddit support is temporarily disabled.
55
---
66

7-
All Reddit URL formats are supported. Short links (`redd.it`) and old/mobile URLs are automatically resolved before fetching.
7+
Reddit support is temporarily disabled while Reddit API access is pending.
88

9-
## Supported URLs
9+
Reddit now requires explicit approval before apps can access Reddit data through the API. Embedly will restore Reddit embeds after API access is approved and configured.
10+
11+
## Previous URL formats
1012

1113
```
1214
https://reddit.com/r/<subreddit>/comments/<id>/<slug>
1315
https://old.reddit.com/r/<subreddit>/comments/<id>
1416
https://redd.it/<id>
1517
```
16-
17-
## Supported features
18-
19-
### Text
20-
21-
The post title and body. For link posts with no media, the linked URL is appended to the description.
22-
23-
### Media
24-
25-
Up to 10 items — single images, image galleries, Reddit-hosted videos, and preview images for external link posts.
26-
27-
### Author
28-
29-
The subreddit is shown as the display name, with the post author as the username.
30-
31-
<Callout type="info">
32-
Reddit doesn't expose upvote or comment counts reliably, so stats are not shown.
33-
</Callout>

apps/docs/src/routes/privacy.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ function Privacy() {
7171
<h2 className="text-xl font-semibold">Third-party services</h2>
7272
<p className="text-fd-muted-foreground leading-relaxed">
7373
To fetch post data, Embedly makes requests to third-party platform APIs including
74-
Twitter/X (via fxTwitter), Instagram, Reddit, Threads, and TikTok. These requests are
75-
made server-side and contain no personal information about the user who triggered the
74+
Twitter/X (via fxTwitter), Instagram, Threads, and TikTok. These requests are made
75+
server-side and contain no personal information about the user who triggered the
7676
embed. Each platform's own privacy policy governs data processed on their end.
7777
</p>
7878
</section>
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
export { Twitter } from "./twitter";
22
export { Bluesky } from "./bluesky";
33
export { Instagram } from "./instagram";
4-
export { Reddit } from "./reddit";
54
export { TikTok } from "./tiktok";
65
export { Threads } from "./threads";

0 commit comments

Comments
 (0)