Audio Player is a highly configurable but simple mp3 player for all your audio needs. You can customise the player's colour scheme to match your
Just updated wordpress and the plugin.
there is one bug if your website using https connection.
in line 127-129 of audio-player.php
if ($_SERVER["HTTPS"] == "on" || $_SERVER["SERVER_PORT_SECURE"] == "1") {
$this->pluginURL = str_replace("http", "https", $this->pluginURL);
}
the pluginURL ends up being httpss... which breaks the whole plugin if you are using ssl.
to fix that just comment out the middle line like this
// $this->pluginURL = str_replace("http", "https", $this->pluginURL);
No issues with this plugin - still works brilliantly and dead easy to use.
As of 3.5 this plugin still works! Give it a try if you need a simple yet configurable audio plugin for your site.
I really liked this plugin, but it quit working a while ago.
So, here's a substitute. First, install either Jetpack or Shortpack so you have the [audio] shortcode available.
Second, install my new plugin called MMWW. MMWW will read the metadata from your MP3 files as you upload them, and provide an "Audio Player" button to let you create the appropriate [audio] tag.
I'm very grateful to the author of this plugin for idea and the example code.
As mentioned below, it does work just fine!
Just install plugin and activate.
Create a folder in htdocs called audio using your ftp client eg filezilla.
Dump your mp3's (wma dont work) in the audio folder.
go to the page you want to play the music and add the following line
[audio:yourmusicfile.mp3]
and your done.
Thanks
You must log in to submit a review. You can also log in or register using the form near the top of this page.