Guides
Discord embed guides
Short, practical answers about Discord link previews, embeds with buttons, and component embeds.
- Discord component embed: what it is and how to ship oneA Discord component embed is a server-rendered JSON payload Discordbot reads from your HTML, not a bot message. Here is the format, the limits, and how Tinycord hosts one.
- Discord link preview buttons without a botDiscord link preview buttons are https Components v2 link buttons inside a component embed. You do not need a Discord bot or custom_id.
- Allow Discordbot through CloudflareIf Cloudflare challenges Discordbot, Discord never sees your component embed. Skip JS challenges on /p/* and on images the card references.
- Component embed vs Open Graph in DiscordOpen Graph is Discord’s fallback tile. A component embed is the native card with buttons and galleries. Ship both; Discord chooses.
- Discord embed generator with buttons: how to make one without a botMake a Discord embed with real link buttons from any URL. No bot, no webhook, no code: import your page, add buttons, and paste one link.
- Discord link preview not showing? 7 fixes that workWhy Discord is not showing a preview for your link, and how to fix it: bot protection, JavaScript-only tags, caching, image URLs, and channel permissions.
- How to change the Discord embed color for your linkSet the colored bar on your Discord link preview with the theme-color meta tag, or with accent_color in a component embed.