You can play linked Mp3 file automatically (autoplay) or loop if wanted.Users can playback when (or if) they want, and to adjust the volume.I personally liked it a so much!Let's start the tutorial:
How To Add Music Player To Your Blog?
- Go to Blogger Dashboard > Layout > Add A Gadget
- HTML/Javascript > Copy Below Code
- Paste Copied Code In HTML/Javascript & Save Gadget
<audio controls="controls"><source src="BlogsDaddy.mp3" autoload="true" autoplay="true" hidden="true" type="audio/mp3" /></source></audio>
- If You Need Player With Auto Play Then Add Below Code
<audio controls autoplay="controls"><source src="BlogsDaddy.mp3" autoload="true" autoplay="true" hidden="true" type="audio/mp3" /></source></audio>
- If You Need With Loop Element (specify that the audio will start over again, every time it is finished) Then Add Below Code
<audio controls loop="controls"><source src="BlogsDaddy.mp3" autoload="true" autoplay="true" hidden="true" type="audio/mp3" /></source></audio>
how can I resize this player ?
ReplyDeleteThank you for this interesting post! Indeed it is very useful :)
ReplyDelete