=== WP Youtube Gallery ===
Contributors: wpexpertsin, india-web-developer
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZEMSYQUZRUK6A
Tags: youtube gallery, video gallery, WP video gallery, gallery
Requires at least: 6.0
Tested up to: 6.7.1
Stable tag: 2.0
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wp-youtube-gallery

== Short Description ==
A simple and lightweight WordPress plugin to add a YouTube video gallery to your website using a shortcode.

== Description ==

WP YouTube Gallery is a simple and lightweight WP plugin that allows you to add a YouTube video gallery to any page or post using a shortcode. The plugin offers an easy way to embed videos from a specific YouTube category and display them beautifully on your site.

== Features ==

* Simple YouTube gallery shortcode
* Option to show or hide video title and content
* Content limit option for video descriptions
* Option to set a custom video box width and minimum height
* Compatible with all modern WordPress themes

== Shortcodes ==

You can use the following shortcodes to display the gallery:

* `[wyg catid="ENTER YOUTUBE CATEGORY ID"]`  
* `[wyg slug="ENTER YOUTUBE CATEGORY SLUG"]`  

Both options allow you to specify a particular YouTube category to display.

### FLAT 15% DISCOUNT ON ADDON! No Coupon Code Required. Hurry! Limited Time Offer!  
**[Click Here To Download Addon](https://www.wp-experts.in/products/wp-youtube-gallery-pro/?utm_source=wordpress.org&utm_medium=free-plugin&utm_campaign=15offer-sale)**

== Go Pro ==

Upgrade to the Pro version to access additional features that enhance your video gallery:

* Responsive Video Gallery
* Video Lightbox Popup
* Category-based filter
* Pagination for video listings
* Custom CSS management from the admin panel
* Video order customization
* Disable related videos feature
* Priority support

**[Click Here To Download Addon](https://www.wp-experts.in/products/wp-youtube-gallery-pro/?utm_source=wordpress.org&utm_medium=free-plugin&utm_campaign=15offer-sale)**

Do you have any questions? **[Submit your query here](https://www.wp-experts.in/contact-us/?utm_source=wordpress.org&utm_medium=free-plugin&utm_campaign=youtube-gallery)**

== Installation ==

1. Upload the `wp-youtube-gallery` folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the "Plugins" menu in WordPress.
3. Go to WP Youtube Gallery >> "Settings" and configure the plugin options.

== Frequently Asked Questions ==

**Q: How do I add the gallery to my website?**  
A: Use the following shortcode to add the gallery to any page or post:  
`[wyg slug="ENTER YOUTUBE CATEGORY SLUG"]`

**Q: How do I add the gallery to a theme template file?**  
A: Add the following code to your theme’s template file:  
```php
<?php if ( function_exists( 'get_wp_youtube_gallery' ) ) { echo do_shortcode( '[wyg slug="ENTER YOUTUBE CATEGORY SLUG"]' ); } ?>


**Q: How to find category slug?

A: You can find category slug from youtube category list page. For more see screenshot-4.png

**Q: Can I add categories base filter on video gallery page

A: Yes, You can add categories base filter on your video page but This feature is available only in plugin addon. **[Click Here To Download Addon](https://www.wp-experts.in/products/wp-youtube-gallery-pro/)**.

**Q: Can I publish all categories video on any single page using shortcode?

A: Yes, You can listing the all categories video from anyt single page but This feature is available only in plugin addon. **[Click Here To Download Addon](https://www.wp-experts.in/products/wp-youtube-gallery-pro/)**.

**Q: Can I order my videos Title wise/ Date wise/ Latest wise?

A: Yes, You can define the videos order from plugin addon settings page. **[Click Here To Download Addon](https://www.wp-experts.in/products/wp-youtube-gallery-pro/)**.



== Screenshots ==

1. screenshot-1.png

2. screenshot-2.png

3. screenshot-3.png

4. screenshot-4.png

== Changelog == 

= 1.8 = 
 * Tested with wordpress 5.4.1
 * Fixed resposvie issue 
 * Add option to show shortcode on video category page 
 * Added an option to filter video on base of category (Pro Features)
 * Added an option to define video ordering (Pro Features)
 * Added an option to define video ordering (Pro Features)
 
 
= 1.5 = 
 * Tested with wordpress 4.9.4
 * Optimized code 
 
= 1.4 = 
 * Tested with wordpress 4.8.1
 * Released Pro version 1.3
 * Added show more/less button
 * Optimized code 
 
= 1.3 = 
 * Fixed responsive issues
 * Fixed css minor issues
 * Released Pro version

= 1.2 = 
 * Changed plugin settings page layout
 * Fixed some minor issues

= 1.1 = 
 * Plugin is now responsive
 * Add new options to define into sortcode
 * Fixed CSS issues

= 1.0 = 
 * First stable release
