=== Insta-Grid === Contributors: dzysyak Tags: instagram, api, grid, photo Requires at least: 5.0 Tested up to: 5.2.2 Stable tag: 1.1 Requires PHP: 5.6 License: GPLv2 License URI: https://www.gnu.org/licenses/gpl-2.0.html == Description == Plugin provides basic Instagram photo grip functionality implemented in widget, short code and Gutenberg block. Key features * Basic photo grid that pulls photos from Instagram. * Confugurable number of columns and rows, grid container width and alignmer for each instance. * Memcache or file cache API calls refereshed once per hour. Short code example: [insta_grid cols='3' rows='3' width='100%' align='center'] Demo page: https://erlycoder.com/insta-grid-demo/ == Installation == 1. Upload the plugin files to the `/wp-content/plugins/insta-grid` directory, or install the plugin through the WordPress plugins screen directly. 2. Activate the plugin through the 'Plugins' screen in WordPress 3. Configure Instagram API keys on plugin settings page. 4. Put Insta-grid block, short code or widget to the pages where you want to see them. == Frequently Asked Questions == = Knowledge base = You can find answers and solutions in our [Knowledge base](https://erlycoder.com/knowledgebase_category/insta-grid/ "Instagram grid plugin"). = Can I suggest a feature or report a bug? = Yes, you can submit your request on our [Contact page](https://erlycoder.com/support/ "Report bug or suggest a feature"). == Changelog == = 1.1 = * Text fixes. * Backward compatibility fixes. * Title for the widget added. = 1.0 = * Release.