Create a simple M3U playlist » Help
Step 1
I have 3 .mp3 files (or any other format) and I'd like to create my own playlist for my website. Here's the list of my audio files:Http://www.mysite.com/mymusic/file1.mp3
Http://www.mysite.com/mymusic/file2.mp3
Http://www.mysite.com/mymusic/file3.mp3
Step 2
I decide to create a M3U playlist due to its simplicity.I launch my favourite text editor and I enter one URL per line (without anything else). I save the text file as .m3u (for example : playlist.m3u and NOT playlist.m3u.txt).

Step 3
I upload playlist.m3u directly from my PC into my music directory. Now the URL of my playlist is:Http://www.mysite.com/mymusic/playlist.m3u
Step 4
I go to my WordPress Admin Panel => Settings => SingSong. and I verify that Loop and Autoplay parameters are set to "on". In fact, it depends on what exactly I want. For example, If the Loop parameter is "off" then at the end of each song my visitors must click on the play button to play the next song. In both cases, Play/Stop/Advance... Buttons stay available.
Step 5
Now I can play my playlist everywhere. For example I can add the following code to a post/page:[singsong-popup:Http://www.mysite.com/mymusic/playlist.m3u]