Embeddable Podcast Clips
Share podcast moments anywhere on the web. Audioscrape's embed widget turns any transcribed episode into a shareable, playable clip — for blogs, articles, newsletters, and social media.
What's an Embed?
A small, self-contained audio player that can be placed on any website. It includes:
- Audio playback — play a specific clip from any episode, starting at a chosen timestamp.
- Live transcript — teleprompter-style transcript that highlights as the audio plays.
- Episode info — podcast name, episode title, and speaker attribution.
- Links back — viewers can click to hear the full episode on Audioscrape.
Creating an Embed
Four clicks, no code beyond a paste:
-
1. Find a moment
Search for a topic, browse episodes, or navigate directly to an episode page on Audioscrape.
-
2. Select a segment
Click on any transcript segment to start playback from that moment. The transcript highlights speaker turns.
-
3. Click Share
Click the share button next to any segment to open the share modal.
-
4. Copy the embed code
Select the "Embed" tab and copy the HTML code. Paste it into your website, blog, or CMS.
Embed Code
The embed code is a simple iframe that you can paste anywhere HTML is supported:
<iframe
src="https://www.audioscrape.com/embed/episode/[ID]/segment/[TIME]"
width="100%"
height="400"
frameborder="0"
allow="autoplay"
></iframe>The embed is responsive and works on all devices. Height can be adjusted (recommended: 350–450px).
Embed Parameters
Customize your embed with URL parameters:
Use Cases
Blog Posts
Cite podcast sources with playable clips. Let readers hear the original context instead of just reading a quote.
News Articles
Journalists can embed primary sources — let readers hear exactly what was said, with full transcript context.
Newsletters
Curate the best podcast moments for your audience. Embed clips directly in email-friendly HTML.
Social Sharing
Share direct links to specific moments. Recipients see a preview card and can play inline.
See Examples
Check out our magazine for examples of embedded podcast clips in context:
Browse the MagazineTechnical Details
- Responsive design — embeds adapt to any container width.
- No authentication required — embeds work without login.
- Efficient loading — audio only loads when the user clicks play.
- Cross-origin safe — works on any domain via sandboxed iframe.