Add Music Widget to your Blog

Adding a Music Console Widget to your blogger so that the visitors can listen to your music or even to your radio station is a quite good idea, dont you think so!? It is also not as difficult as you may think but no worries, I will show you how:

Navigate to Template -> Page Elements , click Add a Page Element to the place you want the Music Console to appear and then click on HTML/JavaScript. Done so far?! Right, enter a relevant Title such as: Listen to my Music and paste the following code in the content box:

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

For example, using the following code:

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



If you like that type of music then go to [ this Site ] for more tunes!

Some explaination:

autostart="false" - it does not play the music automatically
autostart="true" - it plays the music automatically
height="40" - the height of the music console
width="300" - the width of the music console
loop="true" - it loops the music once finished
loop="false" - it does not loop the music once finished
src="URL" - the url address of the music to be played

Note: The Music Console will look different depending which type of Windows Media Player you have and also on the Internet Browser for exmaple Internet Explorer or Firefox. When browsing with Firefox, the Music Console will be played in Apple player. Yep true!

1 comments:

kiranapramudita said...
it really helps!