Outstand Instagram Feed #6 in Social & Sharing
Display Instagram posts using a customizable Gutenberg block with list and grid layouts.
by Outstand · github.com/pixelalbatross/outstand-instagram-feed · website
★ 2stars
4release downloads
227composer installs
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/pixelalbatross/outstand-instagram-feed/releases/download/1.1.2/outstand-instagram-feed-1.1.2.zipAlso on Packagist as outstand/instagram-feed:
composer require outstand/instagram-feedDeclares an update source (https://outstand.site/), so updates arrive through the plugin's own updater.
From the readme
Outstand Instagram Feed
Display Instagram posts using a customizable Gutenberg block with list and grid layouts.
Description
A WordPress plugin that connects to the Instagram API to display your Instagram posts in the block editor. It handles OAuth authentication, automatic token refresh, and provides modular blocks for media and captions with full layout and styling controls.
The icons are from Themify Icons.
Features
- OAuth Authentication: Connects to the Instagram API with automatic long-lived token refresh
- List and Grid Layouts: Choose how your feed is displayed
- Modular Blocks: Separate blocks for media, captions, and post templates
- Full Styling Support: Colors, typography, spacing, borders, and overlay controls
- Built-in Caching: 5-minute transient cache for optimal performance
Installation
Manual Installation
1. Download the latest release ZIP from the Releases page.
2. Go to Plugins Add New Upload Plugin in your WordPress admin area.
3. Upload the ZIP file and click Install Now.
4. Activate the plugin.
Install with Composer
To include this plugin as a dependency in your Composer-managed WordPress project:
1. Add the plugin to your project using the fol
Read the full README on GitHub →