0.1.3-alpha • Published 8 years ago
react-instagram-feed v0.1.3-alpha
React Instagram Feed
Component for Instagram feeds
Getting Started
# Installation with package manager
$ npm i -S react react-dom react-instagram-feedDevelopment
$ npm run demo- access localhost:7777
Production Bundle
$ npm run bundleProperties
| Parameter | Type | Remarks |
|---|---|---|
| className | string | |
| accessToken | string | required |
| count | number | |
| type | string | one of popular, tags, location, user |
| param | string | |
| resolution | string | one of standard, low, thumbnail |
| wrapper | function | it has to return react component |
| hasLink | boolean | |
| linkTarget | string | one of _blank, _self |
| showButton | boolean | |
| buttonText | string | |
| before | function | |
| after | function | |
| forceNext | any | if want to get next feeds, just change this property's value |
Every properties (except accessToken) are optional