Music for Mobiles
Code used:<audio controls autoplay> <source src="https://drive.google.com/uc?id=0B28Gtf1n8u8DanhjM0UtdkQ3ZTQ&export=download" type="audio/mpeg">Your browser does not support the audio element.</audio>
Code used:<audio controls autoplay> <source src="https://drive.google.com/uc?id=0B28Gtf1n8u8DanhjM0UtdkQ3ZTQ&export=download" type="audio/mpeg">Your browser does not support the audio element.</audio>
Note that autoplay does not work in most browsers, AFAIK
Note that autoplay does not work in most browsers, AFAIK
This is from a help forum post by Simply-Me.ga
https://productforums.google.com/forum/#!msg/sites/DE1Or-yo_eM/rWCr5yDVAQAJ
Upload your audio file to Google Drive and set its sharing to public.
Right-click on the file and get the sharing link, like https://drive.google.com/file/d/0B28Gtf1n8u8DanhjM0UtdkQ3ZTQ/view?usp=sharing
Using the file ID shown in bold make new link like https://drive.google.com/uc?id=0B28Gtf1n8u8DanhjM0UtdkQ3ZTQ&export=download
Using that for the source src create this code:
5. Insert that code using the Code section of the Embed function.