Examples of embedded players

Example of embedded player from Google Drive

iframe code

<iframe style="border-radius:12px" src="https://drive.google.com/file/d/0B7WRX1WJEaJIMVRzOVNjY0gxVEU/preview?resourcekey=0-ZlVM_RQRWj68JN8n1KQmWQ" width="100%" height="100" allow="autoplay" loading="lazy" sandbox="allow-same-origin allow-scripts"></iframe>

Example of embedded player from SoundCloud

iframe code

<iframe width="100%" height="300" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/21937274&color=%232e7cad&auto_play=false&hide_related=false&show_comments=false&show_user=false&show_reposts=false&show_teaser=false&visual=true" loading="lazy" sandbox="allow-same-origin allow-scripts"></iframe>

Example of embedded player from Spotify

iframe code

<iframe style="border-radius:12px" src="https://open.spotify.com/embed/track/15qrWkkYCfmtu1uRpGf48L?utm_source=generator" width="100%" height="352" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy" sandbox="allow-same-origin allow-scripts"></iframe>