For publishers, teachers & forums
Embed any calculator, free
All 81 tools drop into your site with one copy-paste snippet. They resize themselves, work on mobile, print the formula on the page, and keep every value in your reader's browser. No signup, no API key, no usage limits — just keep the attribution link.
The licence, in full
- Free for any site, commercial or not. No signup, no key, no limits.
- Keep the attribution link that ships in the snippet, visible and followable. Restyle it to match your design if you like.
- Don't misrepresent the output as financial, tax or medical advice, and don't alter the numbers the tool produces.
- That's everything. No other conditions, and you don't need to ask us first.
See it working
A live embed, and the code behind it
This is a real embed of the Compound Interest calculator, running the same snippet you'd paste. Drag a slider — it recomputes live, and the frame grows to fit.
<iframe id="empirecalc-compound-interest" src="https://empirecalc.com/compound-interest?embed=1" title="Compound Interest — EmpireCalc" width="100%" height="640" loading="lazy" style="border:1px solid #e2e8f0;border-radius:12px;max-width:560px"></iframe>
<script>(function(){window.addEventListener("message",function(e){if(e.origin!=="https://empirecalc.com")return;var d=e.data||{};if(d.type!=="empirecalc:height")return;var f=document.getElementById("empirecalc-"+d.slug);if(f&&d.height)f.style.height=d.height+"px";});})();</script>
<p style="font:13px/1.5 system-ui,sans-serif"><a href="https://empirecalc.com/compound-interest" target="_blank" rel="noopener">Compound Interest calculator by EmpireCalc</a></p>
The <script> block is the auto-resizer — it checks the message
origin, so it only ever responds to EmpireCalc. Drop it if you'd rather keep a
fixed height; the iframe still works.
Worth knowing
Embed the exact scenario your article discusses
Every calculator writes its inputs into the URL, so you can hand readers a tool
that already shows the numbers you're writing about instead of the defaults. Set
the sliders on the calculator page, copy the URL, and add &embed=1:
Use that as the iframe src. Readers can still change anything —
they just start where your article does.
All 81 tools
Pick a calculator and copy its snippet
Each button copies a complete, ready-to-paste snippet for that tool — iframe, auto-resizer and attribution link.