@filerobot/instagram
v3.74.1
Published
Import photos and videos from Instagram, into Filerobot.
Downloads
5,275
Keywords
Readme
@filerobot/instagram
![CodeSandbox][codeSandbox-image]
The Instagram Filerobot Media Asset Widget lets users import photos from their Instagram account.
Usage
NPM
npm install --save @filerobot/instagram
YARN
yarn add @filerobot/instagram
then
import Instagram from '@filerobot/instagram'
...
...
...
filerobot.use(Instagram, propertiesObject)
CDN
The plugin from CDN is found inside Filerobot
global object Filerobot.Instagram
const Instagram = window.Filerobot.Instagram
...
...
...
filerobot.use(Instagram, propertiesObject)
Properties
title
Type: string
Default: 'Instagram'
The title/label that would be shown & used for the plugin.
companionHeaders
Type: null
| object
Default: null
If you need to pass additional headers for in companion requests then pass them in this property.