=== Slider and Carousel Plus Widget for Social Media ===
Contributors: wponlinesupport, anoopranawat, pratik-jain
Tags: Custom Instagram Feed, feed, hashtag, instagram, Instagram feed, instagram gallery, Instagram images, Instagram photos, Instagram posts, Instagram wall, lightbox, photos, instagram social feed, show instagram post, responsive instgram, beautiful instagram, instagram widget,prepossessing instgram, arresting instgram, instgram plugin, artistic instagram, instagram wordpress, smashing instgram
Requires at least: 4.0
Tested up to: 5.5
Stable tag: trunk
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

== Description ==

A very simple plugin to display your social media pictures in 

* Grid, 
* Slider and 
* Widget 

= Important Note =

> Due to frequent changes in Instagram API the maintenance process will be slow. Please, accept our apologies for this issue.

Check [Demo and Features](https://demo.wponlinesupport.com/slider-and-carousel-plus-widget-for-instagram-demo/) for additional information.

**Also work with Gutenberg shortcode block.**

= This plugin contain 2 shortcode: =

1) **Pictures in Slider / carousel** view

<code>[iscwp-slider]</code>

2) **Pictures in Grid view**

<code>[iscwp-grid]</code>

= Slider shortcode Parameters =

<code>[iscwp-slider]</code>

