As of a verison 2.0.0, this plugin will no longer return markup. It will only return the raw photos. You can then handle that data however you'd like.
This NPM Plugin allows you to easily embed your Instagram Feed without too much overhead.
import EasyInstaFeed from "easy-instagram-feed";
EasyInstaFeed(feedUrl);
- The
feedUrl
is where the photos comes from
- Visit the Instagram page you want to pull photos from with the developer tools open to network tab
- Grab the Url from the
XHR
Tab that looks something like this (it will be Url Encoded):
https://www.instagram.com/graphql/query/?query_hash=<UNIQUE_HASH_HERE>&variables={"id":"<USER_ID>","first":<NUMBER_OF_POSTS_TO_SHOW>}