Visit our main website at www.thedogpaddler.com
and see all our recent emails and photos here.

Saturday 9 April 2011

Music Tracks - testing a new Yahoo! Player Button

This is a test of a new Yahoo! Music Player button
it's quite easy to do - you just need to insert
a section of code in the 'Edit HTML' and
you can add an unlimited number of
MP3 music tracks with buttons.
Please click the small button
in front of each song title.



How good is that?  And because those are direct links to the music tracks (wherever) it enables the listener to easily download them if they want, by simply R-clicking on the links - and 'Save the Target'

All you need is the links to the MP3 files - wherever they are stored on the internet - and place this code below in the HTML of your post.   Type your post - and when you are at the correct spot with your cursor - click the 'Edit HTML' button above the draft box window - and insert the code - right there.   When you click the 'Compose' button and return to the draft - you will see the links in place.   The little buttons will appear from Yahoo when you 'Preview' or 'Publish Post'.

Change the link addresses to the 'http://your address..'  of your music files
and type the names of the songs as they will appear
then copy and paste the code below
into the HTML at the spot.


<DIV align=center>
        <script type="text/javascript" src="http://mediaplayer.yahoo.com/js"></script>
        <a href="http://yoursite.com/music-file1.mp3">Song Title 1</a></DIV>
        <DIV align=center>
        <a href="http://yoursite.com/music-file2.mp3">Song Title 2</a>
        </DIV>


That's it! - if you've got the correct links to the music files - it will work
and as you can see, you can have as many listed there
as you want - just copy more of the same line
onto the code to make a longer list

<DIV align=center><a href="http://yoursite.com/music-file2.mp3">Song Title 2</a></DIV
I think it's just super - and I'll add some more tracks to the list - right now.

No comments:

Post a Comment