Getting Started with Instagram Feed
Updated 2026-04-28
Getting Started with Instagram Feed
The Instagram Feed widget displays your latest Instagram posts as a beautiful grid, slider, or carousel on any website.
What you can display
- Latest posts from a public Instagram profile
- Posts from a specific hashtag
- A mix of both (Social Wall mode)
Quick setup
- Go to Widgets → New Widget and choose Instagram Feed.
- Pick a template or start from scratch.
- In the Content tab, enter your Instagram username.
- Adjust columns, rows, and spacing in the Appearance tab.
- Click Publish and copy the embed code.
Embed code
Paste the snippet inside the <body> tag of your page, or use a Custom HTML block in your CMS.
<div id="ff-widget-WIDGET_ID"></div>
<script src="https://feedflow.io/widget.js" async></script>
<script>
window.FeedFlow = window.FeedFlow || [];
window.FeedFlow.push({ id: "WIDGET_ID" });
</script>
Tips
- Free plan shows a small "Powered by FeedFlow" badge. Upgrade to Starter or higher to remove it.
- Set Allowed Domains in the widget's Settings tab to prevent others from embedding your widget.
- Use the desktop / tablet / mobile toggle in the editor to preview how the widget looks at different breakpoints.