← All integrations📝

Add testimonials to WordPress in 2 minutes

Embed a Wall of Love or collection button on any WordPress page using a Custom HTML block or your theme footer.

How to integrate

  1. 1

    Copy your embed code

    In TestiFlow dashboard → your site → Embed Studio, copy the Wall iframe or script snippet.

  2. 2

    Edit your page

    Open the page in WordPress and add a Custom HTML block where testimonials should appear.

  3. 3

    Paste & publish

    Paste the embed code, preview, and publish. Use iframe embed for zero conflicts with themes.

Tips

  • Use a child theme for footer-wide embeds
  • Clear cache plugins after publishing

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>