2.0.4 • Published 4 years ago

easy-instagram-feed v2.0.4

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

!!!!MAJOR BREAKING CHANGE IN VERSION 2.0.0!!!!

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.

Easy Instagram Feed

This NPM Plugin allows you to easily embed your Instagram Feed without too much overhead.

Quick Setup

import EasyInstaFeed from "easy-instagram-feed";

EasyInstaFeed(feedUrl);

The Deets

  • The feedUrl is where the photos comes from

Getting the Photos Url

  • 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>}
2.0.4

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago