Add a full mortgage calculator to your listings — in one line of HTML.
Free for agents, brokerages, MLS portals, and real estate blogs. Buyers estimate PMI, taxes, HOA, and total payment right on your page — so they stay longer and reach out sooner.
No signup, no tracking pixels, no ads inside the widget.
Why brokerages embed Ledger
Keep visitors on your listings
Buyers don't need to leave your page to figure out what a home actually costs. Time-on-page and inquiry rate both go up.
PITI + PMI + HOA, done right
Most free widgets show only P&I. Ledger includes taxes, insurance, PMI termination at 80% LTV, and true total monthly outflow.
Configurable per listing
Pass price, down payment, tax, insurance, and HOA as URL params. Every listing page can preload its own numbers.
Mobile-first, fast
Under 60KB after gzip on the widget shell. Auto-resizing iframe with a tiny postMessage listener — no layout jank.
White-glove branding available
Enterprise partners can hide the Ledger footer, use their brand colors, and route leads to their own CRM.
Free with attribution
Free forever for any site that keeps the small "Powered by Ledger" link. Removes with a paid partner plan.
Copy-paste the widget
Adjust the two most common defaults, then copy the snippet into any page — WordPress, Webflow, Squarespace, custom HTML, or your MLS listing template.
Full parameter list on the embed docs page.
Auto-resizing embed
<iframe id="ledger-mortgage"
src="https://mortagefvcalculator.com/embed/mortgage?price=475000&down=47500&rate=6.75&term=30&tax=5700&ins=1500&hoa=0"
style="width:100%;border:0;min-height:640px"
loading="lazy"
title="Mortgage calculator"></iframe>
<script>
window.addEventListener("message", function (e) {
if (e.data && e.data.type === "ledger:resize") {
var f = document.getElementById("ledger-mortgage");
if (f) f.style.height = e.data.height + "px";
}
});
</script>Want to hide the "Powered by" link? Upgrade to Pro to generate a personal white-label key and append ?wl=YOUR_KEY to the embed URL.
Free-tier terms
- Attribution: keep the small "Powered by Ledger" link visible under the widget. That link is our compensation.
- Unlimited pages: use across as many listing pages, sites, or subdomains as you own.
- No lead resale: visitor calculations stay private. We don't harvest their data from your site.
- Remove branding: enterprise partners on a paid plan get a white-labeled widget. Ask below.
Talk to us about a partnership
White-label branding, bulk deployment across a brokerage, CRM lead routing, or a custom integration? Tell us about your site and we'll follow up within one business day.