Compact WP Audio Player

Description

Compact WordPress Audio Player plugin is an HTML5 + Flash hybrid based wordpress plugin which can be used to embed an mp3 audio file on your WordPress post or page using a shortcode. The audio player is cute and compact and will play on all major browsers.

This audio player plugin Supports .mp3 and .ogg file formats.

The audio files that you embed using this plugin will work on all devices.

กคุณลักษณะ

  • The audio player is compact so it does not take a lot of real estate on your webpage
  • HTML5 compatible so the audio files embedded with this plugin will play on iOS devices
  • Works on all major browsers – IE7, IE8, IE9, Safari, Firefox, Chrome
  • The audio player is responsive.
  • If you do podcasting then this audio player can be used to embed the audio files on your WordPress posts or pages
  • If you are selling audio files from your site then you can use this plugin to offer a preview
  • Add the audio player to any post/page using shortcode
  • Use autoplay option to play an audio/mp3 file as soon as the page loads
  • Ability to specify both the mp3 and ogg version of your audio files. The plugin will play the appropriate one based on the device.

More details can be found on the Compact Audio Player Plugin Page

Usage

Use the following shortcode to embed an audio file anywhere on your site

[sc_embed_player fileurl=”URL OF THE MP3 FILE”]

Example shortcode:

[sc_embed_player fileurl=”http://www.example.com/wp-content/uploads/my-music/mysong.mp3″]

Installation

  1. Upload the “sc_audio_player.zip” file via the WordPress’s plugin uploader (Plugins -> Add New -> Upload)
  2. Activate the plugin through the “Plugins” menu in WordPress.
  3. Create a page or post to show the player using shortcode.
  4. Add shortcode anywhere in the post/page like: [sc_embed_player fileurl=”mp3 file url”]

FAQ

Will my audio file work in all major browsers?

ตกลง

Can I loop the audio files embedded using this plugin?

ตกลง

Will the audio player work on iOS devices?

ตกลง

Reviews

Multiple MP3

First song strong keeps playing even though i pressed played on the second song

How do i fix this?

Mostly good, but needs to be smarter

Does what it says and is easy to work with, but if you have multiple MP3 files embedded on a page and you hit the play button for one, then hit the play button for another, the first MP3 does not stop playing. The plugin should be intelligent enough (or at least have a manual setting) to ensure that two or more files cannot be played simultaneously.

Read all 48 reviews

Contributors & Developers

“Compact WP Audio Player” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.9.6

  • Updated the audio player for iOS 10 safari.
  • WordPress 4.6 compatible.

1.9.5

  • Bugfix – Audio player embedded with the “autoplay” flag (in the default template) wasn’t changing the pause button icon to a play button icon after the audio file finished playing.

1.9.4

  • WordPress 4.4 compatibility.

1.9.3

  • Corrected a typo in the play button image file name.
  • changed the uniqid() function to use the “more_entropy” parameter so the value is more unique.
  • Fixed a minor bug with internet explorer.

1.9.2

  • Fixed a minor bug (new player template1) with the “loops” parameter.

1.9.1

  • Fixed a minor bug in the new player template1 with the “autoplay” parameter.

1.9 – Added a new shortcode for a different audio player with seek bar and volume control in the player. The documentation has usage details of this new shortcode.

1.8 – Added the option to specify both an .mp3 and .ogg version of the audio file in the shortocode.

1.7 – WordPress 3.8 compatibility

1.6 – Added an option to disable simultaneous playback. It will automatically stop the audio file that is currently playing when a user plays a new file.

1.5 – added a auto loop parameter option in the shortcode to automatically loop the audio file

1.4 – added a volume parameter option in the shortcode so you can specify the volume of the audio

1.3 – Added the autoplay option in the shortcode.

1.2 – added the ability to spcify a container class via the shortcode (helpful for CSS customization)

1.1 – minor javascript bug fix