# Installation & setup

You can install Instagram Feed via the plugin store, or through Composer.

# Craft Plugin Store

To install Instagram Feed, navigate to the Plugin store section of your Craft control panel, search for Instagram Feed and click the Install button.

# Composer

You can also add the package to your project using Composer.

  1. Open your terminal and go to your Craft project:
    cd /path/to/project
    
  2. Then tell Composer to add the plugin:
    composer require codemonauts/craft-instagram-feed
    
  3. Now install and activate the plugin in Craft:
    ./craft install/plugin instagramfeed
    

# Settings

Switch to CP → Settings → Instagram Feed and change your settings.

Enter the default Instagram account or the hashtag you want to fetch. For example:

  • codemonauts for an account
  • #craftcms for a hashtag

You can also configure a volume where the images are stored locally. Details see here: Local storage

Last Updated: 1/27/2023, 1:54:09 PM