Embed the Calculator

Put the real-time meeting cost calculator on your own site โ€” free, no sign-up, two lines of code.

Live Preview

This is exactly what your visitors will see. It works on any site โ€” WordPress, Squarespace, Webflow, Ghost, plain HTML โ€” and adapts to the width of wherever you place it.

Option 1: Script Embed (Recommended)

Paste this single line wherever you want the calculator to appear. It injects the widget plus a small credit line, and can never conflict with your site's styles or scripts.

<script src="https://meetingpricetag.com/widget.js" async></script>

Optional: add data-theme="light" for the light version, or data-max-width="400px" to control its size.

Option 2: Plain Iframe

If your platform strips script tags (some email builders and locked-down CMSes do), use the iframe version. Please keep the credit line under it.

<iframe src="https://meetingpricetag.com/widget/"
        width="480" height="460" loading="lazy" scrolling="no"
        style="border:0;border-radius:14px;max-width:100%;"
        title="Meeting Price Tag โ€” free meeting cost calculator"></iframe>
<p>Calculator by <a href="https://meetingpricetag.com/">Meeting Price Tag</a></p>

The Fine Print

  • Free for any use โ€” blogs, client workshops, consulting decks, intranets, training materials. No sign-up, no API key, no quota.
  • Keep the credit link. That's the entire license: the "Calculator by Meeting Price Tag" line stays visible near the widget. It's how other people find the tool and how we keep it free.
  • Private by design. The widget runs entirely in the visitor's browser โ€” no salary data, attendee counts, or results are collected or transmitted, same as the main calculator.
  • It will keep working. The embed endpoint is versioned and stable; updates to the main site can't break your page.

Questions, feature requests, or want to show us where you embedded it? Get in touch โ€” we love seeing it in the wild.

โœ“ Copied to clipboard!