Calculate This Embed · WordPress
Embed · Platform

WordPress
Calculator Widget

You don't need a plugin for this. Paste one line into a Custom HTML block and the calculator is on your page - 32 of them to choose from, free, with nothing to install, no settings page, and nothing to keep updated.

Browse all 32 calculators
Plugins required
None

Time to add
About a minute

Cost
Free
A working example · the tip calculator, in WordPress block format
<!-- wp:html -->
<div data-ct-calc="tip"></div>
<script src="https://calculatethis.net/widget.js" async></script>
<!-- /wp:html -->

That's the whole thing. Every calculator has its own snippet - pick one from the full list and copy it the same way.

▸ Where to paste it, by editor

Block editor (Gutenberg)

Click the + where you want it, search for Custom HTML, and paste. Use Preview in the block toolbar to check it before publishing. The <!-- wp:html --> comments are optional - they only matter if you're pasting into the code editor rather than a block.

Classic editor

Switch from Visual to Text and paste there. Don't switch back to Visual before saving - the Visual tab has a habit of stripping iframes and scripts out of the markup.

Elementor, Divi, Beaver Builder

All three have an HTML or Code widget. Drag it in and paste. In Elementor the calculator sometimes won't render inside the editor canvas but is fine on the live page, so check the preview rather than trusting the builder.

Sidebar or footer widget area

Appearance → Widgets → Custom HTML. Sidebars are narrow, so drop the max-width from the snippet and let it fill the column. The calculator stacks its fields and gets taller when it's squeezed, which the resize script handles for you.

▸ Popular ones to start with