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