WPaudio is a simple mp3 player. The minimal design fits any blog. It’s easy to use. It works with mobile devices like iPhone and Android. The file is small and won’t slow down your site.
Everything’s tucked out of the way until you click play. Jog the track by clicking the position bar. Simple.
Install directly from WordPress (just go to Plugins -> Add New) and start embedding mp3s immediately. You can convert all mp3 links or only the ones you select.
Want to switch to a better player? Just deactivate Audio Player and WPaudio will take care of it.
WPaudio was written for performance. It uses WordPress’s built-in scripts and HTML5.
If you want to convert every mp3 link into a player, go to Settings -> WPaudio and select the first option, Convert all mp3 links.
If you want to selectively convert mp3 links, just add the wpaudio
class to the links you want converted, like this:
<a href="http://url.to/your.mp3" class="wpaudio">Artist - Song</a>
If you want to disable downloads or specify a different download URL, use the advanced tags.
[wpaudio url="http://url.to/your.mp3" text="Artist - Song" dl="0"]
For autoplay, just add autoplay=”1″ to your tags.
[wpaudio url="http://url.to/your.mp3" text="Artist - Song" autoplay="1"]
Download & install the zip archive
The plugin package installer can be downloaded from the WP2E project tab called “code”.
1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.
2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.
3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.
Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.