Skip to main content
Question

Embedding images or videos from Reddit to Discord using webhooks

  • October 15, 2024
  • 2 replies
  • 421 views

I’m trying to embed new top posts from a subreddit to a discord message. 

Here is my layout: 

 

Here’s the output:

 

I can confirm that it’s possible for this to be embedded, since the “Send Channel Message” default option outputs the following:

 

I would like an output similar to the following, but with the video shown instead of a link:

 

I’m not sure where the issue is. I’ve already read the article Zapier put out ~2 years ago on Discord image embedding. If anyone could check this out I’d greatly appreciate it. Thanks!

Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

  • New
  • 1 reply
  • October 30, 2024

AFAIK, that would require Zapier to upload the video itself to Discord, which probably isn’t feasible for an integration platform like this. If you did figure it out, I’d like to know too!

I was curious how you’re integrating a Reddit images pathway too; I haven’t been able to figure out how to extract images from reddit posts.


  • Author
  • New
  • 1 reply
  • November 1, 2024

Hi! Here’s my current set-up for just embeding the thumbnail. Not sure how to use Webhooks to embed multiple images. 

Regarding multiple images, I also couldn’t find a way to do it with Zapier, but I know you can create a Discord bot to do that, so I’ve resorted to coding a bot myself.