BMI Calculator on WordPress
Body mass index with healthy range for metric or imperial units.
Use BMI Calculator on Tools.Town → · SEO landing page →
Shortcode
[sitetools tool="bmi-calculator"] Gutenberg
Add block SiteTools Calculator and select BMI Calculator from the tool dropdown. Block guide →
Script embed (non-WordPress)
<link rel="stylesheet" href="https://tools.town/embed/sitetools-tools.css">
<div data-sitetools-tool="bmi-calculator"
data-theme="light"></div>
<script src="https://tools.town/embed/sitetools-tools.js" defer></script> Theming
Example with dark theme and custom accent:
[sitetools tool="bmi-calculator" theme="dark" accent="#7c3aed"]