Add Audio/Song/Music Player in Blogspot Blogger Website/Blog | How To

Audio Player

You Can Easily Add an Audio Player in Blogger/Blogspot Website. and add URL of Song to Play Songs in Audio Player.

How To Add on Website

>> Open Your Post in HTML Mode and Paste This Code.

<div style="text-align: left;">
<audio id="audio_player" class="splplayer" preload="metadata" controls="controls"><source src="audiosongURL" /></audio>
</div>

>> Then Go to Theme Setting and, Paste Code on Add CSS section. or Find ]]></b:skin> in HTML View, and Paste Code above ]]></b:skin>.

<style>
.splplayer { border: 5px solid black; border-radius: 5px; background: black; height: 30px; width: 300px; }
</style>

>> Then SAVE Your Theme.

Watch Video

[embedyt] https://www.youtube.com/watch?v=g9_CVfAaNpY[/embedyt]