Embed BMI Calculator

Add our free BMI calculator to your website or application

Embed BMI Calculator on Your Website

You can easily embed our BMI calculator on your website using an iframe. Simply copy the code below and paste it into your HTML:

Interactive Calculator (Recommended)

Embed a full interactive calculator where users can input their height and weight directly:

<iframe src="https://calculateyourbmi.online/embed/calculator/" width="100%" height="700" frameborder="0"></iframe>

Pre-calculated Results Display

Show BMI results directly by passing height and weight as URL parameters (useful for linking from other calculators):

<iframe src="https://calculateyourbmi.online/embed/bmi-result?height=175&heightUnit=cm&weight=70&weightUnit=kg" width="100%" height="500" frameborder="0"></iframe>

URL Parameters (For Pre-calculated Results Only)

When using the pre-calculated results display option, you can customize it with these URL parameters:

  • height - Height value (number)
  • heightUnit - Height unit (cm, m, in, ft)
  • weight - Weight value (number)
  • weightUnit - Weight unit (kg, lbs, st)

Example: embed/bmi-result?height=180&heightUnit=cm&weight=75&weightUnit=kg

Note: The interactive calculator doesn't use URL parameters - users input values directly.

Features

  • Interactive calculator - Users can input values directly
  • ✓ Free to use on any website
  • ✓ Fully responsive design
  • ✓ No registration required
  • ✓ Support for multiple units (cm, m, in, ft, kg, lbs, st)
  • ✓ Based on WHO standards
  • ✓ Clean, modern interface with smooth animations
  • ✓ Mobile-optimized for all devices