Add Instafeed to legacy themes
This guide walks you through the steps to add Instafeed to Shopify legacy themes.
Option A - For legacy themes using a Custom Content (Liquid/HTML) block
- Go to Online Store > Themes > Customize.
- Click Add Section.
- Select Custom Content (Liquid/HTML) and add it to your homepage.
- Add the code below under Custom HTML/liquid:
<div id="insta-feed"></div>
Note: For secondary feeds, add the code below replacing FEED_ID with the ID of the feed that you can find in your Instafeed app dashboard:
<div id="feed-FEED_ID" class="instafeed-shopify"></div>
The code to show this feed is:
<div id="feed-38014" class="instafeed-shopify"></div>
Option B - For legacy themes without a Custom Content block
- Contact us at support@minttstudio.com - we'll gladly create the Instafeed block for your theme.
- Once it's ready, you can easily add it to your theme by navigating to Online store > Themes > Customize > Add section > Instafeed App.