GW-IG-Feed Plugin WordPress, Download, Install

GW-IG-Feed is an instagram plugin for WordPress built to work with or without Bootstrap 3.

GW-IG-Feed Download Now

Download Now

(If the link does not work)↓

Originals Link WordPress.org

https://wordpress.org/plugins/gw-ig-feed/

How to Install GW-IG-Feed Plugin, Manually

This section describes how to install the plugin and get it working.

  1. Upload the plugin files to the /wp-content/plugins/gw-ig-feed directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the GW-IG-Feed page to configure the plugin
  4. Click the sign in with Instagram plugin.
  5. Click authorize the plugin with your Instagram account.
  6. Fill in your username, count, and if you want bootstrap enabled.

Shortcode

A premade feed using Bootstrap 3 can be added by adding [GW-IG-Feed] to any page. This requires Bootstrap 3 to be enabled in the GW-IG-Feed settings.

PHP

You can design your own feed by adding the below PHP to any PHP page.

<?php  $instagramgw = new InstagramGW(); $instaData = $instagramgw->instagram_gw_init(); foreach ($instaData->data as $instaPost) {     echo '<a href="'.$instaPost->images->standard_resolution->url.'" target="blank">';     echo '<img src="'.$instaPost->images->low_resolution->url.'" alt="'.$instaPost->caption->text.'" />';     echo htmlentities($instaPost->caption->text).' | '.htmlentities(date("F j, Y, g:i a", $instaPost->caption->created_time));     echo '</a>'; }  ?>

Video

Plugin Not Working?

If any errors or problems with the plug-in then write comments.

Add a Comment

Your email address will not be published. Required fields are marked *