=== YouTube SimpleGallery ===
Tags: youtube, gallery
Requires at least: 2.5
Tested up to: 2.8.6
Stable tag: 0.2 BETA
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 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]
http://www.youtube.com/watch?v=KAixCRd7yYc
http://www.youtube.com/watch?v=xqTac_O_wh4
http://www.youtube.com/watch?v=jJK-G9-dLzw
http://www.youtube.com/watch?v=HYokLWfqbaU
[/youtubegallery]
If you want to add titles/description to the videos, add it before the link and separate with | (pipe), like this:
[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
Weird Al Yankovic "eBay" music video|http://www.youtube.com/watch?v=HYokLWfqbaU
[/youtubegallery]
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 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]
http://www.youtube.com/watch?v=KAixCRd7yYc
http://www.youtube.com/watch?v=xqTac_O_wh4
http://www.youtube.com/watch?v=jJK-G9-dLzw
http://www.youtube.com/watch?v=HYokLWfqbaU
[/youtubegallery]
If you want to add titles/description to the videos, add it before the link and separate with | (pipe), like this:
[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
Weird Al Yankovic "eBay" music video|http://www.youtube.com/watch?v=HYokLWfqbaU
[/youtubegallery]
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 should be used (note: width and height is only necessary if Thickbox is active), and use included CSS.
2. The gallery will show on your page like this
3. If Thickbox is active, the embedded video will show in a box on your site
== Changelog ==
= 0.2 BETA =
* Option to include titles/description added
= 0.1 BETA =
First version