Instagram Feed
Display your Instagram photos on your homepage with manual uploads or auto-updating Behold integration
Instagram Feed
Add an Instagram photo grid to your homepage. Visitors see your latest content with a link to follow you — matching the luxury aesthetic of premium real estate sites.
Two source modes are available:
- Manual Photos — Upload 4-8 photos from your media library. You control exactly what appears.
- Behold Feed — Connect a Behold.so JSON feed for auto-updating photos pulled directly from your Instagram account.
Enabling the Section
- Go to Dashboard → Website → Home
- Select the Instagram Feed tab
- Toggle the section on
- Choose your source mode and configure
- Click Save
The section appears on your homepage between Latest Posts and the Contact CTA.
Manual Photos
Upload curated photos from your media library for full control over what appears.
Adding Photos
- In the Instagram Feed editor, ensure Source is set to Manual Photos
- Click Add Photo
- Select an image from your Media Library
- Optionally add:
- Post URL — Link to the original Instagram post
- Caption — Alt text for accessibility
- Repeat for up to 8 photos
Reordering and Removing
- Use the up/down arrows to reorder photos
- Click the X button to remove a photo
Photos to Display
Choose how many photos appear in the grid: 4, 6, or 8. The grid adapts responsively:
| Screen Size | Layout |
|---|---|
| Mobile | Horizontal scroll (160px thumbnails) |
| Tablet (sm) | 3-column grid |
| Medium (md) | 4-column grid |
| Desktop (lg) | 6-column grid |
Behold Auto-Updating Feed
Behold provides a simple JSON API that returns your latest Instagram posts with optimized images. No Meta API review required.
Behold Pricing
| Tier | Price | Feeds | Posts per Feed | Updates |
|---|---|---|---|---|
| Free | $0/mo | 1 | 6 | Daily |
| Starter | $10/mo | 3 | 50 | Hourly |
| Pro | $30/mo | 15 | 100 | Every 5 min |
Setup Steps
- Create a Behold account at behold.so
- Connect your Instagram — Go to Sources → Add Source → authorize Instagram
- Create a JSON feed — Go to Feeds → New Feed → select your source → choose JSON format
- Copy the Feed ID — Found in your feed's settings or embed code
- Paste in dashboard — Go to Dashboard → Website → Home → Instagram Feed, set source to Behold Feed, paste the Feed ID
- Click Save
Photos will now update automatically based on your Behold plan's refresh rate.
How It Works
When a visitor loads your homepage:
- The server fetches
https://feeds.behold.so/{FEED_ID} - Response is cached for 1 hour (Next.js ISR)
- Posts are mapped to optimized 700px WebP images
- Video posts use their thumbnail image
- The
@handleis extracted directly from the Behold API response
If the Behold feed is unreachable or returns an error, the section gracefully hides itself.
Instagram Handle Display
The section displays your @handle as a large clickable link above the photo grid.
- Manual mode: Handle is extracted from your Profile → Social Links → Instagram URL
- Behold mode: Handle comes directly from the Behold API response (no social link setup needed)
Make sure your Instagram URL is set in Dashboard → Profile → Social Links if using manual mode.
Configuration Reference
// workspace.settings.site.instagramFeed
{
enabled: true,
title: "Follow Us on Instagram", // Uppercase eyebrow text
maxPhotos: 6, // 4, 6, or 8
source: "manual", // "manual" or "behold"
beholdFeedId: "abc123XYZ", // Required when source is "behold"
items: [ // Used when source is "manual"
{
id: "ig-1234",
imageUrl: "https://...",
postUrl: "https://instagram.com/p/...",
caption: "Stunning waterfront view"
}
]
}Section Appearance
The Instagram Feed section renders with:
bg-muted/30background for subtle warmth- Centered Instagram icon, uppercase eyebrow title, and serif
@handle - Photos use
--template-card-radiusso they match your design template (rounded for Estate, sharp for Gallery) - Hover effect: subtle scale + dark overlay
- Full dark mode support via semantic CSS variables
Related Documentation
- Customizing Your Homepage — Overview of all homepage sections
- Media Library — Managing uploaded images
- Branding & Social Links — Setting your Instagram URL