Yes, you can add your iTunes podcasts to Webflow, but you'll need to embed your podcast feed or episodes manually, as Webflow doesn’t have native podcast support.
1. Get Your Podcast Embed Code
- Go to your podcast listing on Apple Podcasts (iTunes).
- Click the Share button or the three-dot menu near your episode or show.
- Choose Embed or go to the podcast’s hosting provider (e.g., Libsyn, Anchor, Podbean).
- Copy the embed code provided by your podcast host (usually an iframe).
2. Add an Embed Element in Webflow
- Open your Webflow project in the Designer.
- Drag an Embed element from the Add panel (shortcut key: A) into your page layout.
- Paste the embed code you copied into the code field.
- Click Save & Close.
3. Adjust for Responsiveness
- Webflow does not auto-scale iframe content, so you may need to wrap the Embed in a div block and apply custom padding or width styles.
- You can also use CSS to make your iframes responsive (e.g., using 100% width and relative height), though this requires some manual styling.
4. Publish and Test
- Click Publish to your Webflow site.
- Preview the live page and test the embedded podcast player to ensure it loads and plays correctly.
Summary
You can embed your iTunes podcast in Webflow by copying the embed code from your podcast provider and pasting it into Webflow’s Embed element. Webflow doesn’t support podcast integration natively, but manual embedding works reliably.