Countworthy

Home/Embed

Put a Canadian calculator on your site

Free, no signup, no account, and nothing that tracks your visitors. One line of HTML. We keep the 2026 tax tables current so you never have to think about it again.

What it looks like

This is the live widget, running here exactly as it would on your page:

The code

Paste this wherever you want it. The link underneath is part of the deal and the only thing we ask for.

<iframe src="https://countworthy.com/embed/take-home-pay"
        title="Canadian take-home pay calculator"
        width="100%" height="520" style="border:0"
        loading="lazy"></iframe>
<p><a href="https://countworthy.com/canada/take-home-pay-calculator">Canadian take-home
   pay calculator</a> by Countworthy</p>

Optional: make it resize itself

The widget tells the page how tall it is. Add this once, anywhere on the page, and the frame will fit its content exactly instead of using the fixed height above. Skip it and nothing breaks — you just get a slightly taller box.

<script>
addEventListener("message", function (e) {
  if (e.origin !== "https://countworthy.com") return;
  if (!e.data || e.data.countworthy !== "height") return;
  document.querySelectorAll('iframe[src*="countworthy.com/embed"]')
    .forEach(function (f) { f.height = e.data.height; });
});
</script>

The terms, in full

Want a different calculator, or a version in your own colours?

The take-home pay calculator is the first embed because it is the one most often asked for. CPP timing, TFSA room, RRSP refunds, capital gains and sales tax can all follow. If you want one of those, or the widget matched to your own brand for a credit union or advisory site, email hello@countworthy.com and say which one.

Using the numbers instead of the widget

If you would rather compute the figures yourself, the whole 2026 Canadian tax parameter table is published as open data under CC BY 4.0 — generated from the same engine this widget runs on, so it cannot disagree with what you see above.