Instagram Feed

Instagram Feed

April 28, 2020

Instagram Feeds for your community. Simple to Setup, customizable and responsive.

Github repo

Demo

Instagram Feed Demo page

Installation Instructions

There are two ways to install this component:

  • Using a Scratch Org: This is the recommended installation option. Use this option if you are a developer who wants to experience the code.
  • Using an Unmanaged Package: This option allows anybody to experience the sample app without installing a local development environment.

Installing to your Org

  1. Set up your environment. Follow the steps in the Quick Start: Lightning Web Components Trailhead project. The steps include:
  2. Install Salesforce CLI
  3. Install Visual Studio Code
  4. Install the Visual Studio Code Salesforce extensions, including the Lightning Web Components extension
  5. If you haven’t already done so, authenticate with your org
sfdx force:auth:web:login
  1. Clone the repository:
git clone https://github.com/hanabiiii/instagram-feed.git
cd instagram-feed
  1. Deploy the component to your org:
sfdx force:source:deploy -x manifest/package -u [your-account]

Installing using an Unmanaged Package

Please check the releases page.

bg