Docs using feeds
Embed with [insta-feed]
Last updated: 2026-05-20
Recommended shortcode
[insta-feed id="1"]
Replace 1 with your feed ID from All Feeds.
Where to place it
- Gutenberg Shortcode block
- Classic editor shortcode
- Page builders (Elementor Shortcode widget, etc.)
- Theme template via
do_shortcode():
echo do_shortcode('[insta-feed id="1"]');
Copy from admin
In All Feeds, each feed has a Copy shortcode action next to the feed name.
UI parity
The Feed Customizer preview should match the live front-end. If not, clear site/page cache and confirm you are using the same feed ID.
Legacy shortcode
[scf_instagram_feed] is still supported with attributes like posts, columns, caption, and layout (grid / slider). New sites should prefer [insta-feed id="X"].
Was this helpful?