Monday, January 16, 2012

Music Widget

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



Mini Blog Music Widget
votevotevotevotevote
No Registration
Great music blog with a selection of over 260 tunes from different genres. The widget itself is also small and nicely made and wil fit on any page. Go to the widget page and click on your music of choice. The code automatically generates on the bottom of the page. Just paste that to your webiste.

0 comments:

Post a Comment