Wix integration

Add a Testimonial Widget to Wix

The Embed HTML element and one snippet. Wix works differently from every other platform here, in a way that changes which widget you should choose.

One flat price. Unlimited views. Your widget never switches off.

Three steps in Wix

  1. 01

    Add the element

    Click Add Elements, then Embed Code, then Popular Embeds, then Embed HTML. Click it to add it to the page.

  2. 02

    Enter the code

    Click Enter Code on the new element and paste both lines of the snippet.

  3. 03

    Size it, then publish

    Drag the element to the size you want the widget to occupy, then publish and check the live site.

What you paste into Wix
<div data-praisesnap-widget="YOUR_KEY"
     data-praisesnap-type="wall"
     data-praisesnap-height="320"
     style="min-height:320px"></div>
<script async src="https://praisesnap.com/embed/v1.js"></script>

The key is generated when you build the widget. Change data-praisesnap-type to carousel or badge for the other two widgets — everything else is identical.

Read this first

Wix embeds are iframes, so they do not reflow

Wix states plainly that its HTML and Embed elements are iframes, and that embedded code "won't be responsive, even if it is originally". That matters here: the wall widget is a responsive grid, and inside a fixed iframe it cannot resize with the visitor's screen the way it does everywhere else. On Wix the carousel is usually the better choice, because one quote at a time has a predictable height that suits a fixed box. If you do want a wall, size the element generously and check it on a phone rather than trusting the desktop view. Wix also requires the embedded code to use HTTPS, which ours does.

Checked against Wix’s own documentation on 23 August 2026. Interfaces change — if this no longer matches what you see, tell us and we will correct it.

What lands on the page

The real widget, running here, exactly as it would run on your site.

A live widget, rendered by the same code that runs on your site. The quotes are examples.

Questions people ask

Will the widget be responsive on Wix?

Not in the way it is elsewhere. Wix renders embedded HTML inside an iframe and states that embedded code will not be responsive, so the widget cannot resize with the page. Choose the carousel, whose height is predictable, or size a wall generously and check it on a phone.

Which widget should I use on Wix?

The carousel or the rating badge. Both have a stable height that fits a fixed iframe well. The wall works, but it is the one that most wants the responsive behaviour an iframe takes away.

Do I need a premium Wix plan?

The Embed HTML element is part of the editor. What Wix does require is that embedded code uses HTTPS rather than HTTP, which the snippet does.

The embed is empty. What now?

Check it on the published site rather than in the editor, confirm both lines of the snippet were pasted, and make sure the element is large enough — an iframe sized smaller than its contents clips them rather than scrolling.

Other platforms

Webflow

Embeds do not run on the Webflow canvas

WordPress

If your code disappears when you save, it is your user role

Squarespace

Two things that look like failure and are not

Framer

It stays blank until you publish, and that is normal

Try it without an account

The builder needs no sign-up. Choose a widget, style it, copy the snippet, and paste it into your page to see how it sits before you decide anything.