Docs using feeds
Embed with [insta-feed]
Last updated: 2026-05-20
Shortcode
Copy this into any page, post, or template:
[insta-feed id="1"]
Replace 1 with your feed ID from Instaflax → All Feeds.
Step by step
- Connect Instagram and create a feed in All Feeds
- Open the feed in Feed Customizer and save your layout
- Click Copy shortcode next to the feed in All Feeds
- Paste the shortcode into your page
Where to paste it
- Gutenberg — add a Shortcode block
- Classic editor — paste into the content area
- Elementor / Divi / other builders — Shortcode or HTML widget
- Theme template — use
do_shortcode()in PHP:
echo do_shortcode('[insta-feed id="1"]');
Preview vs live site
The Feed Customizer preview should match the front-end. If it does not, clear your site or page cache and confirm you are using the same feed ID on the page.
Was this helpful?