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 Chartconverse-size-chart
Jordan Size Chartjordan-size-chart
HOKA Size Charthoka-size-chart
Kids Shoe Size Conversionkids-shoe-size-conversion
New Balance Size Chartnew-balance-size-chart
Shoe Size Convertershoe-size-converter
Vans Size Chartvans-size-chart
Yeezy Size Chartyeezy-size-chart
Clothing & Accessories
Belt Size Calculatorbelt-size-calculator
Body vs Garment Measurementsbody-vs-garment-measurements
Bra Size Calculatorbra-size-calculator
Diaper Size Chartdiaper-size-chart
Dog Collar Size Chartdog-collar-size-chart
Dog Harness Size Chartdog-harness-size-chart
Dog Crate Size Chartdog-crate-size-chart
Dress Shirt Size Calculatordress-shirt-size-calculator
Dress Size Calculatordress-size-calculator
Glove Size Calculatorglove-size-calculator
Hat Size Calculatorhat-size-calculator
Jacket Size Conversionjacket-size-conversion
Jeans Size Conversionjeans-size-conversion
Letter Size Conversionletter-size-conversion
Pant Size Conversionpant-size-conversion
Ring Size Calculatorring-size-calculator
Swimsuit Size Conversionswimsuit-size-conversion
Watch Band Size Calculatorwatch-band-size-calculator
What Size Am I Calculatorwhat-size-am-i
Sports & Outdoors
Bike Size Calculatorbike-size-calculator
Baseball Bat Size Calculatorbaseball-bat-size-calculator
Baseball Glove Size Calculatorbaseball-glove-size-calculator
Golf Club Size Calculatorgolf-club-size-calculator
Golf Grip Size Calculatorgolf-grip-size-calculator
Golf Glove Size Calculatorgolf-glove-size-calculator
Rug Size Calculatorrug-size-calculator
Curtain Size Calculatorcurtain-size-calculator
Comforter Size Chartcomforter-size-chart
Boxing Glove Size Calculatorboxing-glove-size-calculator
Hockey Skate Size Calculatorhockey-skate-size-calculator
Skateboard Size Calculatorskateboard-size-calculator
Ski Size Calculatorski-size-calculator
Snowboard Size Calculatorsnowboard-size-calculator
Home & Auto
Bed Size Chartbed-size-chart
Paper Size Chartpaper-size-chart
Tire Size Calculatortire-size-calculator
TV Size Calculatortv-size-calculator
Body & Intimacy
Average Penis Size Chartaverage-penis-size-chart
Condom Size Calculatorcondom-size-calculator
Condom Size Chart by Brandcondom-size-chart-by-brand
Penis Size Percentile Calculatorpenis-size-percentile
Penis Size Visualizerpenis-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