diff --git a/extensions/blocks/podcast-player/components/podcast-player.js b/extensions/blocks/podcast-player/components/podcast-player.js index c8f2d93970174..676e5df9a53c1 100644 --- a/extensions/blocks/podcast-player/components/podcast-player.js +++ b/extensions/blocks/podcast-player/components/podcast-player.js @@ -180,6 +180,8 @@ export class PodcastPlayer extends Component { aria-describedby={ track && track.description ? `${ playerId }__track-description` : undefined } + // The following line ensures compatibility with Calypso previews (jetpack-iframe-embed.js). + data-jetpack-iframe-ignore >