Kajabi integration
Add testimonials to Kajabi in 5 minutes.
Kajabi is where your courses and offers live. 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: Page Scripts are available on Kajabi plans. The full theme code editor requires Growth or higher.
Setup
- 01
Grab your snippet. In your TrustProovr dashboard, open your widget and copy the install snippet from the Install step.
- 02
In Kajabi, go to Settings, then Site Settings.
- 03
Find the Page Scripts section and paste the snippet into the footer scripts box.
- 04
Click Save.
- 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 Kajabi
Ask when the session's earned it.
event:lesson-completeFire trustproovr.track('lesson-complete') to ask right after a win inside the course.
scroll:50Fires on sales pages once the pitch lands.
time:30Good on checkout-adjacent pages where hesitation lives.
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.
Sales pages or course pages?
Both. Page Scripts load across your Kajabi site, and you can target specific pages with the trigger config.