Guide
How to embed an episode
You can drop any episode from Dave bites onto your own site using an iframe. The embedded player includes play/pause, seek, volume, and a waveform visualizer.
1. Pick an episode
Go to the episode page on Dave bites. Scroll down to the "Embed this episode" section — the iframe code is already filled in for that specific episode.
2. Copy the snippet
Copy the iframe code. It looks like this:
<iframe
src="https://davebytes.netlify.app/embed/EPISODE_ID"
title="Dave bites player"
width="100%"
height="220"
style="border:0;border-radius:1.5rem"
></iframe>
Replace EPISODE_ID with the episode number (e.g. 1, 2) or use the exact snippet from the episode page.
3. Paste into your site
Paste the iframe code into any website that supports HTML iframes — static sites, Jekyll, WordPress, documentation pages, or personal blogs. The player is responsive and works in light and dark mode.
Quick reference
Base URL
https://davebytes.netlify.app/embed/ID
Recommended size
width: 100%, height: 220px
Styling
border:0; border-radius:1.5rem
Features
Play / pause, seek, volume, waveform
Example — embed episode 1
Here's what episode 1 looks like embedded: