Wix integration

Embed Orizn widgets in Wix

Step-by-step guide to add visa, budget, and travel widgets to your Wix site in under 2 minutes.

Wix supports HTML embeds through its Embed Code element, which lets you paste raw HTML or load an iframe. The Orizn widget runs as expected, but Wix wraps it in an iframe by default — so the iframe variant of our snippet gives you the most predictable rendering.

Tested with Wix 2026 EditorFree forever

What you'll get

Three quick wins

🧱

Drag-and-drop placement

Wix's pixel editor lets you drop the widget exactly where you want, snap to grid.

📱

Mobile editor support

Toggle to mobile view and resize the iframe independently — different size per device.

🛒

Works with Wix Stores

Add a visa widget next to a country-themed product to boost conversion on travel gear shops.

Setup

Step-by-step in Wix

Five concrete steps from opening the editor to hitting publish.

1

Open the site in the Editor

From your Wix dashboard, hover the site → Edit Site. The drag-and-drop Editor (not the Wix Studio one) opens. Navigate to the page you want to edit via the page selector at the top.

2

Add an Embed Code element

Click the + (Add Elements) button on the left toolbar → Embed Code → Embed HTML. A floating panel offers two options: 'Code' (paste HTML) or 'Website Address' (URL → iframe). Choose Code.

3

Paste the iframe snippet

Wix's HTML Embed wraps your code in an iframe regardless. To control sizing precisely, use the iframe variant of our snippet (see code section) so you set width and height yourself. Click Update.

4

Preview on desktop and mobile

Click Preview (top right). Test the widget at both desktop and mobile breakpoints — use the device toggle in the editor. Resize the embed element if the mobile layout needs different dimensions.

5

Publish

Click Publish. Wix takes 10-30 seconds to propagate. The widget will now appear on your live wixsite.com URL or custom domain.

Code

The snippet for Wix

Copy the variant that matches your setup. Switch tabs to see the affiliate or iframe versions.

html
<iframe
  src="https://embed.orizn.app/widgets/visa?destination=THA&affiliate=ORIZN-XXXXX"
  width="100%"
  height="520"
  style="border:0;border-radius:16px;"
  loading="lazy"
  title="Orizn Visa Checker"
></iframe>

Watch out

Common Wix pitfalls

The things that catch first-timers — fix in advance.

Wix wraps everything in an iframe

Even the 'paste HTML' option is sandboxed inside an iframe. That's why the explicit iframe snippet is the most predictable — you control its dimensions.

Fixed height needed

Wix iframes don't auto-resize to fit content. Pick a height (520px is a good default for the visa widget) or risk content being clipped/scrollable.

Mobile sizing is separate

Resize the embed on the mobile editor explicitly. Wix doesn't auto-scale embed elements across breakpoints.

Velo (Wix Code) is overkill here

You do not need to enable Wix's Velo dev mode for this. The Embed Code element is enough.

FAQ

Questions about Wix

Will it work with Wix's free plan?

Yes. Embed Code is available on every Wix plan including Free (though Wix shows their ads above and below the widget on free sites).

Can I add the widget to a Wix Blog post?

Yes. Inside the post editor, click + → Embed (HTML) and paste. Same flow as a regular page.

Why does my widget show with a scrollbar?

The iframe height is too short for the widget's content. Increase the embed element's height in the editor — 520px works for visa, 600px for compare.

Does Wix Studio work too?

Yes. In Wix Studio, the equivalent element is Embeds & Social → HTML Embed. Same paste, same behavior.

Other platforms

Embed Orizn elsewhere

Ready?

Ready to embed in Wix?

Grab the snippet, paste it where the steps above describe, and ship in two minutes.