← All integrations🎨
Embed testimonials on Webflow
Drop TestiFlow into any Webflow section with an Embed element—perfect for marketing sites and landing pages.
How to integrate
- 1
Add Embed element
In the Webflow Designer, drag an Embed element into your section.
- 2
Paste embed code
Paste your Wall of Love iframe code from TestiFlow Embed Studio.
- 3
Publish
Publish your site. The iframe auto-resizes to fit your testimonials.
Sample embed code
Replace your-site-id with your site ID from the dashboard.
<script src="https://cdn.jsdelivr.net/npm/iframe-resizer@4.3.9/js/iframeResizer.min.js"></script>
<iframe
id="testiflow-wall-your-sit"
src="https://testiflow.site/embed/w/your-site-id?theme=saas&layout=grid"
title="TestiFlow Wall of Love"
style="width:100%;border:0;min-height:400px"
loading="lazy"
allow="autoplay"
></iframe>
<script>
iFrameResize({ log: false, checkOrigin: false }, '#testiflow-wall-your-sit');
</script>