Contents
- 1 Install GS YouTube Gallery plugin as a regular WordPress plugin. Here is different ways to install GS YouTube Gallery plugin :
- 2 Manage GS YouTube Gallery
- 3 GS YouTube Gallery’s shortcode usage
- 4 GS YouTube Gallery’s Shortcode attributes Usage
- 5 Thanks again for buy this plugin, if you need any help write to support / contact us.
Install GS YouTube Gallery plugin as a regular WordPress plugin. Here is different ways to install GS YouTube Gallery plugin :
Install by Upload Plugin
- Download the latest version of GS YouTube Gallery (.zip file)
- In your Admin, go to menu Plugins > Add New
- Select “Upload Plugin”
- Click on “Choose File”
- Select downloaded gs-youtube-gallery-pro.zip & click on ‘Install Now’ button
- Activate the plugin
- GS YouTube Gallery will available under GS Plugins > GS YouTube Gallery


Install Plugin using FTP
- Upload gs-youtube-gallery-pro.zip folder inside the /wp-content/plugins/ directory
- Go to WordPress dashboard > Plugins & Activate the GS YouTube Gallery plugin
- GS YouTube Gallery will available under GS Plugins > GS YouTube Gallery

Manage GS YouTube Gallery
The Menu
- GS YouTube Gallery

GS YouTube Gallery Settings
YouTube Settings instructions added with each field.

Style Settings
YouTube Settings instructions added with each field.

GS YouTube Gallery’s shortcode usage
[gs_ytgal theme="gs_ytgal_grid"]
GS YouTube Gallery’s Shortcode attributes Usage
[gs_ytgal channel_id="UCANLZYMidaCbLQFWXBC95Jg" count="10" orderby="date" theme="gs_ytgal_grid" cols="6" video_height="350" title_limit="40" desc_limit="120"]
Shortcode PHP Usage
<?php echo do_shortcode( '[gs_ytgal theme="gs_ytgal_grid"]' ); ?>
Template Usage – Add the shortcode anywhere you need to display GS YouTube Gallery in template files (header.php, front-page.php, etc.)
<?php echo do_shortcode( '[gs_ytgal channel_id="UCANLZYMidaCbLQFWXBC95Jg" count="10" orderby="date" theme="gs_ytgal_grid" cols="6" video_height="350" title_limit="40" desc_limit="120"]' ); ?>
No. | Attribute | Default value | options | Description |
---|---|---|---|---|
1 | channel_id | None | YouTube Channel ID | Add your YouTube Channel ID. https://www.youtube.com/channel/UCB0SU0JDMMECS9BGJtD7lzg Here UCB0SU0JDMMECS9BGJtD7lzg is the channel Id. Note : If you add both Channel Id & Playlist Id at Settings then videos from Playlist will display. |
2 | count | 10 | 50 | Set number of Videos to display. Default 10, max 50 |
3 | orderby | date | date rating title videoCount viewCount |
Select preferred orderby value to display Videos. |
4 | theme | gs_ytgal_grid | gs_ytgal_grid gs_ytgal_grid_details gs_ytgal_hoverpop gs_ytgal_right_info gs_ytgal_left_info gs_ytgal_popup gs_ytgal_slider_popup gs_ytgal_slider |
Select preferred theme to display Videos |
5 | cols | 3(4 columns) | 6 (2 columns) 4 (3 columns) 3 (4 columns) |
Number of column/s to display videos. Columns are based on 12 grids Bootstarp, so follow columns value |
6 | video_height | 350 | Any numeric value you need. | Sometimes video heighs are different & layout can be broken. In that case you can set video height. |
7 | title_limit | 40 | Any numeric value you need. | Set maximum number of characters in Video Title. Default 40 |
8 | desc_limit | 120 | Any numeric value you need. | Set maximum number of characters in Video details. Default 120 |