NexTool
🟡

Add Financial Calculators to Wix

Wix powers 7% of all websites

Embed NexTool financial calculators on your Wix website using the HTML embed widget. Simple drag-and-drop setup with no coding skills required.

Drag-and-drop HTML widget
Works on all Wix templates
Wix Velo integration for advanced control
Mobile-responsive embed
No Wix app marketplace install needed

Step-by-Step Installation Guide

Follow these steps to add NexTool calculators to your Wix site. Most users are done in under 2 minutes.

1

Open the Wix Editor

Log in to your Wix account and open the Editor for your site. Navigate to the page where you want to add the calculator.

2

Add an HTML Embed Widget

Click the "+" (Add) button in the left panel. Go to Embed & Social > Custom Embeds > Embed a Widget. Drag it to your desired position.

HTML
<class="code-tag">iframe
  src=class="code-string">"https:class="code-commentclass="code-string">">//getnextool.com/embed/mortgage-calculator"
  width=class="code-string">"100%"
  height=class="code-string">"450"
  frameborder=class="code-string">"0"
  style=class="code-string">"border: none; border-radius: 8px;"
  title=class="code-string">"Mortgage Calculator"
  loading=class="code-string">"lazy"
></class="code-tag">iframe>
3

Configure the Embed

Click "Enter Code" on the HTML widget, paste the iframe code, and click Update. Resize the widget by dragging its corners to fit your layout.

4

Set Height with Wix Velo (Advanced)

For dynamic height adjustment, use Wix Velo (formerly Corvid) to listen for resize messages from the calculator.

JavaScript
class=class="code-string">"code-comment">// Wix Velo code (in page code)
import wixWindow from class="code-string">'wix-window';

$w.onReady(function () {
  $w(class="code-string">'#htmlEmbed1').onMessage((event) => {
    if (event.data.type === class="code-string">'nextool-resize') {
      $w(class="code-string">'#htmlEmbed1').style.height = event.data.height;
    }
  });
});
5

Publish Your Site

Click Publish in the top-right corner. Your calculator is now live. Test it on both desktop and mobile views using Wix's preview mode.

Live Preview

This is how a NexTool calculator will look on your Wix site.

https://yourwebsite.com/tools
YourBrand
Powered by NexTool
Embed CodePreview
<iframe
  src="https://nextool.dev/embed/mortgage-calculator"
  width="100%"
  height="450"
  frameborder="0"
  title="Mortgage Calculator"
></iframe>

Customization Options

Tailor the calculator to match your Wix site.

Size

Set custom width and height. Default is 100% width, 450px height. The calculator is fully responsive.

Theme

Choose light or dark theme to match your site. Paid tiers support custom brand colors.

Tools

Choose from 326+ calculators: mortgage, BMI, salary, loan, tax, investment, retirement, and more.

Pricing

Get started for free. Upgrade as you grow.

Free1 calculator, NexTool branding
$0
Starter5 calculators, minimal branding
$29/mo
Professional20 calculators, white-label
$79/mo

Frequently Asked Questions

Common questions about using NexTool calculators with Wix.

Can I use this on a free Wix site?

Yes. The HTML embed widget is available on all Wix plans, including the free tier. However, note that free Wix sites display Wix ads — upgrading to a Wix premium plan removes those.

How do I resize the calculator on Wix?

After adding the HTML embed widget, you can drag its corners to resize. Set the width to match your content area (usually 100%) and the height to at least 450px for optimal display.

Does it work with Wix ADI sites?

Yes. You can switch to the Wix Editor from an ADI-created site and add the HTML embed widget. Once added, you can switch back to ADI mode and the embed will be preserved.

Can I use Wix Velo with the calculator?

Absolutely. Wix Velo lets you add custom JavaScript that can communicate with the embedded calculator. This is useful for dynamic resizing, event tracking, or passing parameters.

Ready to Add Calculators to Wix?

Start with our free tier — no credit card required. Upgrade anytime for more calculators and white-label branding.