For partners
Embed the Listen Now widget
One iframe. Always shows the latest Everything's Energy episode. Resolves live from our database — no manual updates, ever.
Copy & paste
<iframe
src="https://ee.show/embed/listen?autoplay=0&theme=auto"
width="100%"
height="220"
frameborder="0"
allow="autoplay; encrypted-media; picture-in-picture"
loading="lazy"
title="Everything's Energy — Latest Episode"
></iframe>
<script>
window.addEventListener('load', function () {
var f = document.querySelector('iframe[src*="ee.show/embed/listen"]');
if (!f) return;
f.contentWindow.postMessage({
type: 'ee.embed.host',
origin: window.location.origin,
path: window.location.pathname,
href: window.location.href
}, 'https://ee.show');
});
</script>The small script block is optional — it sends a one-time handshake so we can attribute plays to your site in our analytics. Without it, the widget still works.
Live preview
Options
| Param | Values | Description |
|---|---|---|
| autoplay | 0 | 1 | Start playback on load (default 0). |
| theme | light | dark | auto | Color scheme (default auto). |
| compact | 0 | 1 | Hide platform chips, video only. |
Need approval for your domain?
Cross-domain embedding is gated by an allowlist. Reach out via /contact with the domain you want to embed on, and we'll add it within one business day.

