← All integrations🛒

Shopify testimonial widget

Add social proof to product and home pages via theme custom Liquid or the custom HTML section.

How to integrate

  1. 1

    Theme editor

    Online Store → Themes → Customize → add Custom Liquid or HTML section.

  2. 2

    Paste embed

    Use Wall iframe embed for best compatibility with Shopify themes.

  3. 3

    Product pages

    Add a smaller carousel embed near the buy button to boost conversions.

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>