Saturday 7 May 2011

Blog Tip: How to get mp3s to play directly from the blog

Just paste this little piece of code anywhere in the post and a little play button will appear in your blog post next to where you place the link to the mp3.

Sons & Daughters - Your Glory 
 <script src="http://googlepage.googlepages.com/player.js" type="text/javascript">
</script>

Or You can try this one.



<script language="JavaScript" src="http://www.archive.org/download/audio-player.js_159/audio-player.js">
</script>
<object data="http://www.archive.org/download/player.swf_43/player.swf" height="24" id="audioplayer1" type="application/x-shockwave-flash" width="290"> <param name="movie" value="http://www.archive.org/download/player.swf_43/player.swf">
<param name="FlashVars" value="playerID=audioplayer1&soundFile=http://www.zackmoody.com/wp-content/uploads/2010/11/Your-Glory.mp3">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="wmode" value="transparent">
</object>

Just replace the text in bold with the URL to the mp3 you want to play.

Here is the tuturial for the 2nd player.

Here is a link to another 10 players that you can try.

No comments:

Post a Comment