Simple Instagram Feed Display
| Author: | Premio (profile at wordpress.org) |
| WordPress version required: | 3.0 |
| WordPress version tested: | 5.2.2 |
| Plugin version: | 1.5.1 |
| Added to WordPress repository: | 02-08-2016 |
| Last updated: | 25-07-2019
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
| Rating, %: | 88 |
| Rated by: | 14 |
| Plugin URI: | https://premio.io/ |
| Total downloads: | 10 535 |
| Active installs: | 1 000+ |
![]() Click to start download |
|
A very simple and easy to use plugin to display your instagram feed in your wordpress blog and website. The plugin complies with the latest instagram API trends.
BEWARE: This plugin is coded by a human being. So if you find any issues or bugs please report them on our support forum and we will take care of it. Because to err is human; to forgive, divine.
Key Features
- Easy to use.
- Supports all browsers.
- Mobile Friendly.
- Can display Instagram feed with shortcode.
- Can display Instagram feed with widget.
- User can limit the photos display.
- User can limit the display of the words in caption.
How to use
- Simple Usage: You can display photos on any post or page you like with a simple short code
[simple-instagram] - Limit Photos: You can use
[simple-instagram limit="10"]to display specific amount of photos. - Display Caption: Use
[simple-instagram caption="true"]to display captions for each photo under them. - Widget: You can also display photos through our widget which can be found in Appearance > Widgets.
- Function: Display feed anywhere in the theme by calling the global function
<?php simple_instagram($limit, $caption); ?>($limitaccepts an integer and you can define any number to limit the feed and$captionaccepts a boolean and you can enable (true) / disable (false) the captions.
