Embed the Cost Ripple calculator on your site
Give your readers a working future value calculator without building one. Copy the snippet below into any blog post, CMS page or HTML template. It is free, responsive, loads no tracking scripts, and auto-resizes to fit your layout.
1. Copy the embed code
<iframe src="https://costripple.com/embed/future-value" title="Future Value Calculator by Cost Ripple" width="100%" height="720" style="border:0;max-width:100%" loading="lazy"></iframe>
<script>window.addEventListener("message",function(e){if(e.data&&e.data.type==="cost-ripple:height"){var f=document.querySelector('iframe[src^="https://costripple.com/embed/"]');if(f)f.style.height=e.data.height+"px";}});</script>
<p><a href="https://costripple.com/future-value-calculator">Future value calculator</a> by Cost Ripple</p>2. Preview
This is exactly what your visitors will see.
Licence and attribution
The widget is free to use on personal, educational and commercial sites. The only condition is that you keep the “Powered by Cost Ripple” attribution link visible, or keep the credit line included in the snippet. Please do not modify the calculation logic or present the tool as your own.
Figures are illustrative projections, not financial advice. See our methodology for the assumptions behind the numbers.
Frequently asked questions
- Will it slow my page down?
- No. The iframe is lazy-loaded, so it only downloads when a reader scrolls to it.
- Does it work on mobile?
- Yes. The widget is fully responsive and the resize script keeps the frame height matched to the content.
- Can I embed it in WordPress?
- Yes. Paste the snippet into a Custom HTML block. Squarespace, Ghost, Webflow and Wix code blocks work the same way.