Add Music To Blogger Blog (blogspot)

Add Music To Blogger Blog (blogspot)

New Blogger Music Player #1 It has the option to add playlists, upload your own music files, and much more advanced player controls. And on top of all, a simple code to install in blogger.

New Blogger Music Player #2 This is the SCM music player for Blogger that rocks!

Below Is The Original Simple One I Shared Long Back

Adding music to blogger blog is pretty easy and requires few steps to be followed. First decide where on your blog you want to the music to be. Music can be initiated in number of ways. By a link, when you blog loads, or when reader turns it on himself using a music player on your blog.

To set up any of these ways follow the steps below :

By a Link

Copy All Code

<a href="URL of music file">Click to hear music file</a>

To test the code you can use this link: Copy All Code

https://sites.google.com/site/forfavicon1991/Halo_Theme.mp3?attredirects=0&d=1

You can put this code any where you want e.g on the side bars, in the post.To add the link in the side bar go to Blogger dashboard> Design > Add a widget > HTML / JavaScript

blogger layout add gadget
html javascript widget blogger

By a Music Player:

To add music playing options, add the following link to your blog. Same as before, you can add this code to the blogger post or sidebar of the blog.
The player will look like this: Copy All Code

<embed autostart="false" height="40" loop="true" playcount="2" src="URL of music file" width="300"/></embed>

Follow the same steps before in the ( Click the link ) section to add the music to sidebar. By changing commands like autostart, height, playcount, width you can change the characteristics of the player.  

Autostart: 

Change this to either " true " if you want the music to start automatically when the page loads or type " false " so that the reader will click the play button to play the music.

Height:

To change the height of the player

Play count:

The number of times the song will be played before it stops

Loop:

To repeat the same song over and over again.