Installing FeedFlow on Shopify
Updated 2026-04-28
Installing FeedFlow on Shopify
FeedFlow widgets can be added to any Shopify storefront, either through the theme editor's custom liquid sections or directly in the theme code. No app installation is required.
Quick Setup
- In the FeedFlow dashboard, open your widget and click Get Embed Code. Copy the snippet.
- In your Shopify admin, go to Online Store → Themes and click Customize on your active theme.
- Navigate to the page section where you want the widget, click Add section (or Add block), and choose Custom liquid.
- Paste the FeedFlow snippet into the custom liquid block and click Save.
- Alternatively, go to Online Store → Themes → Edit code and paste the snippet into
theme.liquidjust before</body>for site-wide placement.
Tips
- Use the theme editor's Custom liquid block for page-specific placement — it requires no code knowledge.
- To add the widget to a product page, open the product template (
sections/main-product.liquid) and paste the snippet in the desired location. - Shopify's CDN caches pages aggressively — FeedFlow loads its content via JavaScript after page load so your feed always reflects the latest posts.