Embedding OmniCalc
Once you have a license key, putting the calculator on your site takes one line. Paste your key below to generate your snippet.
Paste this where you want the calculator:
<div id="omnicalc" data-key="YOUR_KEY"></div> <script src="https://calc.omniinnovationsllc.com/embed.js" async></script>
How it works
The script finds the #omnicalc element, drops in an iframe pointing at our servers, and auto-sizes it to fit. The calculator is served only from calc.omniinnovationsllc.com and is locked to the domains on your license, so it will not load on sites that are not yours.
Prefer a plain iframe?
If you would rather not load our script, embed the iframe directly and set a fixed height. You lose automatic resizing but everything else works:
<iframe src="https://calc.omniinnovationsllc.com/e/YOUR_KEY" style="width:100%;max-width:360px;height:680px;border:0" title="OmniCalc"></iframe>
Branding
Colors, logo, and the intro animation are configured per-license by us when you sign up (just send us your brand colors and a logo). Changes go live instantly across your embed - no code change on your side.