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); ?>
($limit
accepts an integer and you can define any number to limit the feed and $caption
accepts a boolean and you can enable (true) / disable (false) the captions.
Demo
Click here for demo
Manual Install
- Download the package.
- Upload plugin folder
/easy-simple-instagram
to the /wp-content/plugins/
directory.
- Activate the plugin through the 'Plugins' menu in WordPress.
Install through WordPress
- Go to Plugins > Add New.
- Search for
simple instagram
- Install it and enjoy :)