Integrations
Reviuly is designed to work with any website or framework. From HTML snippets to React components and no-code platforms, here's how to integrate testimonials everywhere.
HTML (any website)
The simplest integration. Add two lines of HTML anywhere on your page:
<div data-Testimonials-form-slug="your-form-slug" data-theme="light"></div>
<script src="https://reviuly.com/embed.js" async></script>React / Next.js
In React or Next.js, load the script using useEffect to avoid SSR issues:
'use client'
import { useEffect } from 'react'
export function TestimonialsWidget({ formSlug }: { formSlug: string }) {
useEffect(() => {
const script = document.createElement('script')
script.src = 'https://reviuly.com/embed.js'
script.async = true
document.body.appendChild(script)
return () => { document.body.removeChild(script) }
}, [])
return (
<div
data-Testimonials-form-slug={formSlug}
data-theme="light"
/>
)
}'use client' since it uses browser APIs.Or use the Next.js Script component:
import Script from 'next/script'
export default function Page() {
return (
<>
<div data-Testimonials-form-slug="your-slug" data-theme="light" />
<Script src="https://reviuly.com/embed.js" strategy="lazyOnload" />
</>
)
}WordPress
In WordPress, you can add the embed code to any post, page, or widget using the Custom HTML block.
- 1Open the WordPress editor for your page or post
- 2Add a new block → Custom HTML
- 3Paste the two-line embed code
- 4Publish or update the page
Framer
In Framer, use an Embed component:
- 1In Framer, open the right panel → Insert → Embed
- 2Set the embed source to HTML
- 3Paste the two-line embed code
- 4Resize the embed container as needed
Webflow
In Webflow, use an Embed element:
- 1Drag an Embed element onto your canvas
- 2Paste the two-line embed code inside
- 3Click Save & Close
- 4Publish your Webflow site
Google Reviews
Reviuly connects directly with Google Business Profile to help you grow your Google rating automatically. When a customer submits a testimonial and gives you 3 stars or more, they're shown a prompt asking if they'd also leave a review on Google — with one click to your Google review page.
Plan requirement
How it works
Customer submits a testimonial
They fill out and submit your collection form as normal.
Rating is 3★ or above
Only satisfied reviewers see the follow-up prompt — protecting your Google rating from negative reviews.
One-click redirect
"Would you also mind leaving a review on Google?" — they click once and land directly on your Google review form.
Setup
- 1Navigate to Forms → [Your Form] → Integrations
- 2Toggle Google Reviews on
- 3Paste your Google Review Page URL (from Google Business Profile → "Get more reviews")
- 4Click Save changes
Coming soon
More integrations are on the roadmap: