Audio To Player
WordPress plugin that converts MP3, MP4 and M4A links to a skineable fluid HTML5 audio jPlayer jQuery player with fallback support.
by Matt Varone · github.com/brasofilo/audio-to-player · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/brasofilo/audio-to-player/archive/refs/heads/master.zipReadme
=== Audio To Player === Contributors: sksmatt Donate link: http://www.mattvarone.com/donate/ Plugin URI: http://www.mattvarone.com/featured-content/audio-to-player/ Tags: Audio, Player, HTML5, MP3, MP4, M4A, Fallback, Simple, Option-less Requires at least: 3.0 Tested up to: 3.3 Stable tag: 1.1
Converts MP3, MP4 and M4A links to a skineable responsive HTML5 audio jPlayer jQuery player with flash fallback support.
== Description ==
Unobtrusive HTML5/JS/FLASH audio to player plugin. Converts MP3, MP4 and M4A links to a skineable responsive HTML5 audio player with flash fallback support.
Uses jPlayer for jQuery http://jplayer.org/
If you need to modify the CSS style of the audio player, you can copy the 'audio-to-player.css' file from the plugin directory to your theme’s directory and make your modifications there. This way, you won’t lose your changes when you update the plugin. You can also specify an alternative CSS route, or prevent loading the extra CSS hooking to the 'mv_audio_to_player_enqueue_style' filter.
- Supports MP3, MP4 and M4A
- Fallback Support
- Simple option-less plugin
- Responsive CSS stlye
- Filters and actions
- Support for internationalization
- English and Spanish languages
== Installation ==
- Unzip files.
- Upload "audio-to-player" folder into your plugins directory.
- Activate the plugin.
- Have fun!
== Screenshots ==
- Player in action
== Change log ==
= 1.0 =
- First version out.