Wix integration
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.
What you'll get
Wix's pixel editor lets you drop the widget exactly where you want, snap to grid.
Toggle to mobile view and resize the iframe independently — different size per device.
Add a visa widget next to a country-themed product to boost conversion on travel gear shops.
Setup
Five concrete steps from opening the editor to hitting publish.
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.
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.
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.
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.
Click Publish. Wix takes 10-30 seconds to propagate. The widget will now appear on your live wixsite.com URL or custom domain.
Code
Copy the variant that matches your setup. Switch tabs to see the affiliate or iframe versions.
<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
The things that catch first-timers — fix in advance.
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.
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.
Resize the embed on the mobile editor explicitly. Wix doesn't auto-scale embed elements across breakpoints.
You do not need to enable Wix's Velo dev mode for this. The Embed Code element is enough.
FAQ
Yes. Embed Code is available on every Wix plan including Free (though Wix shows their ads above and below the widget on free sites).
Yes. Inside the post editor, click + → Embed (HTML) and paste. Same flow as a regular page.
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.
Yes. In Wix Studio, the equivalent element is Embeds & Social → HTML Embed. Same paste, same behavior.
Other platforms
Ready?
Grab the snippet, paste it where the steps above describe, and ship in two minutes.