Title: HTML5 jQuery Audio Player
Author: Maeve Lander
Published: <strong>10. juli 2012</strong>
Last modified: 9. mai 2017

---

Søk gjennom innstikk

![](https://ps.w.org/html5-jquery-audio-player/assets/banner-772x250.jpg?rev=744811)

Dette innstikket **er ikkje testa med dei tre siste utgåvene av WordPress**. Det
kan henda det ikkje blir vedlikehalde lenger, og kan ha problem med nyare versjonar
av WordPress.

![](https://s.w.org/plugins/geopattern-icon/html5-jquery-audio-player_2e2e2e.svg)

# HTML5 jQuery Audio Player

 Av [Maeve Lander](https://profiles.wordpress.org/enigmaweb/)

[Last ned](https://downloads.wordpress.org/plugin/html5-jquery-audio-player.zip)

 * [Detaljar](https://nn.wordpress.org/plugins/html5-jquery-audio-player/#description)
 * [Omtalar](https://nn.wordpress.org/plugins/html5-jquery-audio-player/#reviews)
 *  [Installasjon](https://nn.wordpress.org/plugins/html5-jquery-audio-player/#installation)
 * [Utvikling](https://nn.wordpress.org/plugins/html5-jquery-audio-player/#developers)

 [Hjelp](https://wordpress.org/support/plugin/html5-jquery-audio-player/)

## Skildring

This trendy looking music player lets you add a single audio track or a full playlist
to your WordPress site using shortcode. You can customise the colours of the player,
and also display ratings, album cover art, and buy/download link if needed. This
audio player is different from others on offer because it works on all major browsers,
both PC and Mac, and on mobile devices including iPhone/iPad. Plus it looks really
cool!

#### Key Features

 * Uses mp3 and ogg file formats
 * Attractive and customisable design
 * Works in all major browsers – IE9+, Safari, Opera, Firefox, Chrome
 * Works on mobile devices including iPhone/iPad
 * Sell your music easily by integrating with Easy Digital Downloads – [tutorial here](http://enigmaplugins.com/selling-your-music/)
 * Autoplay on/off option
 * User star ratings
 * Add the player to any post/page using shortcode `[hmp_player]`

#### Demo

[Click here for demo](http://www.bluecatcombo.com.au/wedding-band-perth/)
 This 
demo shows the player with tracklist enabled, ratings on, and autoplay off. Duration
and buy/download button is also switched off in this example.

#### Pro vs Lite Version

This is Lite (free) version of the plugin. [Get Pro Version](http://enigmaplugins.com/plugins/html5-jquery-audio-pro/)
if you need the following advanced features:

 * Mulitple Playlists � create as many playlists as you like and embed any number
   of players on different pages of your site
 * Drag n Drop playlist manager so you can reorder tracks
 * Fully Responsive � resizes and adjust layout/design for responsive websites
 * On/off option for ratings, artwork, artist field, auto-repeat, and cover art
 * Widget support
 * Embed full playlist or individual tracks with shortcodes
 * Works in all modern browsers – IE9+, Safari, Opera, Firefox, Chrome
 * Works on mobile devices including iPhone/iPad
 * Can enable Buy or Download tracks buttons (x3)
 * Integrates with Easy Digital Downloads plugin for selling your music

Please note that Pro version will not work on Windows Server environment.

#### Credits

This is a WordPress version of the player created by Saleem over at [Codebase Hero](http://www.codebasehero.com/2011/06/html-music-player/)
with thanks also to [Orman Clark](http://www.premiumpixels.com/freebies/compact-music-player-psd/)
for the original PSD.

## Skjermbilete

 * [[
 * An example of the inserted player
 * [[
 * The display settings screen in WP-Admin
 * [[
 * The add songs screen in WP-Admin

## Installasjon

 1. Upload the `html5-jquery-audio` folder to the `/wp-content/plugins/` directory
 2. Activate the HTML5 jQuery Audio Player plugin through the «Plugins» menu in WordPress
 3. Configure the plugin by going to the `HTML5 Audio Player` menu that appears in 
    your admin menu
 4. Add the player to any post/page using shortcode `[hmp_player]`

## Vanlege spm.

  Installation Instructions

 1. Upload the `html5-jquery-audio` folder to the `/wp-content/plugins/` directory
 2. Activate the HTML5 jQuery Audio Player plugin through the «Plugins» menu in WordPress
 3. Configure the plugin by going to the `HTML5 Audio Player` menu that appears in 
    your admin menu
 4. Add the player to any post/page using shortcode `[hmp_player]`

  It doesn’t work for me, this plugin sucks!

Actually it does work… and tens of thousands of people use it successfully. If you’re
having a problem it is highly likely that it is one of the common issues below. 
Please take the time to read these FAQs and try the steps suggested. If you’re still
having problems you can get support in the forum. Be nice, and explain your issue
properly so I can try to help you. Thank you.

  How can I sell my music using this plugin?

[Easy Digital Downloads integration tutorial] (http://enigmaplugins.com/selling-
your-music/)

[FetchApp integration tutorial](http://www.enigmaweb.com.au/fetchapp-integration-tutorial/)

  jQuery Conflict (It’s breaking my site)

The most common problem is a jQuery conflict. In short, if your theme loads jQuery
library, then other plugin/s (like this one) also load jQuery then it can cause 
serious grief on the site and things start breaking. The solution is for all plugin
developers and WordPress theme creators to use the copy of jQuery which is included
in the WordPress core or load it from Google AJAX libraries, and to consider also
using the noConflict jQuery mode (this plugin does all that). If you’re having jQuery
conflict problems on your site then the most likely culprit it your theme. [Read this article](http://digwp.com/2009/06/including-jquery-in-wordpress-the-right-way/)
by Chris Coyier which explains the issue in more detail and outlines how you can
fix it. You might also like to check out suggestions from [Eric Martin](http://www.ericmmartin.com/5-tips-for-using-jquery-with-wordpress/)
on the topic.

  I’m having problems adding mp3 files – they won’t play.

The plugin supports mp3 and ogg files. You need to upload both an mp3 and ogg version
of each track in the playlist. Please also check your files are encoded correctly,
and confirm that your file paths are correct. jPlayer sometimes has problems with
relative urls so make sure you’re using the absolute paths.

  How can I convert my files to mp3 and ogg?

There are heaps of free conversion tools available – run a search. Personally, I
use [Goldwave.](http://www.goldwave.com/)

  I need ogg? Waaaa!

Yeah you really do. Having both the ogg and mp3 is what enables this plugin to work
on all the different browsers and devices. You can use a converter to make an ogg
copy of your files fast and free and you can batch process with most tools so please
don’t complain about needing ogg. [More information here in the documentation.](http://enigmaplugins.com/mp3-and-ogg/)

  The songs won’t play

Are you in firefox? If the play button flashes then goes back to pause then this
is likely a Mime type issue. Particularly affects Firefox. It can be solved by adding
the following lines to your htaccess file:
 AddType audio/ogg ogg AddType audio/
ogg oga AddType video/ogg ogv AddType video/mp4 m4v

  It’s not working in browser xyz – can you help?

The plugin works on IE9+, Safari, Opera, Firefox and Chrome, on both PC & Mac, and
on mobile devices including iPhone/iPad and Android phones. If it’s not working 
for you, try adding the Mime types above to your htaccess file. If it’s still not
working, the most common problem is jQuery conflict with your theme or another plugin–
see above. Note that it has limited functionality in earlier version of IE where
the html5 tag is not supported. [More information here in the documentation.](http://enigmaplugins.com/mp3-and-ogg/)

  How do I use it in a widget?

Pro Version has a nice widget function – go to Appearance > Widgets and if the plugin
is activated you will see a custom widget which you can drag into your sidebar. 
Be aware that you can’t run two instances of the player on the same page, so if 
you’re using it in the sidebar make sure you don’t also add a different player to
a page where the sidebar shows.

  What happened to the description field?

Description field has been deprecated as of version 2.2 This is because it was causing
too many support problems (it broke whenever unusual characters/symbols were used)
and I could find no viable workaround.

  Is there a way to easliy replace the «Buy» button with «Download» button?

Yes! Set the buy text option to Download, leave currency field & song price field
blank, and set the buy link option on each song to the url of the mp3 or the script
that initiates the download.

  Can I use this on a non-WordPress site?

Yep, sure can. This plugin is just a WordPress version of HTML5 Music Player by 
Saleem over at [Codebase Hero](http://www.codebasehero.com/2011/06/html-music-player/)

  Where can I get support for this plugin?

If you’ve tried all the obvious stuff and it’s still not working please request 
support via the forum. Remember to include a link to your site where the player 
is embedded, and a full description of the issue plus the steps you’ve already taken
to try to solve it.

## Omtalar

![](https://secure.gravatar.com/avatar/1da5a4c895eed8e54cf2b6b6319d2cf4769e6289e0a0f344e494a264ee4987e4?
s=60&d=retro&r=g)

### 󠀁[Was a great player….sad to see it drift away](https://wordpress.org/support/topic/was-a-great-player-sad-to-see-it-drift-away/)󠁿

 [Archon_4](https://profiles.wordpress.org/archon_4/) 8. november 2018

One of the best looking/working players I could find for the longest time. Wanted
to show my gratitude for this work. Good luck with the future!

![](https://secure.gravatar.com/avatar/5791e57272e98be1af3cf97e4fd265b99e28397cefacab44ed902b4269d5c4a4?
s=60&d=retro&r=g)

### 󠀁[Retired Plugin](https://wordpress.org/support/topic/retired-plugin/)󠁿

 [sen7ra](https://profiles.wordpress.org/sen7ra/) 12. september 2018

As this is retired plugin, it is better to remove this plugin from here.

![](https://secure.gravatar.com/avatar/e223c68ada4d47d2fce0cc724b9b2dbfb8b424c79809006b7a4e56d42036e9d2?
s=60&d=retro&r=g)

### 󠀁[Very Bad](https://wordpress.org/support/topic/very-bad-65/)󠁿

 [jamshaid32](https://profiles.wordpress.org/jamshaid32/) 1. august 2018

Plugin idea is good but have lots of bugs and errors

![](https://secure.gravatar.com/avatar/4818b732a2c577abf92e2583b81340b64e0c5e0dec161b3c46d592fc90bea307?
s=60&d=retro&r=g)

### 󠀁[Thanks](https://wordpress.org/support/topic/thanks-1407/)󠁿

 [youvisionvn](https://profiles.wordpress.org/youvisionvn/) 18. juli 2018

Thank for share your work. But I don’t know how to add song to the playlist

![](https://secure.gravatar.com/avatar/7d1ab796a41ce580d36f608e50169b1586a401836a4acc6b71883379c8dcc2f4?
s=60&d=retro&r=g)

### 󠀁[Perfect plugin, i love this!](https://wordpress.org/support/topic/perfect-plugin-i-love-this-3/)󠁿

 [shagous](https://profiles.wordpress.org/shagous/) 26. april 2018

Good job, congratulations.

![](https://secure.gravatar.com/avatar/d087ea5511398ad3487323b7bb79f8550095d37e2301bb4a0c1c5ac3961e1a56?
s=60&d=retro&r=g)

### 󠀁[The Pro version is not available](https://wordpress.org/support/topic/no-longer-supported-29/)󠁿

 [tammieo](https://profiles.wordpress.org/tammieo/) 26. mars 2018

No way to upgrade to pro version.

 [ Les alle 98 omtalar ](https://wordpress.org/support/plugin/html5-jquery-audio-player/reviews/)

## Bidragsytarar og utviklarar

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

Contributors

 *   [ Maeve Lander ](https://profiles.wordpress.org/enigmaweb/)

[Omset “HTML5 jQuery Audio Player” til ditt eige språk.](https://translate.wordpress.org/projects/wp-plugins/html5-jquery-audio-player)

### Interested in development?

[Les kjeldekoden](https://plugins.trac.wordpress.org/browser/html5-jquery-audio-player/),
sjekk [SVN-lageret](https://plugins.svn.wordpress.org/html5-jquery-audio-player/)
eller abonner på [utviklingsloggen](https://plugins.trac.wordpress.org/log/html5-jquery-audio-player/)
med [RSS](https://plugins.trac.wordpress.org/log/html5-jquery-audio-player/?limit=100&mode=stop_on_copy&format=rss).

## Endringslogg

#### 2.6.2

 * Updated text domain for plugin directory’s new translations

#### 2.6.1

 * DB prefix issue fixed

#### 2.6

 * Internationalisation [New]
 * Updating and Deleting song issue fixed [Bug]
 * Unknown column «secure» in «field list’fixed [Bug]

#### 2.5

 * Bug fix – SQL warning message on Manage Songs
 * Miscellaneous UI enhancements

#### 2.4

 * Security patches

#### 2.3

 * Fix for album cover artwork in WordPress 3.6
 * Removed drop shadow on text

#### 2.2

 * Major code clean up
 * Fixed conflict with NextGen Gallery
 * Fixed conflict with Easy Slider Lite
 * Fixed conflict with JetPack
 * Fixed limit track issue
 * Fixed track order bug
 * Playlist description field removed

#### 2.1

 * Added upload button for add/manage songs screen

#### 2.0

 * Added auto-play on/off option in display settings
 * Integrated a more advanced user rating system – rating is now based on accumulated
   average user rating rather than it being something the site owner sets in backend

#### 1.9.1

 * Minor fix in index.php to prevent jQuery conflict

#### 1.9

 * More fixes for WordPress Core 3.5. Fixed issue with «add media» button disappearing.
   Fixed problem where player was preventing some widgets opening.

#### 1.8

 * Implemented fixes so the plugin is now compatible with WordPress Core 3.5

#### 1.7

 * Fixed URL truncating plus some other small enhancements

#### 1.6

 * Fixed several small issues. You can now use apostrophe in description field without
   it breaking the player, and removed character limits on various input fields.
   Display issue for long playlists also corrected.

#### 1.5

 * Made a bunch of small improvements and fixes for minor issues. Also adjusted 
   the settings menu structure slightly to correlate better with PRO version of 
   the plugin.

#### 1.4

 * Fixed a problem with the shortcode function – some users were having problems
   placing the player in a page, this update fixes the issue.

#### 1.3

 * Added jQuery noConflict wrapper and fixed a typo – the playlist was not displaying
   for some users due to a jQuery conflict, this update fixes the problem.

#### 1.2

 * Fixed a filepath bug – some users were unable to update/delete tracks from playlist,
   this is now fixed.

#### 1.1

 * Added sidebar with support forum, donate and wordpress.org links

#### 1.0

 * Initial release

## Om

 *  Version **2.6.2**
 *  Last updated **8 år sidan**
 *  Active installations **1 000+**
 *  WordPress version ** 3.1 eller nyare **
 *  Tested up to **4.7.33**
 *  Language
 * [English (US)](https://wordpress.org/plugins/html5-jquery-audio-player/)
 * Tags
 * [audio player](https://nn.wordpress.org/plugins/tags/audio-player/)[html5 audio player](https://nn.wordpress.org/plugins/tags/html5-audio-player/)
   [mp3 player](https://nn.wordpress.org/plugins/tags/mp3-player/)[music player](https://nn.wordpress.org/plugins/tags/music-player/)
   [ogg player](https://nn.wordpress.org/plugins/tags/ogg-player/)
 *  [Avansert vising](https://nn.wordpress.org/plugins/html5-jquery-audio-player/advanced/)

## Vurderingar

 3.8 out of 5 stars.

 *  [  63 5-star reviews     ](https://wordpress.org/support/plugin/html5-jquery-audio-player/reviews/?filter=5)
 *  [  5 4-star reviews     ](https://wordpress.org/support/plugin/html5-jquery-audio-player/reviews/?filter=4)
 *  [  2 3-star reviews     ](https://wordpress.org/support/plugin/html5-jquery-audio-player/reviews/?filter=3)
 *  [  3 2-star reviews     ](https://wordpress.org/support/plugin/html5-jquery-audio-player/reviews/?filter=2)
 *  [  25 1-star reviews     ](https://wordpress.org/support/plugin/html5-jquery-audio-player/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/html5-jquery-audio-player/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/html5-jquery-audio-player/reviews/)

## Contributors

 *   [ Maeve Lander ](https://profiles.wordpress.org/enigmaweb/)

## Hjelp

Har du noko å seia? Treng du hjelp?

 [Sjå hjelpeforumet](https://wordpress.org/support/plugin/html5-jquery-audio-player/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CEJ9HFWJ94BG4)