Integration Guide

Add Customer Testimonials to Your Framer Site

Add testimonial widgets to your Framer site with a code component. PraisedBy integrates natively with Framer's component-based architecture.

3 Steps to Add Testimonials on Framer

1

Step 1: Create Your Account

Create a free PraisedBy account. Set up your testimonial space, customize the form, and start collecting customer reviews.

2

Step 2: Collect Testimonials

In Framer, add a Code component to your page. Open the component editor to access the code panel.

3

Step 3: Embed the Widget

Paste the PraisedBy embed code into the Code component. The widget renders live in the Framer canvas and on your published site.

Embed Code for Framer

// Framer Code Component
export default function PraisedByWidget() {
  return (
    <div>
      <div id="praisedby-widget"></div>
      <script src="https://cdn.praisedby.com/widget.js"
        data-space-id="YOUR_SPACE_ID"
        data-layout="marquee">
      </script>
    </div>
  );
}

Why PraisedBy for Framer

Code Component

Native Framer code component integration. Renders live in the design canvas.

Design Flexibility

Full customization to match your Framer site's design tokens and visual style.

Lightweight

Under 15 KB gzipped. No impact on your Framer site's performance score.

Isolated Styles

Shadow DOM prevents any CSS bleed between the widget and your Framer components.

Frequently Asked Questions

Does PraisedBy work with Framer's design system?

Yes. The widget renders inside a Code component that fits into your Framer layout. You can control spacing and sizing through Framer's layout properties.

Will it work with Framer's CMS collections?

Yes. You can place the PraisedBy widget on CMS template pages. Use different space IDs for different collection items by passing them as component props.

Can I preview the widget in the Framer canvas?

Yes. Code components render in the Framer canvas, so you can see your testimonials while designing. Changes to widget settings update in real-time.

Ready to Add Testimonials to Framer?

Set up PraisedBy in under 5 minutes. Free plan included.

Start Free