WPaudio MP3 Player(...) is an easy to use MP3 player that allows you to display multiple MP3 files on a single page and let the user choose which one to listen to.
It provides a shortcode [ wpaudio] and a method of “intercepting” links to mp3 files to make it really easy to add the links to your page.
Using the [ wpaudio] shortcode
[wpaudio url="http://www.gordontate.org.uk/wp-content/Gordon_Tate-Radio_Surrey.mp3" text="Listen to the Radio Surrey interview with Gordon Tate" dl="0"]
[ wpaudio url="http://www.gordontate.org.uk/wp-content/Gordon_Tate-Radio_Surrey.mp3" text="Listen to the Radio Surrey interview with Gordon Tate" dl="0"]
Note: Here we used the dl parameter to prevent the file being downloaded from the website.
Using class=”wpaudio”
Listen to the Radio Surrey interview with Gordon Tate
- Click on the Add Audio link to create the link
- View the HTML and add class=”wpaudio” within the anchor tag. eg. <a class=”wpaudio” href=”URLofthemp3″>text for the mp3</a>




