xCalculator
๐Ÿ”—

Embed Our Calculators

Add any xCalculator to your website or blog for free โ€” no API key, no account needed. Just paste an iframe.

How to Embed

1

Pick a Calculator

Choose from the list below โ€” BMI, mortgage, tax, and more.

2

Copy the Code

Copy the iframe snippet for that calculator.

3

Paste & Done

Paste into your HTML. The calculator is live on your page instantly.

Standard Embed Code

Replace /health/bmi with the path of your chosen calculator:

<iframe
  src="https://xcalculator.net/health/bmi"
  width="100%"
  height="600"
  frameborder="0"
  scrolling="no"
  title="BMI Calculator โ€” xCalculator.net"
  loading="lazy"
  style="border-radius: 12px; box-shadow: 0 4px 24px rgba(0,0,0,0.08);"
></iframe>

๐Ÿ’ก Responsive Embed Tip

For fully responsive embeds that adapt to container width, wrap the iframe in a div with position: relative and use a percentage-based padding-bottom. Or simply set width="100%" โ€” our calculators are already mobile-first.

Available Calculators

BMI Calculator

Body Mass Index using WHO classification

<iframe src="https://xcalculator.net/health/bmi" width="100%" height="600" frameborder="0" title="BMI Calculator โ€” xCalculator.net" loading="lazy"></iframe>
Preview โ†’

TDEE Calculator

Total Daily Energy Expenditure & calorie needs

<iframe src="https://xcalculator.net/health/tdee" width="100%" height="600" frameborder="0" title="TDEE Calculator โ€” xCalculator.net" loading="lazy"></iframe>
Preview โ†’

Body Fat % Calculator

Body fat percentage using the US Navy method

<iframe src="https://xcalculator.net/health/body-fat" width="100%" height="600" frameborder="0" title="Body Fat % Calculator โ€” xCalculator.net" loading="lazy"></iframe>
Preview โ†’

Due Date Calculator

Pregnancy due date estimator

<iframe src="https://xcalculator.net/health/due-date" width="100%" height="600" frameborder="0" title="Due Date Calculator โ€” xCalculator.net" loading="lazy"></iframe>
Preview โ†’

Compound Interest

Calculate investment growth over time

<iframe src="https://xcalculator.net/finance/compound-interest" width="100%" height="600" frameborder="0" title="Compound Interest โ€” xCalculator.net" loading="lazy"></iframe>
Preview โ†’

Mortgage Calculator

Monthly payment and amortization schedule

<iframe src="https://xcalculator.net/finance/mortgage" width="100%" height="600" frameborder="0" title="Mortgage Calculator โ€” xCalculator.net" loading="lazy"></iframe>
Preview โ†’

Income Tax Estimator

US federal income tax estimate (IRS brackets)

<iframe src="https://xcalculator.net/finance/income-tax" width="100%" height="600" frameborder="0" title="Income Tax Estimator โ€” xCalculator.net" loading="lazy"></iframe>
Preview โ†’

Loan Repayment

Monthly payment and total cost of any loan

<iframe src="https://xcalculator.net/finance/loan" width="100%" height="600" frameborder="0" title="Loan Repayment โ€” xCalculator.net" loading="lazy"></iframe>
Preview โ†’

Embed Terms

โœ… Free to embed โ€” All xCalculator tools are free to embed on any website, blog, or web app.

๐Ÿ”— Attribution required โ€” Embedded calculators must retain the "xCalculator.net" branding visible in the iframe. Do not use CSS or JavaScript to hide or obscure the source attribution.

๐Ÿšซ No white-labeling โ€” You may not present xCalculator's tools as your own proprietary software or remove the xCalculator branding for commercial resale.

๐Ÿ“Š No data shared โ€” Embedded calculators respect your users' privacy exactly the same way our site does โ€” no data is collected from embedded usage.

โšก Always up to date โ€” Because calculators are served directly from xcalculator.net, embedded versions automatically receive formula updates and improvements.

Questions about embedding or need a custom integration? Contact us at [email protected].