Wix integration
Add testimonials to Wix in 5 minutes.
Wix is where your 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 in Wix requires a premium plan with a connected domain.
Setup
- 01
Grab your snippet. In your TrustProovr dashboard, open your widget and copy the install snippet from the Install step.
- 02
In your Wix dashboard, go to Settings, then Custom Code.
- 03
Click '+ Add Custom Code' and paste the snippet.
- 04
Set it to load on All Pages and place it in Body - end.
- 05
Click Apply.
- 06
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.
- 07
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 Wix
Ask when the session's earned it.
scroll:50Fires on landing pages after real reading.
time:30Works well on store and pricing pages.
exitExit intent catches people about to close the tab.
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.
Will it show in the Wix editor?
No, custom code only runs on the published site. Open your live URL to test, not the editor preview.