Add testimonial widgets to your Framer site with a code component. PraisedBy integrates natively with Framer's component-based architecture.
Create a free PraisedBy account. Set up your testimonial space, customize the form, and start collecting customer reviews.
In Framer, add a Code component to your page. Open the component editor to access the code panel.
Paste the PraisedBy embed code into the Code component. The widget renders live in the Framer canvas and on your published site.
// 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>
);
}Native Framer code component integration. Renders live in the design canvas.
Full customization to match your Framer site's design tokens and visual style.
Under 15 KB gzipped. No impact on your Framer site's performance score.
Shadow DOM prevents any CSS bleed between the widget and your Framer components.
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.
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.
Yes. Code components render in the Framer canvas, so you can see your testimonials while designing. Changes to widget settings update in real-time.
Set up PraisedBy in under 5 minutes. Free plan included.
Start Free