Put a working calculator directly into your article or sidebar. One <iframe> snippet — no JavaScript install, no signup, no tracking of your readers.
All four widgets are live below — pick the one that fits your article, grab its snippet, and paste it in.
Monthly EMI, total interest and payment breakdown for any loan. Best for personal-finance and loan-comparison posts.
<iframe src="https://calcpromaster.netlify.app/embed/loan-emi.html"
style="width:100%;max-width:420px;height:560px;border:0;border-radius:12px"
title="Loan EMI calculator by CalcProMaster"
loading="lazy"></iframe>
Monthly payment, loan amount and total interest for a home purchase with down payment. Multi-currency. Ideal for real-estate and home-buying content.
<iframe src="https://calcpromaster.netlify.app/embed/mortgage.html"
style="width:100%;max-width:420px;height:600px;border:0;border-radius:12px"
title="Mortgage calculator by CalcProMaster"
loading="lazy"></iframe>
Body Mass Index with WHO category and the healthy weight range for the entered height. Metric and imperial. Fits health and fitness articles.
<iframe src="https://calcpromaster.netlify.app/embed/bmi.html"
style="width:100%;max-width:420px;height:620px;border:0;border-radius:12px"
title="BMI calculator by CalcProMaster"
loading="lazy"></iframe>
Three everyday percentage operations in one compact widget: X% of Y, X as a percent of Y, and percent change. Great for deal, stats and school posts.
<iframe src="https://calcpromaster.netlify.app/embed/percentage.html"
style="width:100%;max-width:420px;height:480px;border:0;border-radius:12px"
title="Percentage calculator by CalcProMaster"
loading="lazy"></iframe>
The widget is responsive: it fills whatever width its container gives it. On a typical blog, max-width:420px looks like a sidebar card; width:100% inside a content column reads as an inline tool. Keep height at 560px — shorter frames clip the results on small screens. If your site loads inside a mobile app webview, test one embed on a real device: some webviews restrict third-party iframes by default.
src matches the snippet for that widget exactly (each one ends in .html — the bare path serves this listing page).frame-src https://calcpromaster.netlify.app. Add that directive to your host's headers.Mortgage, BMI and percentage joined the original loan EMI widget — all four are above. Need something else, like a unit converter or calorie calculator? Request it on our contact page and tell us which one would help your readers most. Popular requests get built first.