=== YouTube SimpleGallery === Contributors: stiand Donate link: Tags: youtube, gallery, widgets Requires at least: 2.5 Tested up to: 3.1 Stable tag: 1.4 A YouTube Gallery Plugin, that let's you add a gallery of videos to any Page or Post. Also supports Widgets. == Installation == Either install from Plugins in WP Dashboard OR 1. Unzip the archive 2. Upload the folder "youtube-simplegallery" to "/wp-content/plugins/" 3. Activate the Plugin in the WordPress Dashboard 4. Change settings on the Options page (or use standard settings) 5. Download and install either Shadowbox JS, Fancybox for WordPress or Thickbox if you want to show videos in a box on your site. To add a YouTube SimpleGallery to a page or a post, simply use the following code: [youtubegallery] Avatar Trailer HD|http://www.youtube.com/watch?v=cRdxXPV9GNQ Call of Duty Modern Warfare: Deathmatch|http://www.youtube.com/watch?v=xqTac_O_wh4 The Fast Show: Unlucky Alf|http://www.youtube.com/watch?v=jJK-G9-dLzw Jozin z bazin|http://www.youtube.com/watch?v=S4aqM_wu6Ns [/youtubegallery] To use with Widget(s), add a YouTube SimpleGallery widget to your sidebar, and put URIs (with optional titles) in the textarea. Titles/description is optional. Add it before the link and separate with | (pipe). Note that each URI must be separated with a linebreak. == Description == This plugin let's you add a gallery of YouTube-videos to your site, displaying thumbnails for each video. With Shadowbox JS, Fancybox for WordPress or Thickbox installed you can chose to open videos in a box on your site, rather than going to YouTube.com To add a YouTube SimpleGallery to a Post or Page, simply use the following code: [youtubegallery] Avatar Trailer HD|http://www.youtube.com/watch?v=cRdxXPV9GNQ Call of Duty Modern Warfare: Deathmatch|http://www.youtube.com/watch?v=xqTac_O_wh4 The Fast Show: Unlucky Alf|http://www.youtube.com/watch?v=jJK-G9-dLzw Jozin z bazin|http://www.youtube.com/watch?v=S4aqM_wu6Ns [/youtubegallery] The titles/description is optional; add them before the links and separate with | (pipe). To use with Widget(s), add a YouTube SimpleGallery widget to your sidebar, and put URIs (with optional titles) in the textarea. Note that each YouTube must be separated with a linebreak, also in widgets. == Frequently Asked Questions == = Shadowbox/Fancybox/Thickbox doesn't work properly. What's wrong? = Check if your current Theme has both wp_head() in header.php and wp_footer() in footer.php. Both are usually required for these scripts to function properly. Also note that some plugins aren't buddies and create conflicts with each other; try disabling the plugins for the effects you don't use. = Can I make the thumbnails bigger? = The thumbnails are displayed as big as YouTube supply them. If you want to make them bigger you can try changing the included CSS-file youtube_simplegallery.css. = Thumbnails aren't working, I only get a gray video icon. What's up? = Both YouTube and WordPress are in continual development, and they sometimes change things faster than YouTube SimpleGallery can keep up with. Check to see if there's a newer version of YouTube SimpleGallery available. If not, report the problem on the plugin website or in the WP forums.

= I got an amazing idea for a great feature! Can you implement it? Pretty please? = The YouTube SimpleGallery is in constant development. A lot of features has been added since it's birth, many of them requests, wishes and ideas from the users. If you got an idea, don't hesitate to share it on the plugin website. = My problem's not listed here! OMG! What do I do? = Don't panic! The WordPress community is the best bunch of people in the world. Try posting your problem/question on the plugin website or in the WP forums. You'll probably get help in a jiffy! == Screenshots == 1. Settings let's you set width and height of embedded video, chose if Thickbox or Shadowbox should be used (note: width and height is only necessary if Thickbox or Shadowbox is active), and use included CSS. 2. The gallery will show on your page like this 3. If Thickbox or Shadowbox is active, the embedded video will show in a box on your site == Changelog == = 1.4 = * Added support for Fancybox. * Added option for autoplay on click. * Changed all embedding to HTML5 compliant. * Remodeled Settings page. = 1.3 = * Fixes broken thumbs. * Fixes broken Thickbox. * Added HD option. * Minor bug fixes. = 1.2 = * Fixes bug with broken thumbs and videos when adding titles. = 1.1 = * Added option to open links in new window/tab when going directly to YouTube.com = 1.0 = * 1st official release. * Option for Shadowbox JS added. * Bugfixes: Fixed broken thumbnails. Fixed URIs with special characters. = 0.4.1 BETA = * Minor bugfix. = 0.4 BETA = * Fixed issues with WP's auto embedding of YouTube-URIs, introduced in WP 2.9. = 0.3.1 BETA = * Minor bugfix. = 0.3 BETA = * Fixed errors when showing several galleries to one Page, or when showing Home or Archives with galleries in multiple Posts. = 0.2 BETA = * Option to include titles/description added = 0.1 BETA = * First version == Upgrade Notice == = 1.4 = YouTube SimpleGallery now has support for multiple Widgets.