I am using a Spotify embed code (see below) to display a player on a page. I’m using a dynamic field (from a CPT) to include the ID of a song or podcast.
But the player displays a preview of the song/podcast only. I am logged in though (in my browser), so it shouldn’t do that.
Anyone got a clue what I am missing?
<div style="left: 0; width: 360px; height: 80px; position: relative;"><iframe src="https://open.spotify.com/embed/track/{acpt_post_bericht-media_spotify}?utm_source=oembed" style="top: 0; left: 0; width: 100%; height: 100%; position: absolute; border: 0;" allowfullscreen allow="clipboard-write; encrypted-media; fullscreen; picture-in-picture;"></iframe></div>