=== Youtube Player with Playlist Plugin ===
Credit: YouTube JavaScript API Player with Playlist
Tags: Youtube,player,youtube palyer,player with playlist
Requires at least: 3.2.1
Tested up to: 3.4.1
Stable tag: 1.0


== Description ==
Display your favorit Youtube videos on posts or pages. Easy to customize and support multi-widget.


<h4>Options</h4>
<ul>
<li>1.Admin Panel for Player settings like height and width</li>
<li>2.Shortcode with videos code attributes</li>
<li>3.Easly customizable Stylesheet.</li>
</ul>

<h4>Usage</h4>
<ul>
<li>For usage see other notes tab.</li>
</ul>

<h4>Credits</h4>
<ul>
<li>1.YouTube JavaScript API Player with Playlist.</li>
</ul>

== Installation ==

You can use the built-in installer, or you can install the plugin manually.
<ul>
<li>1. Go to the menu 'Plugins' -> 'Install' and search for 'Youtube Player with Playlist Plugin.</li>
<li>2. Click 'install'.</li>
<li>3. After installation check the setting menu for option.</li>
</ul>

==Usage==
<ul>
<li>Use shorte code [yt_playlist vdid="tGvHNNOLnCk,wvsboPUjrGc" novd="2"] in your post/page.Here "novd" is number of videos.</li>
<li>Display as much videos as you want in playlist</li>
<li>You can set playlist by changing #ytplayer_div2 style in style sheet.</li>
<li>Videos codes should be separated with comma.</li>
<li>Use as widget write shortcode [yt_playlist vdid="tGvHNNOLnCk,wvsboPUjrGc"] in text widget.</li>
<li>http://www.youtube.com/watch?v=PDORoaB_-9A; in this url  "PDORoaB_-9A"is video code and should go in short code attribute.</il>
<li></li>
<li>Note:if your theme does not support widget shortcode put  "add_filter('widget_text', 'do_shortcode')" in yout function.php file.</li>
</ul>

== Frequently Asked Questions ==

= A question that someone might have =

== Screenshots ==

1. player with playlist in single.php

== Changelog ==

= 1.0 =
* Released