Embed a ThisCalc calculator on your site

One line of HTML. No API key. No cookies. Mobile-responsive.

Quick start

<script async src="https://thiscalc.com/embed.js?calc=mortgage"></script>

That's it. Drop the line where you want the calculator to appear. The widget mounts a sandboxed iframe and auto-resizes to the content.

With a target container

<div data-thiscalc="bmi" data-theme="light"></div>
<script async src="https://thiscalc.com/embed.js"></script>

No-JavaScript version (WordPress, Wix, Squarespace, Ghost)

Most hosted platforms strip <script> tags out of post and page bodies, so the snippets above will silently do nothing there. This version is plain HTML and works anywhere an embed or custom-HTML block is allowed. Swap mortgage for any slug in the list below.

<iframe src="https://thiscalc.com/embed/mortgage?embed=1"
        width="100%" height="720" style="border:0;display:block"
        title="Mortgage Calculator by ThisCalc" loading="lazy"></iframe>
<p style="font:13px system-ui;opacity:.75;text-align:right">Powered by
  <a href="https://thiscalc.com/calculators/mortgage">Mortgage Calculator</a>
</p>

The fixed height is the one trade-off: without JavaScript the frame cannot auto-resize, so pick a height that fits the calculator you chose. 720 pixels suits most of them.

Live preview — Mortgage Calculator

Supported calculators (34)

Finance

Health & fitness

Math & everyday

34 calculators are embeddable today. Email hello@thiscalc.com to request another.

Options

AttributeDefaultDescription
data-thiscalcrequiredCalculator slug (e.g. mortgage).
data-themeuser prefForce light or dark.
data-heightautoInitial iframe height in px before auto-resize. Use auto or a number.

Privacy & performance

Backlink (optional, appreciated)

Each embed includes a small "Powered by ThisCalc" attribution footer linking back to us. Keeping it helps us keep the embed free.