Widget demo

These widgets are powered by the testimonials in the test workspace and load from /widget.js. Drop the snippet below into any page to embed them on your own site.

Wall

A responsive grid of testimonial cards.

<script src="https://testifeed.com/widget.js" async></script>
<div data-testifeed-wall="test"></div>

Carousel

A single rotating testimonial with prev/next controls and dots.

<script src="https://testifeed.com/widget.js" async></script>
<div data-testifeed-carousel="test"></div>

Badge

A floating rating pill, fixed to the bottom-right of the page. Click it to open a popup with the full wall.

Look in the bottom-right corner of your browser window
<script src="https://testifeed.com/widget.js" async></script>
<div data-testifeed-badge="test"></div>