Widget builder

The Podiana player on your website.

Choose an episode or a show, pick light or dark and your accent colour. The code updates as you go. Paste it, done. The widget loads only from the Podiana domain, sets no cookies and starts the audio only after a click on play.

What should appear?
Appearance
Options

Preview

Code to paste

Alternative without script: iframe only

The script has two advantages: it adjusts the height automatically and it adds the structured data. The iframe alone cannot do either.

Structured data on its own

If you would rather place the data without the player, or if your CMS strips scripts, copy this block into the head of your page. It describes the episode as a PodcastEpisode for search engines. Validate it with the Rich Results Test or the Schema Markup Validator.

Good to know

Several widgets on one page

Load the script once and add an element <div class="podiana-player" data-episode="…"></div> for every player. When one starts, the others stop.

Privacy

The widget is loaded from the Podiana domain and sets no cookies. The audio file is fetched only when someone presses play. Mention Podiana in your privacy notice.

Content management systems

WordPress: add an HTML block. Webflow, Wix, Squarespace, Jimdo: use the element for custom code or embeds. The code is the same everywhere.

What search engines read

The structured data describes a PodcastEpisode with title, date, duration, audio file and the series it belongs to, and links back to the original page on Podiana. Google reads JSON-LD that is added by script, the static block is the belt-and-braces version.