Social Proof Feed
Corner toast notifications of recent purchases. Replaces Fomo.
Live preview
See it in action.
Fully interactive, drag, click, scroll inside the frame, toggle to mobile.
About this section
Cycles through configured 'X from Y just bought Z' notifications in a corner toast. Each notification is a theme block, add as many as you want with first name, city, product, time-ago label, and optional product image. Verified-buyer badge for credibility. No third-party tracking, no GDPR overhead.
Install in 90 seconds
- 01
Create /sections/modblo-social-proof-feed.liquid.
- 02
Paste the section code and save.
- 03
Add `{% section 'modblo-social-proof-feed' %}` to theme.liquid (just before </body>).
- 04
In the theme editor, add Notification blocks for each entry. Names, cities, products, and timestamps you control.
- 05
(Optional) Set dismissible to off if you want the feed to keep cycling regardless of dismiss.
The Liquid
Unlock the section code
Social Proof Feed is a premium section. Get the full Liquid + scoped CSS paste-ready.
One-time purchase · Lifetime updates · You own the code
Theme editor settings
| Setting | Type | Default |
|---|---|---|
Corner position position | select | bl |
First notification (s) first_delay | range | 8 |
Display duration (s) display_seconds | range | 5 |
Gap between (s) gap_seconds | range | 10 |
Allow visitor to dismiss dismissible | checkbox | true |
Background bg | color | #ffffff |
Foreground fg | color | #0b0b0c |
Accent (verified badge) accent | color | #16a34a |
Notifications (theme blocks) blocks Add unlimited notifications as theme blocks. | blocks | , |
SEO & accessibility notes
- All notifications rendered as inert <template> elements server-side, invisible until JS clones them. Zero impact on SEO content.
- Real <a> elements for product links, keep referrer flow accurate.
- Dismiss state lives in sessionStorage (per-visit, not persistent).
- No external SDK / no third-party requests, zero impact on Lighthouse network score.
Related
