Finally, a trendy looking audio player plugin. Works on all modern browsers including iPhone/iPad.
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!
[hmp_player]
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.
This is Lite (free) version of the plugin. Get Pro Version if you need the following advanced features:
Please note that Pro version will not work on Windows Server environment.
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.
html5-jquery-audio
folder to the /wp-content/plugins/
directoryHTML5 Audio Player
menu that appears in your admin menu[hmp_player]
html5-jquery-audio
folder to the /wp-content/plugins/
directoryHTML5 Audio Player
menu that appears in your admin menu[hmp_player]
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.
[Easy Digital Downloads integration tutorial] (http://enigmaplugins.com/selling-your-music/)
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.
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.
There are heaps of free conversion tools available – run a search. Personally, I use Goldwave.
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.
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
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.
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.
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.
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.
Yep, sure can. This plugin is just a WordPress version of HTML5 Music Player by Saleem over at Codebase Hero
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.