WordPress.org

Plugin Reviews

Audio Player

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

Average Rating
4 stars
4 out of 5 stars
You are currently viewing the reviews that provided a rating of 5 stars. Click here to see all reviews.
5 stars
Great!
By , for WP 2.0.4.6

It works!

5 stars
Great plugin
By , for WP 3.5.1

Nice audio player.

5 stars
Good plugin. One bug.
By , for WP 3.5.1

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);

5 stars
Works fine
By , for WP 3.5.1

Great job !!
Very thanks !!

5 stars
Great Little Plugin - Working on WP3.5
By , for WP 3.4.2

No issues with this plugin - still works brilliantly and dead easy to use.

5 stars
It Still Works!
By , for WP 3.5

As of 3.5 this plugin still works! Give it a try if you need a simple yet configurable audio plugin for your site.

5 stars
Replacement is available
By , for WP 3.4.2

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.

5 stars
Dont be scared!
By , for WP 3.4.2

As mentioned below, it does work just fine!

5 stars
Works perfectly
By , for WP 3.4.2

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.