Embedding Calculators

Getting a URL for one specific calculator

How to get the standalone URL for the Budget Planner, Loan Repayment, or any other single calculator.

2 min read
Updated 14 May 2026

Want to send a customer a direct link to just one calculator — like the Budget Planner — without showing the rest? Here's how.

From the dashboard

  1. Log in at calcwidgets.com/dashboard
  2. Go to Embed
  3. Tick one calculator (untick everything else)
  4. Set the layout to Single
  5. The URL appears above the embed code. Copy it.

Hand-crafted

The URL pattern is always:

https://yourname.calcwidgets.com/embed?widgets=<calculator-id>&view=single

So for the Budget Planner:

https://yourname.calcwidgets.com/embed?widgets=budget-planner&view=single

For Loan Repayment:

https://yourname.calcwidgets.com/embed?widgets=loan-repayment&view=single

For Stamp Duty:

https://yourname.calcwidgets.com/embed?widgets=stamp-duty&view=single

Replace yourname with your actual subdomain (you can see yours on Dashboard → Settings).

What about all the other calculator IDs?

Every calculator's ID is the bit you'd type into widgets=. You can see all of them on Dashboard → Manage Calculators — or browse the full calculator catalogue here in the help center.

Embedding the URL vs sharing the URL

The URL you generate works two ways:

  1. Embed it in an iframe on your website (using the embed code from the dashboard).
  2. Share the URL directly — by email, SMS, in a brochure, or wherever. Anyone who clicks it gets a full-page version of just that one calculator with your branding applied.

Both use exactly the same URL.

Related Articles