=== AudioTube - YouTube Audio Player === Tags: audio player, youtube, audio, flash, mp3, music, minimalist Requires at least: 3.0 Tested up to: 3.2.1 Stable tag: 0.3 Contributors: brasofilo == Description == Easy YouTube music player based on Navarr Barnier's PHP script [YouTube Audio Player](http://tech.navarr.me/code/youtube-audio-player). Simple setup page and extended shortcode capabilities. == Installation == Extract the zip file and upload the contents to the wp-content/plugins/ directory of your WordPress installation, and then activate the plugin from plugins page. = Uninstall = If you delete the plugin, the entry will be deleted (via unsinstall.php) == Frequently Asked Questions == = Usage = Use the shortcode [audiotube id="PWJmwi1qJdQ"] to play a video as an audio file. Use only the video id grabbed from the URL, i.e., "http://www.youtube.com/watch?v=PWJmwi1qJdQ?hl=en". Start after "?v=" and ends before "?hl=en". = Do I need this plugin? = No. You can just copy/paste the inc/shortcode.php into your functions.php, following the instructions in this file. == Screenshots == 1. Settings page. == Changelog == = 0.3 = * looks that SVN and plugin are now friends = 0.2 = * First public version