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
Apply button widget
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.