=== Listen Shortcode === Contributors: konforti Plugin Name: Listen Shortcode Plugin URI: http://konforti.net/listen/examples/ Tags: listen, js, audio, player, shortcode Author URI: http://konforti.net Author: Raz Konforti Requires at least: 4.0 Tested up to: 4.0 Stable tag: 1.0 Listen Shortcode plugin for WordPress == Description == This plugin allows the use of a special short code [listen] for embedding Inline Audio Player. This plugin is based on the [listen.js](https://github.com/konforti/listen) library, which create a custom inline audio player from your audio file. **Example:** `[listen src="audio.mp3"]Your Text[/listen]` **Parameters:** * src (mandatory) - Path to the audio media file. * start - The start time in seconds. * end - The end time in seconds. == Installation == 1. Upload listen-shortcode to your plug-in directory or install it from the WordPress Plug-in Repository 2. Activate the plugin through the 'Plugins' menu in WordPress. == Screenshots == 1. Usage of shortcode example in the editor. 2. Example of display. == Changelog == = 1.0 = * Initial release.