Add the ACA subsidy calculator to your site — in 2 lines of code.
Senior centers, blogs, financial advisors, accountants, nonprofits — embed our free 60-second ACA subsidy calculator on your site. Always free, always current with the latest IRA-extended subsidy schedule. Your visitors get an instant subsidy estimate; SilverEdge stays your dedicated enrollment partner if they want help.
Live demo
Add it to your site
1. Drop this anywhere in your HTML
The widget injects an iframe with the calculator. Set your data-ref to anything (your site name, page name, etc.) so we can attribute referrals back to you.
<div data-se-subsidy-calc data-ref="your-site-name"></div> <script src="https://seinsurance.com/widgets/subsidy-calc.js" async></script>
2. (Optional) Adjust the height
Default height is 640px. If your layout needs taller or shorter, use data-height="720".
<div data-se-subsidy-calc data-ref="my-site" data-height="720"></div>
3. (Optional) Capture the analytics event
When a visitor completes an estimate, the widget posts a message back to your page. If you have gtag or dataLayer, the widget auto-fires an event. To handle yourself:
<script> window.addEventListener('message', function(e) { if (e.origin !== 'https://seinsurance.com') return; if (e.data?.type === 'se_subsidy_estimate') { console.log('Visitor estimated subsidy:', e.data); // Track in your own analytics } }); </script>
Who's a good fit?
Senior centers and SHIP programs: add to your "resources" page so visiting members can self-screen for ACA eligibility before you spend counselor time on them.
Independent CFPs and CPAs: add to your retirement-planning resources page; clients in early retirement (pre-65) can quickly see if ACA is a viable bridge.
Personal finance bloggers and Substack writers: embed in articles about ACA, COBRA-vs-ACA, early retirement, FIRE, self-employment.
Nonprofits serving low-income communities: use the calculator as a screening step before referring members to enrollment counselors or insurance brokers.
Local Reddit moderators / Facebook group admins: link people to a calculator instead of reposting subsidy questions repeatedly.
Terms
Always free. No registration required. The widget displays "Powered by SilverEdge Insurance Advisors" with a link back to seinsurance.com — please leave the attribution intact. SilverEdge does not collect any visitor PII through the widget (no email, no phone, no name fields). Visitors who click "Get exact comparison free →" land on seinsurance.com with your ref attribution preserved so we can credit your site for any leads or enrollments.
For high-volume embed partners (10,000+ monthly impressions), email [email protected] for white-label options and lead-share economics.