Put Our Calculators on Your Website, Free
One snippet, one working calculator. No signup, no cost, no catch.
Every calculator on Sizeaholic can be embedded on your own website, free. The embed runs the same code as the page here. Same formulas, same cited sources, same privacy design. Nothing your visitors type is stored or transmitted, ever. When we improve a calculator, your embed updates on its own.
The fastest way
Open any calculator on this site and click the </> Add to your website button below it. A ready-to-paste snippet appears. Copy it into your page's HTML and you are done.
The snippet
Prefer to build it by hand? This is the whole thing. Replace SLUG with a slug from the table below, and NAME with that calculator's name. The name is what the attribution link reads, so use the real one.
<iframe id="sizeaholic-SLUG" src="https://sizeaholic.com/embed/SLUG/" style="width:100%;max-width:520px;height:900px;border:1px solid #e3e8f0;border-radius:12px;" title="NAME" loading="lazy"></iframe>
<p style="font-size:13px;">Calculator powered by <a href="https://sizeaholic.com/SLUG/">NAME</a> on Sizeaholic</p>
<script>window.addEventListener("message",function(e){if(e.origin!=="https://sizeaholic.com"||!e.data||e.data.sizeaholic!=="height")return;var f=document.getElementById("sizeaholic-SLUG");if(f&&e.source===f.contentWindow)f.style.height=e.data.value+"px";});</script>
You do not have to guess the height. The last line of the snippet is a small listener: the calculator reports how tall it needs to be and the iframe resizes itself, including when a visitor gets a result and the answer makes the page longer. The 900px in the snippet is only a starting value for the moment before that happens.
If your CMS strips script tags from HTML blocks, the snippet still works. You simply keep the 900px and the frame scrolls internally, which is what most embeds do anyway. Nothing breaks, you just lose the automatic fit.
Every calculator you can embed
All 32 calculators can be embedded. Pick one and use its slug in the snippet above.
| Calculator | Slug for the snippet |
|---|---|
| Shoes | |
| Converse Size Chart | converse-size-chart |
| Jordan Size Chart | jordan-size-chart |
| HOKA Size Chart | hoka-size-chart |
| Kids Shoe Size Conversion | kids-shoe-size-conversion |
| New Balance Size Chart | new-balance-size-chart |
| Shoe Size Converter | shoe-size-converter |
| Vans Size Chart | vans-size-chart |
| Yeezy Size Chart | yeezy-size-chart |
| Clothing & Accessories | |
| Belt Size Calculator | belt-size-calculator |
| Body vs Garment Measurements | body-vs-garment-measurements |
| Bra Size Calculator | bra-size-calculator |
| Diaper Size Chart | diaper-size-chart |
| Dog Collar Size Chart | dog-collar-size-chart |
| Dog Harness Size Chart | dog-harness-size-chart |
| Dog Crate Size Chart | dog-crate-size-chart |
| Dress Shirt Size Calculator | dress-shirt-size-calculator |
| Dress Size Calculator | dress-size-calculator |
| Glove Size Calculator | glove-size-calculator |
| Hat Size Calculator | hat-size-calculator |
| Jacket Size Conversion | jacket-size-conversion |
| Jeans Size Conversion | jeans-size-conversion |
| Letter Size Conversion | letter-size-conversion |
| Pant Size Conversion | pant-size-conversion |
| Ring Size Calculator | ring-size-calculator |
| Swimsuit Size Conversion | swimsuit-size-conversion |
| Watch Band Size Calculator | watch-band-size-calculator |
| What Size Am I Calculator | what-size-am-i |
| Sports & Outdoors | |
| Bike Size Calculator | bike-size-calculator |
| Baseball Bat Size Calculator | baseball-bat-size-calculator |
| Baseball Glove Size Calculator | baseball-glove-size-calculator |
| Golf Club Size Calculator | golf-club-size-calculator |
| Golf Grip Size Calculator | golf-grip-size-calculator |
| Golf Glove Size Calculator | golf-glove-size-calculator |
| Rug Size Calculator | rug-size-calculator |
| Curtain Size Calculator | curtain-size-calculator |
| Comforter Size Chart | comforter-size-chart |
| Boxing Glove Size Calculator | boxing-glove-size-calculator |
| Hockey Skate Size Calculator | hockey-skate-size-calculator |
| Skateboard Size Calculator | skateboard-size-calculator |
| Ski Size Calculator | ski-size-calculator |
| Snowboard Size Calculator | snowboard-size-calculator |
| Home & Auto | |
| Bed Size Chart | bed-size-chart |
| Paper Size Chart | paper-size-chart |
| Tire Size Calculator | tire-size-calculator |
| TV Size Calculator | tv-size-calculator |
| Body & Intimacy | |
| Average Penis Size Chart | average-penis-size-chart |
| Condom Size Calculator | condom-size-calculator |
| Condom Size Chart by Brand | condom-size-chart-by-brand |
| Penis Size Percentile Calculator | penis-size-percentile |
| Penis Size Visualizer | penis-size-visualizer |
The license, in plain words
Embedding is free for any website, commercial or personal. Keep the attribution link under the calculator, use the snippet as provided, and do not present the calculator as your own work. The full wording lives in our Terms of Use. That is the entire deal.
Privacy inside the embed
An embedded calculator behaves exactly like the one on our site. All the math runs in the visitor's browser. Nothing they type is sent anywhere, to us or to you. Our privacy policy applies to the calculator itself; your site's policy covers the page around it.
Questions
Stuck, or want a calculator we have not built yet? Tell us. Embed requests are how several of our tools got built.
Frequently asked questions
Do I need JavaScript or a plugin?
No. It is a plain <iframe>, so it works in any HTML page, any CMS block that accepts embed code, and any static site generator. There is nothing to install and no script to load from us.
How do I make it responsive?
The snippet already is. The iframe is set to width:100% with a max-width, so it fills narrow screens and stops growing on wide ones. Height is the only fixed dimension, because an iframe cannot size itself to its content across origins. If a calculator looks cramped, raise the height until the inner scrollbar disappears.
Will it slow my page down?
Very little. The snippet carries loading="lazy", so the browser does not fetch the calculator until it is near the viewport. The calculator itself is a few kilobytes with no images, no web fonts and no framework.
Can I embed more than one on a page?
Yes, as many as you like. Each iframe is independent, and they do not interfere with each other. Give each one a distinct title so screen reader users can tell them apart.
Does it work with a strict Content Security Policy?
It needs frame-src (or default-src) to allow https://sizeaholic.com. Nothing else: the calculator loads no third-party resources of its own inside the frame.
Do I have to keep the credit link?
Yes, and it is the only condition. Keep the attribution line under the calculator and do not present the tool as your own work. No traffic limit, no revenue share, no signup. The full wording is in our Terms of Use.
What if I want a calculator you have not built?
Ask. Several of the tools listed above exist because somebody wanted to embed one we did not have yet. Tell us what you need it to work out.
Last updated