How to Add Reviews/Testimonials to Framer Website?

Goutham Jay
Goutham Jay

Founder - Famewall

·
Updated on Jul 27, 2026
How-to-Add-Testimonials-To-Framer
How-to-Add-Testimonials-To-Framer

Framer is a modern website builder that helps you create stunning websites with no-code in minutes

If you've set up a website on Framer, it's best to add testimonials as it increases conversions by building trust with your website visitors

And you can easily collect and testimonials to Framer for free using Famewall in a matter of minutes

Here's how you can do it without having to manually hire a developer or write code

Method 1: Native Famewall Embed code into Framer

1. Head over to your Famewall Dashboard

Go to Famewall Dashboard and create your testimonial wall.

Testimonial-Wall-Creation

Fully customize the testimonials be it text, video and audio inside the wall as to how you'd like them to appear.

Then publish your testimonial wall by clicking "Publish Widget" on the top right.

Once the widget is published, you'll then be able to see the "Get Embed Code" option on top. So simply click that

Get-Embed-Code-Button-Background

Then select the widget display type from the different options available like grid, carousel etc. and copy the widget's embed code

Copy the widget code

2. Adding testimonials to Framer Website

Open the Framer dashboard and simply get started with one of the landing page templates or create your own

Framer-Landing-Page-Template

Click on the dropdown with the Framer icon on the top left

Framer-Dropdown-Toolbar

Then click on Code -> Create Code Component in the toolbar

Code-Component-Framer

Then name the code component and click on "Create"

Code

Copy and paste the following code in the code editor that shows up and replace data-src="famewall" with data-src="<your-wall-url>" so that your widget shows up:

import { useEffect, useRef } from "react" export default function FamewallEmbed() { const ref = useRef(null) useEffect(() => { if (!ref.current) return ref.current.innerHTML = `<div class="famewall-embed" data-src="famewall" data-format="grid" style="width:100%;"></div>` const oldScript = document.querySelector( 'script[src="https://embed.famewall.io/newFrame.js"]' ) if (oldScript) oldScript.remove() const script = document.createElement("script") script.src = "https://embed.famewall.io/newFrame.js" script.defer = true document.body.appendChild(script) }, []) return <div ref={ref} style={{ width: "100%" }} /> }

Then drag and drop this code component into your framer editor

Here's how it appears once you paste it into the code editor

Image

Once you've added the code, the preview window will appear on the right with all the testimonials

Framer-Testimonials-Preview

Finally, the testimonials are now live on Framer

Framer-Testimonials-Live

Method 2: Using Famewall plugin for Framer

1. Head over to your Famewall Dashboard

Go to Famewall Dashboard and create your testimonial wall.

Testimonial-Wall-Creation

You can then choose to import testimonials from 20+ available sources or collect testimonials from your customers from scratch by using a personalized collection link

Add-Testimonial-from-source

Then click on the "Testimonial Widget" tab on the left panel

Fully customize the appearance of the text, audio and video testimonials how you'd like them to appear. Then publish your testimonial wall by clicking "Publish Widget" on the top right.

Publish-Widget-Famewall-Button

2. Using the Famewall plugin for Framer

Go to this link where we have the Famewall plugin: https://www.framer.com/community/marketplace/plugins/famewall/

famewall-plugin-on-framer

Click on "Open Plugin" button on the top right corner

famewall-plugin-on-framer

Once you click that, it will ask you to select your project and hence select the one where you want to have your testimonials

And then inside your framer editor, click on "Connect Famewall" button

connect-famewall-framer

This will take you to Famewall and ask you to authorize your account.

Once that is done, in the popup that shows on right corner top, select the specific testimonial wall in which you created and published the widget on Famewall and click on "Add to page"

select-famewall-panel

Then simply drag and drop the testimonial widget box onto the place where you want to have the testimonials

drag-drop-widget

And then for the width settings, set it to "Fill" so that it occupies the full width of your framer page

dropped-widget

Voila! Your testimonials widget now will appear in the preview and once you publish your page

framer-preview

If you're looking to collect testimonials from your customers, this simple guide will be very effective in helping you collect the best testimonials

Try Famewall for free to collect testimonials from customers & add them to your website in minutes without writing a single line of code!

Collect testimonials for FREE using Famewall