Skip to content

Instantly share code, notes, and snippets.

@seuntaylor
Created February 6, 2019 23:12
Show Gist options
  • Save seuntaylor/364e70e47d3037e3607e4d60df660226 to your computer and use it in GitHub Desktop.
Save seuntaylor/364e70e47d3037e3607e4d60df660226 to your computer and use it in GitHub Desktop.
Embed code to stream an MP3 stored in Google Drive
<audio controls>
<source src="http://docs.google.com/uc?export=open&id=placethefileIDhereaftersharing" type="audio/mp3">
</audio>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment