Copy · Paste · Done
Five interactive dividend tools your readers can actually use — every widget previewed live below with copy-paste embed code, URL parameters, and an auto-resize script. No signup, no API key, no rate limit.
Let readers project monthly and annual dividend income from any investment, with growth and tax assumptions built in.
<iframe src="https://heydividend.io/embed/dividend-income" width="100%" height="640" frameborder="0" loading="lazy" title="HeyDividend dividend-income calculator" style="border:none;border-radius:10px;"> </iframe>
| Parameter | Type | Default | Description |
|---|---|---|---|
| investment | number | 10000 | Initial investment amount ($) |
| price | number | — | Share price ($) |
| dividend | number | — | Dividend per share ($) |
| frequency | string | quarterly | monthly, quarterly, semi-annual, annual |
| growth | number | 5 | Annual dividend growth rate (%) |
| tax | number | 15 | Tax rate on dividends (%) |
| theme | string | light | light or dark |
Show readers how reinvesting dividends compounds over 1–30 years. Animated share growth and total return.
Help readers calculate the dividend portfolio they need to cover monthly expenses in retirement.
The full-featured calculator. DRIP, tax, three dividend methods, and multi-year projections in one widget.
Replace employment income with dividends. Track years-to-FI and the contribution required to get there.
How to embed
Browse the five live previews above and choose the calculator that matches your post or page.
Use the basic <iframe>, the auto-resizing JS snippet, or a pre-filled example URL — whichever fits.
WordPress Custom HTML, Squarespace code block, Webflow embed, Ghost, Wix, Substack — all supported.
Optional · One-line install
Drop this script into your page once and every embedded HeyDividend widget will follow its own content height — no scrollbars, no fixed heights, no jumpy iframes. Safe to include even if you only embed one calculator.
<script>
(function() {
window.addEventListener('message', function(e) {
if (e.data && e.data.type === 'heydividend-widget-resize') {
var iframes = document.querySelectorAll('iframe[src*="heydividend"]');
for (var n = 0; n < iframes.length; n++) {
if (iframes[n].contentWindow === e.source) {
iframes[n].style.height = e.data.height + 'px';
}
}
}
});
})();
</script>
Who it's for
Add interactive calculators to dividend stock reviews. Increase time-on-page and reader engagement.
Embed retirement and income calculators on your practice site. Help prospects model income before the first call.
Works with WordPress, Squarespace, Wix, Ghost, Webflow — anywhere that supports HTML.
FAQ
Everything you need to know about embedding the widgets.
Beyond the widgets
The widgets are the static math. HeyDividend AI runs the same models against your real portfolio, with cut-risk alerts and personalized research on top.