In this post, I'll concentrate on actually embedding the music (rather than adding widgets such as Last.fm playlists). You can see an example of embedded background music here and also further down this page...
The easiest method of adding background sound is to include a line like this in your blog template, just after the opening <body> tag:
<bgsound src="http://yoursite.com/yoursound.mp3" loop=infinite>
where the URL is that of the background music you wish to use. This method works perfectly well, but visitors to your site will not be able to switch the music off if it becomes distracting.
This is achieved by including the following code somewhere in your template (eg: the sidebar):
You can change some of the variables to suit your needs:
<embed width="200" src="http://yoursite.com/yourmusic.mp3" autostart="false" loop="false" height="50"></embed>
- autostart: set to "true" to make the music begin as soon as the page is loaded, or "false" to ensure the user has to press the play icon
- loop: set to "true" to have the music play over and over, or "false" so that it plays only once.
- height: if this is set to "40", only the play options will be visible. You can make this larger if you prefer, in which case blank space will be visible.
Here are some sites I've used for copyright-free music you could use in your blog:
- FreePlay Music
- MonkeyFilter Wiki: contains links to many sites offering free music downloads.
- FreeSound
Thanks,
-Amaresh
0 comments
Post a Comment
Thanks for reading , if you have any problem please leave me a comment here I will help you by my best.Please note that you put the friendly words to help each other to improving and developing these tips to be better,or the best way for you to track my blog is subscribing my Feed.You are always welcome on http://bloghelpforbegineers.blogspot.com
Best regards,
-Amaresh