Embed Calculators

Embed our calculators on your website for free. Just copy and paste the code below. All calculators include a backlink to Calculator.web and are responsive to fit your website's design.

BMI Calculator

<iframe 
  src="https://calculator.web/health/bmi/embed" 
  width="100%" 
  height="600px" 
  style="border: 1px solid #e5e7eb; border-radius: 8px;"
  title="BMI Calculator by Calculator.web">
</iframe>
<div style="text-align: center; margin-top: 8px;">
  <a href="https://calculator.web" 
     style="color: #2563eb; text-decoration: none; font-size: 14px;" 
     target="_blank" 
     rel="noopener noreferrer">
    Powered by Calculator.web
  </a>
</div>

Mortgage Calculator

<iframe 
  src="https://calculator.web/finance/mortgage/embed" 
  width="100%" 
  height="800px" 
  style="border: 1px solid #e5e7eb; border-radius: 8px;"
  title="Mortgage Calculator by Calculator.web">
</iframe>
<div style="text-align: center; margin-top: 8px;">
  <a href="https://calculator.web" 
     style="color: #2563eb; text-decoration: none; font-size: 14px;" 
     target="_blank" 
     rel="noopener noreferrer">
    Powered by Calculator.web
  </a>
</div>

Investment Calculator

<iframe 
  src="https://calculator.web/finance/investment/embed" 
  width="100%" 
  height="800px" 
  style="border: 1px solid #e5e7eb; border-radius: 8px;"
  title="Investment Calculator by Calculator.web">
</iframe>
<div style="text-align: center; margin-top: 8px;">
  <a href="https://calculator.web" 
     style="color: #2563eb; text-decoration: none; font-size: 14px;" 
     target="_blank" 
     rel="noopener noreferrer">
    Powered by Calculator.web
  </a>
</div>

Integration Instructions

  1. Choose a calculator: Select the calculator you want to embed from the options above.
  2. Copy the code: Click the "Copy Code" button to copy the embed code to your clipboard.
  3. Paste into your website: Paste the code into your website's HTML where you want the calculator to appear.
  4. Adjust dimensions (optional): Modify the width and height attributes in the iframe tag to better fit your website's layout.

Notes

  • All calculators are responsive and will adjust to their container's width
  • The minimum recommended width is 320px
  • Embedded calculators automatically update when we make improvements
  • The "Powered by" link must remain visible as per our terms of service