=== WP Social Feed Gallery ===
Contributors: mfurqanabid, wddportfolio
Tags: instagram, widget, photos, photography, social feed, sidebar, widgets
Requires at least: 4.7
Tested up to: 5.3
Stable tag: 0.1
Requires PHP: 5.6
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Donate link: https://www.wddportfolio.com/donate-us/

WP Social Feed Gallery is a simple WordPress plugin that allow you to display your Instagram feed pictures in your website.

== Description ==

WP Social Feed Gallery is a simple WordPress plugin that allow you to display your Instagram feed pictures in your website. It does not require you to provide your login details or sign in via oAuth.

The widget is built with the following philosophy:

* Use of sensible and simple **HTML5 markup**
* Provide **username** and **hashtag** - it is up to you to show the widget to your theme and taste
* **Cache possible** - Default Cache time is 2 hours for rapid load
* Change **number of columns**, colors and borders.
* Follow using the **Instagram** button.
* **Easy Setup flow** to configure and go live in minutes.

A plugin by [WDDPortfolio](https://www.wddportfolio.com/ "WordPress Theme and Development Company") and [Muhammad Furqan Abid](https://www.mfurqanabid.com/ "WordPress developer").

== Installation ==

To install this plugin:

1. Upload the `wp-social-feed-gallery` folder to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. That's it!

Alternatively you can search for the plugin from your WordPress dashboard and install from there.

== Frequently Asked Questions ==

= Hooks & Filters =

The plugin has **shipped with cache time controll filter**. You can adjust the cache time for retrieving the images from Instagram:

`add_filter('wpsfg_cache_time', 'wpsfg_my_cache_time');

function wpsfg_my_cache_time() {
	return HOUR_IN_SECONDS * 2;
}
`

== Screenshots ==

1. Instagram widget on the front end
2. Instagram widget in the widgets area
2. Instagram Settings Panel

== Changelog ==

= 0.1 =
* Initial release

== Upgrade Notice ==

= 0.1 =
First release, no upgrade notice.
