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

ParamValuesDescription
autoplay0 | 1Start playback on load (default 0).
themelight | dark | autoColor scheme (default auto).
compact0 | 1Hide 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.