Skip to content

WordPress plugin to get latest images from Instagram user feeds. Uses the Instagram Graph API instead of the deprecated REST API.

License

Notifications You must be signed in to change notification settings

jake-101/ig-graph-feed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IG Graph Feed

WordPress plugin to get latest images from Instagram user feeds.

Basically this plugin fetches images from Instagram, saves those to transient and next requests will be served from there. After transient has expired and deleted, new fetch from Instagram will be made and saved to transient. This implements very simple cache.

Handcrafted with love by jake101, a Los Angeles based ecommerce / front end consultant.

NOTE!

Instructions and more readable code coming soon. It is based on Dude Insta Feed and the front-end code works with very little change, but requires a FB Graph API token but doesn't generate it itself.

Getting Started

Example: add_filter('dude-insta-feed/access_token/user=xxxx', function () {return 'tokenjklasdjklasd';});

Please note before using

This plugin is not meant to be "plugin for everyone", it needs at least some basic knowledge about php and css to add it to your site and making it look beautiful.

This is a plugin in development for now, so it may update very often.

License

IG Graph Feed is released under the GNU GPL 2 or later.

About

WordPress plugin to get latest images from Instagram user feeds. Uses the Instagram Graph API instead of the deprecated REST API.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%