Embed the Manu loan calculator on your site

Free, responsive, no API key. Two widgets — a full business loan calculator and a standalone Apply button — designed for finance blogs, accountant sites, franchise pages, and anywhere small business owners are looking for capital.

Loan calculator widget

Live preview
Estimated monthly payment$3,321
Total interest$19,572
Total paid back$119,572
Get my real rate

Estimates only. Actual rates, fees, and payment schedules depend on loan type, lender, credit profile, and loan structure. Pre-qualifying through Manu uses a soft credit pull and does not affect your credit score.

Powered by Manu Business Capital

Embed code
<iframe
  src="https://manulending.com/embed/calculator"
  title="Business Loan Calculator by Manu"
  height="780"
  loading="lazy"
  style="border:0; width:100%; max-width:560px;"
></iframe>

Recommended height: 780px. Use the auto-resize snippet at the bottom of this page if the widget should grow with its content.

Apply button widget

Live preview
Apply for a Business Loan

No credit impact for prequalification · Takes a couple of minutes

Powered by Manu Business Capital

Embed code
<iframe
  src="https://manulending.com/embed/apply-button"
  title="Apply for a Business Loan with Manu"
  height="160"
  loading="lazy"
  style="border:0; width:100%; max-width:480px;"
></iframe>

Optional: auto-resize

Both widgets post their height to the parent page so the iframe can grow or shrink with the content. Drop this once anywhere on the host page (it doesn't matter which embed loads first):

<script>
  // Optional: auto-resize Manu embeds to their content
  window.addEventListener("message", function (e) {
    if (e.origin !== "https://manulending.com") return;
    if (!e.data || (e.data.source !== "manu-calculator" && e.data.source !== "manu-apply-button")) return;
    if (e.data.type !== "manu-embed-resize" || typeof e.data.height !== "number") return;
    document.querySelectorAll('iframe[src*="manulending.com/embed/"]').forEach(function (f) {
      if (f.contentWindow === e.source) f.style.height = e.data.height + "px";
    });
  });
</script>

Terms of use

  • Free to embed on any business website. No API key required.
  • Keep the small "Powered by Manu Business Capital" attribution intact.
  • Apply button links visitors to Manu's partner application, which returns offers from our 75+ lender network.
  • If you'd like a custom-branded version (white label, your own colors, your own affiliate link), email info@meetmanu.com.