← All integrations

Testimonials for Framer sites

Use Framer's embed component to add a responsive Wall of Love that matches your brand.

How to integrate

  1. 1

    Insert embed

    Add an Embed component to your Framer canvas.

  2. 2

    Paste iframe code

    Use the auto-resizing iframe snippet from TestiFlow.

  3. 3

    Style the frame

    Set width to 100% and let iframe-resizer handle height.

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>