Skip to content

Instantly share code, notes, and snippets.

@ademidun
Last active July 24, 2019 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ademidun/6d5182637e034e983100172df353e4ff to your computer and use it in GitHub Desktop.
Save ademidun/6d5182637e034e983100172df353e4ff to your computer and use it in GitHub Desktop.
Embed Youtube and Spotify iframe
<iframe src="//www.youtube.com/embed/_youtube_id_" width="560" height="315" frameborder="0"
allowfullscreen="allowfullscreen">
</iframe>
<iframe class="i-amphtml-fill-content" style="z-index: 0; width: 500px; height: 200px;"
src="https://open.spotify.com/embed/show/0m74ZmCPgjvp5WGOMg3P9C#amp=1"
name="amp_iframe0" width="src=" frameborder="0" sandbox="allow-scripts allow-same-origin">
</iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment