Webflow integration
Add testimonials to Webflow in 5 minutes.
Webflow is where your marketing site lives. TrustProovr drops in with one snippet: it asks your visitors at the right moment, collects text or video, and renders approved proof looking like part of your site.
Heads up: Custom code requires a paid Site plan in Webflow. On a free workspace, the Custom Code tab is locked.
Setup
- 01
Grab your snippet. In your TrustProovr dashboard, open your widget and copy the install snippet from the Install step.
- 02
In Webflow, open Site settings, then the Custom Code tab.
- 03
Paste the snippet into the Footer Code box, labeled 'Before </body> tag'.
- 04
Click Save Changes, then Publish your site.
- 05
Pick when the ask fires. The data-trigger attribute handles it: sessions:3 waits for three return visits, scroll:50 fires mid-page, exit catches people leaving.
- 06
Verify it live. Visit your site in a fresh browser, browse around, and the ask appears once the trigger is earned. Submissions land in your dashboard queue for approval.
Trigger ideas for Webflow
Ask when the session's earned it.
scroll:50Fires on the landing page once visitors read halfway.
time:30Good for pricing and feature pages where dwell means intent.
exitLast shot before they bounce to a competitor.
FAQ
Do I need to know how to code?
No. You paste one snippet into a footer or custom-code box and pick a trigger. That is the whole setup.
Will it slow my site down?
No. The script loads async and renders inside a Shadow DOM, so it never blocks your page, leaks CSS, or shifts your layout.
Where do testimonials appear?
Wherever you paste the wall div, or let the script auto-place it under your hero or above the footer with data-wall.
What is a trigger?
A rule for when the ask pops up: after N sessions, after N seconds, at 50% scroll, on exit intent, or on your own event like trustproovr.track('purchase').
Do I approve what goes live?
Yes. Every submission sits in your moderation queue until you approve it. Nothing publishes itself.
Site-wide or one page?
Site settings Custom Code applies site-wide. For a single page, use that page's Page Settings, Custom Code section instead.