Play mp3s and podcasts in posts with the simplest, cleanest, easiest mp3 player. New HTML5 support for iPhone, iPad, Android & mobile browsers.
Find solutions, ask questions, and give feedback at the WPaudio forum.
For best results, upgrade to the latest WordPress.
wp_head(); and wp_footer();.Just add the wpaudio class to those links. If there's already a class, add it inside the quotes after a space (class="anotherclass wpaudio").
<a href="http://url.to/your.mp3" class="wpaudio">Artist - Song</a>
If you want to convert all mp3 links, just check the first option when you go to Settings -> WPaudio. Then you don't have to add the class, but it won't hurt.
Nope. If you used Audio Player, just tell WPaudio to handle it on the Settings -> WPaudio page. If you used another plugin, email me and I'll get support for it into the next version.
Always include the text parameter.
The dl parameter isn't required. See the next question.
Allow users to download from a file host by adding the dl parameter to your shortcode like this.
[wpaudio url="http://url.to/your.mp3" dl="http://download-host.com/mp3_download_url"]
Or disable downloads by setting dl to "0" like this.
[wpaudio url="http://url.to/your.mp3" dl="0"]
Requires: 2.5 or higher
Compatible up to: 3.0.5
Last Updated: 2010-10-25
Downloads: 191,400
1 of 2 support threads in the last three weeks have been resolved.
Got something to say? Need help?