# Configuration

In addition to the settings available in CP → Settings → Instagram Feed, the config items below can be set in a instagramfeed.php file in your craft/config/ directory:

# instagramUser

Default account name or hashtag to fetch from Instagram.

'instagramUser' => '',

# timeout

Timeout in seconds waiting for the Instagram page to load.

'timeout' => 5,

# dump

Dump the response from Instagram to a file for debugging purpose. The file will be placed in /runtime/instagramfeed/.

'dump' => false,

# useVolume

Use volume to store Instagram images locally, otherwise Craft's storage path will be used.

'useVolume' => false,

# volume

The handle of the volume to use for storing Instagram images locally.

'volume' => '',

# subpath

The subpath to use in the volume. Only used when a volume is set.

'subpath' => '',
Last Updated: 1/27/2023, 1:54:09 PM