Add the TDEE Calculator to Your Site

Free, no signup, no API keys. Copy one of the snippets below and paste it into any HTML page, blog post, or CMS block (WordPress, Webflow, Ghost, Squarespace, etc.).

Live preview: The calculator below is the actual embed running right here on this page.

Standard embed (fixed size)

Drop this into a blog post or HTML block. Works in WordPress, Ghost, Webflow, Notion, Substack — anywhere that allows raw HTML.

<iframe
  src="https://findtdee.com/embed"
  width="500"
  height="700"
  frameborder="0"
  style="border:0; max-width:100%;"
  title="TDEE Calculator by FindTDEE"
  loading="lazy"
></iframe>

Responsive embed (mobile-friendly)

For sites where width matters more than fixed dimensions. The aspect-ratio wrapper keeps it readable on phones.

<div style="position:relative; padding-bottom:140%; height:0; max-width:500px; margin:0 auto;">
  <iframe
    src="https://findtdee.com/embed"
    style="position:absolute; top:0; left:0; width:100%; height:100%; border:0;"
    title="TDEE Calculator by FindTDEE"
    loading="lazy"
  ></iframe>
</div>

Why embed it?

  • Useful for your readers. Anyone reading a post about cutting / bulking / nutrition can calculate their numbers without leaving your site.
  • Lower bounce rate. Interactive content keeps people on your page longer.
  • Free forever. No watermark, no signup, no rate limits.
  • Mobile-friendly. Works on every device.

Terms of use

  • Free to embed on personal, commercial, or non-profit sites.
  • Don't modify the iframe to remove the "Powered by FindTDEE" link.
  • Don't scrape or proxy the embed — link to it directly.

Want the full version?

The main calculator on findtdee.com includes macros, body fat estimation, and a full workout plan.

See the full calculator