* **Username** username="instagram" (Instagram username of which you want to show pictures.)
* **Instagram Link Text** instagram_link_text="View on Instagram" (vlaue is any string.)
* **Limit** limit="20" (number of pictures you want to show. By Default is 20.)
* **Popup Gallery** popup_gallery="true" (open the instagram pictures as gallery or not. values are "true" OR "false".By Default is true.)
* **Image Caption** show_caption="true" (show the picture's caption.values are "true" or "false". By Default is true.)
* **Popup** popup="true" (show the popup for the picture detail.values are "true" or "false". By Default is true.)
* **Likes Count** show_likes_count="true" (show the likes count of picture.values are "true" or "false". By Default is true.)
* **Comments Count** show_comments_count="true" (show the commnets count of picture.values are "true" or "false". By Default is true.)
* **Slide To Show** slidestoshow="3" (number of slide you want to show in slider. By default is 3.)
* **Slide To Scroll** slidestoscroll="1" (number of picture you want to scroll at a time. By Default is number 1.)
* **Loop** loop="true" (show continuous slider.values are "true" or "false". By Default is true.)
* **Arrows** arrows="true" (show slider arrows.values are "true" or "false". By Default is true.)
* **Dots** dots="true" (show slider dots.values are "true" or "false". By Default is true.)
* **Autoplay** autoplay="true" (Autoplay slider.values are "true" or "false". By Default is true.)
* **Autoplay Interval** autoplay_interval="3000" (time duration to scroll slide.value is any integer number. By Default is 3000.)
* **Slide Speed** speed="300" (speed of slide when scrolling.value is any integer number. By Default is 300.)
* **Image Fit** image_fit="true" (image_fit parameter is used to specify how an image should be resized to fit its container. By default value is "true". Options are "true OR false").
* **Gallery Height** gallery_height="300" (Control height of the image. You can enter any numeric number. You can set "auto" for auto height. Note : gallery_height parameter work better if image_fit="true")
* **Offset** offset="5" (This will hide first five post. E.g I have set offset 5, now when it will display post in my page first it will hide first five post then will display from post number 6. Note: This will not work with pagination and limit parameter.)

= Grid shortcode Parameters =

<code>[iscwp-grid]</code>

* **Username** username="instagram" (Instagram username of which you want to show pictures.)
* **Grid** grid="4" (Number of columns that you wanna to show. valuie is any numeric value between 1 to 12. By Default value is 2.)
* **Instagram Link Text** instagram_link_text="View on Instagram" (vlaue is any string.)
* **Limit** limit="20" (number of pictures you want to show. By Default is 20.)
* **Popup Gallery** popup_gallery="true" (open the instagram pictures as gallery or not. values are "true" OR "false".By Default is true.)
* **Image Caption** show_caption="true" (show the picture's caption.values are "true" or "false". By Default is true.)
* **Popup** popup="true" (show the popup for the picture detail.values are "true" or "false". By Default is true.)
* **Likes Count** show_likes_count="true" (show the likes count of picture.values are "true" or "false". By Default is true.)
* **Comments Count** show_comments_count="true" (show the commnets count of picture.values are "true" or "false". By Default is true.)
* **Image Fit** image_fit="true" (image_fit parameter is used to specify how an image should be resized to fit its container. By default value is "true". Options are "true OR false").
* **Gallery Height** gallery_height="300" (Control height of the image. You can enter any numeric number. You can set "auto" for auto height. Note : gallery_height parameter work better if image_fit="true")
* **Offset** offset="5" (This will hide first five post. E.g I have set offset 5, now when it will display post in my page first it will hide first five post then will display from post number 6. Note: This will not work with pagination and limit parameter.)


= Features include: =
* Grid view
* Slider view
* Widget ready
* touch enable
* Arrow key control for slider
* Likes Count
* Comment count
* Fully responsive

= PRO Features : =
> * 10+ Designs
> * Touch-enabled Navigation.
> * Fully responsive. Scales with its container.
> * Fully accessible with arrow key navigation.
> * Responsive
> * Given shortcode and template code.
> * Grid View.
> * Slider View.
> * Grid Block View.
> * 2 Widgets Ready.
> * WP Templating Features.
> * Gutenberg Block Supports.
> * Visual Composer / WPBakery Page Builder Supports.
> * Cache Time can be adjusted.
> * Clear all Caches @ Single click.
> * Custom CSS.
> * Center Mode With Slider.
> * Attractive Popup design for detail view of picture.
>
> View [PRO DEMO and Features](https://demo.wponlinesupport.com/prodemo/slider-and-carousel-plus-widget-for-instagram-pro/) for additional information.
>

= Privacy & Policy =
* We have also opt-in e-mail selection , once you download the plugin , so that we can inform you and nurture you about products and its features.

== Installation ==

1. Upload the 'slider-and-carousel-plus-widget-for-instagram' folder to the '/wp-content/plugins/' directory.
2. Activate the "Slider and Carousel Plus Widget for Instagram" list plugin through the 'Plugins' menu in WordPress.
3. Do plugin settings and done.

== Screenshots ==

1. Grid View
2. Slider View
3. Widget setting


== Changelog ==

= 1.9.3 (14, July 2020) =
* [*] Follow WordPress Detailed Plugin Guidelines for Offload Media and Analytics Code.

= 1.9.2 (07, April 2020) =
* [*] Fixed the issue if parameter popup="false" and link was opening as a blank tab.
* [*] Added image_fit, gallery_height and offset  parameters in the readme file.
* [*] Tested up to: 5.4

= 1.9.1 (28, Dec 2019) =
* [*] Updated features list.
* [*] Fix 'limit' shortcode parameter issue for widget.
* [*] Minor change in clean number function.

= 1.9 (12, Dec 2019) =
* [*] Add new method to display instagram feeds in grid and slider.
* [*] Code optimization and performance improvements.

= 1.8 (08, Nov 2019) =
* [*] Fix Instagram API changes.
* [*] Code optimization and performance improvements.

= 1.7 (29, Aug 2019) =
* [*] Resolved Instagram API minor issue.

= 1.6 (10, Aug 2019) =
* [*] Used proper sanitization function.

= 1.5 (17, June 2019) =
* [*] Follow the Instagram’s assets guidelines and removed all Instagram’s assets from the plugin.
* [*] Changed all external links added in the plugin.

= 1.4.8 (11, Feb 2019) =
* [*] Minor change in Opt-in flow.

= 1.4.7 (10, Jan 2019) =
* [*] Update Opt-in flow.

= 1.4.6 (07-12-2018) =
* [*] Tested with WordPress 5.0 and Gutenberg.

= 1.4.5 (08, April 2018) =
* [*] Resolved Popup issue in one page theme.
* [*] Follow some WordPress Detailed Plugin Guidelines.

= 1.4.4 (13, April 2018) =
* [*] Fix Instagram API changes.
* [*] Note : Right now it only supports 12 recent photos. We are working on it and will update as soon as possible.

= 1.4.3 (09, April 2018) =
* [*] Hot fix for Instagram API changes.

= 1.4.2 (26, March 2018) =
* [*] Resolved thumbnail loading issue.

= 1.4.1 (14, March 2018) =
* [*] Fixed small image display in a popup.

= 1.4 (14, March 2018) =
* [*] Resolved Instagram API issue.
* [*] Fixed some minor issues with plugin translation.

= 1.3 (12, Jan 2018) =
* [*] Resolved Instagram images are not showing in some cases.

= 1.2 (17, Nov 2017) =
* [*] Updated Slick slider JS to latest version 1.8
* [*] Resolved Instagram API issue.
* [*] Added more cache time option. We recommend you to use maximum cache.

= 1.1.1 =
* [+] Added new shortcode parameter for shortcodes ie **image_fit, offset, gallery_height
* [+] Added new option for widget ie **image_fit, offset, gallery_height

= 1.0.1 =
* Fixed some issues regarding image display

= 1.0 =
* Initial release.

== Upgrade Notice ==

= 1.4.4 =
* [*] Fix Instagram API changes. Note : Right now it only supports 12 recent photos. We are working on it and will update as soon as possible.