Standards-driven, mobile-responsive iframe widgets. One line of HTML. Cable sizing per IEC, voltage drop, Ohm's law — the math your readers actually need.
This is exactly what your readers will see when you embed it. Try changing the inputs.
Paste anywhere — WordPress, Ghost, Medium, Notion, Confluence, custom HTML. Works inside any standard CMS that allows raw HTML or iframe embeds.
<iframe src="https://aionlinecalculator.com/embed/cable-sizing-iec.html"
width="100%" height="620" frameborder="0"
loading="lazy"
title="Cable sizing calculator IEC 60364">
</iframe>
<p style="font-size:12px;color:#666;margin-top:6px;">
Calculator by <a href="https://aionlinecalculator.com/cable-sizing-calculator-iec-60364.html">AI Calculator</a>
</p>
Add the resize helper so the iframe always fits its content without scrollbars:
<script src="https://aionlinecalculator.com/embed/embed-resize.js" async></script>
Append these as URL parameters to the iframe src:
Example: https://aionlinecalculator.com/embed/cable-sizing-iec.html?theme=light
Yes — for personal blogs, company sites, internal docs, university courses, and trade-press articles. No paywall, no tracking pixel, no ads inside the iframe.
One small attribution link in the footer of the embed pointing back to the full calculator on aionlinecalculator.com (do-follow). Don't remove it — it is what keeps the embed free.
The embed loads lazily by default (loading="lazy") and the page itself is ~12 KB gzipped with zero external dependencies. It won't hurt your Core Web Vitals.
Yes, anywhere an <iframe> tag is allowed. For strict AMP, use <amp-iframe> with a placeholder.
Yes — email us with the formula or standard you need. We prioritize embeds based on demand.
The IEC cable sizing embed uses IEC 60364-5-52 Annex B Table B.52.4 (PVC) and Table B.52.5 (XLPE) for ampacity, with temperature correction factors from Table B.52.14 and grouping factors from Table B.52.17. Results are guidance only — verify against the current edition of the standard and have a licensed engineer sign off final design.
Copy the snippet above and you're live in 30 seconds. No account, no API key, no rate limit.