- Docs
- Publishing & Distribution
- Embedding Your Podcast
Embedding Your Podcast
Add a fully-featured podcast player to any website with a single iframe embed code.
To get your embed code, go to your podcast page in the Studio and click the Embed Player button in the distribution row. The dialog shows a live player preview, a theme selector, and the embed code.
The Player#
The embedded player includes cover art, episode title, podcast name, play/pause, playback speed (0.5x to 2x), skip buttons, volume control, and a progress bar. It's fully responsive on desktop and mobile.
The default embed plays your podcast's latest episode. To embed a specific episode, use the Share button on that individual episode instead.
Themes#
Choose from 8 preset themes — Light, Dark, Black, Slate, Red, Green, Blue, and Yellow. The player preview updates in real time. Click the code block to copy the embed code, then paste it into any platform that accepts HTML iframes: WordPress, Squarespace, Notion, Webflow, and more.
Custom Colors#
For exact brand matching, append color parameters to the embed URL:
primary_color— text and icon colorsecondary_color— secondary and muted elementstertiary_color— accent elementsbackground_color— player background
Colors can be specified with or without the # prefix:
https://your-podcast.jellypod.com/embed?primary_color=ffffff&background_color=1a1a2e
The embed URL also accepts a theme parameter (e.g., ?theme=dark) to set the theme programmatically.
Frequently Asked Questions#
Which website platforms support the embed code?
The embed code works on any platform that accepts HTML iframes, including WordPress, Squarespace, Notion, Webflow, Ghost, and more.
Can I customize the player colors to match my brand?
Yes. Choose from 8 preset themes or append custom color parameters (primary_color, secondary_color, tertiary_color, background_color) to the embed URL for exact brand matching.