HTML5 jQuery Audio Player – WordPress plugin | WordPress.org
Skip to content
Plugin Directory
HTML5 jQuery Audio Player
Details
Reviews
Installation
Development
Support
Description
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
Autoplay on/off option
User star ratings
Add the player to any post/page using shortcode
[hmp_player]
Demo
Click here for demo
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
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
with thanks also to
Orman Clark
for the original PSD.
Screenshots
An example of the inserted player
The display settings screen in WP-Admin
The add songs screen in WP-Admin
Installation
Upload the
html5-jquery-audio
folder to the
/wp-content/plugins/
directory
Activate the HTML5 jQuery Audio Player plugin through the ‘Plugins’ menu in WordPress
Configure the plugin by going to the
HTML5 Audio Player
menu that appears in your admin menu
Add the player to any post/page using shortcode
[hmp_player]
FAQ
Installation Instructions
Upload the
html5-jquery-audio
folder to the
/wp-content/plugins/
directory
Activate the HTML5 jQuery Audio Player plugin through the ‘Plugins’ menu in WordPress
Configure the plugin by going to the
HTML5 Audio Player
menu that appears in your admin menu
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
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
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
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.
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.
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.
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
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.
Reviews
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!
As this is retired plugin, it is better to remove this plugin from here.
Plugin idea is good but have lots of bugs and errors
Thank for share your work.
But I don’t know how to add song to the playlist
Good job, congratulations.
No way to upgrade to pro version.
Read all 98 reviews
Contributors & Developers
“HTML5 jQuery Audio Player” is open source software. The following people have contributed to this plugin.
Contributors
Maeve Lander
Translate “HTML5 jQuery Audio Player” into your language.
Interested in development?
Browse the code
, check out the
SVN repository
, or subscribe to the
development log
by
RSS
Changelog
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
Meta
Version
2.6.2
8 years
ago
Active installations
1,000+
WordPress version
3.1 or higher
Tested up to
4.7.33
Tags
audio player
html5 audio player
mp3 player
music player
ogg player
Advanced View
Ratings
3.8
out of 5 stars.
63 5-star reviews
5 stars
63
5 4-star reviews
4 stars
2 3-star reviews
3 stars
3 2-star reviews
2 stars
25 1-star reviews
1 star
25
Your review
See all
reviews
Contributors
Maeve Lander
Support
Got something to say? Need help?
View support forum
Donate
Would you like to support the advancement of this plugin?
Donate to this plugin
US