=== YouTube SimpleGallery === Contributors: stiand Donate link: Tags: youtube, gallery Requires at least: 2.5 Tested up to: 3.0.4 Stable tag: 1.2 A YouTube Gallery Plugin, that let's you add a gallery of videos to any Page or Post. Use [youtubegallery]{youtube-links}[/youtubegallery], with a list of YouTube-links separated with linebreaks to add a gallery. == Installation == 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 Thickbox or Shadowbox JS 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] Iron Man|http://www.youtube.com/watch?v=KAixCRd7yYc Modern Warfare 2|http://www.youtube.com/watch?v=xqTac_O_wh4 Unlucky Alf|http://www.youtube.com/watch?v=jJK-G9-dLzw [/youtubegallery] 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 Thickbox or Shadowbox JS 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 page or a post, simply use the following code: [youtubegallery] Iron Man|http://www.youtube.com/watch?v=KAixCRd7yYc Modern Warfare 2|http://www.youtube.com/watch?v=xqTac_O_wh4 Unlucky Alf|http://www.youtube.com/watch?v=jJK-G9-dLzw [/youtubegallery] The titles/description is optional; add them before the links and separate with | (pipe). Note that each YouTube must be separated with a linebreak. == 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.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