Free Widget
Add a working KC gutter cost calculator to your site
One line of HTML. Free forever. No registration. Built for KC realtors, inspectors, and home-services sites.
Premier Gutters KC offers a free embeddable iframe widget that lets any website add a working Kansas City gutter cost estimator. Copy one line of HTML, paste it anywhere on your site, and your visitors can get real KC pricing instantly. No registration, no API keys, no fees.
Live preview
Basic embed (copy-paste)
The simplest option — fixed-height iframe:
<iframe src="https://premiergutterskc.com/embed/cost-calculator.html" width="100%" height="640" frameborder="0" loading="lazy" title="KC Gutter Cost Calculator" style="border:1px solid #eee;border-radius:14px;max-width:600px"></iframe>
Auto-resize embed (recommended)
The widget automatically reports its height — this version uses that signal to grow/shrink the iframe:
<iframe id="pgkc-calc" src="https://premiergutterskc.com/embed/cost-calculator.html"
width="100%" height="640" frameborder="0" loading="lazy"
title="KC Gutter Cost Calculator"
style="border:1px solid #eee;border-radius:14px;max-width:600px"></iframe>
<script>
window.addEventListener('message', function(e){
if (!e.data || e.data.type !== 'pgkc-height') return;
var f = document.getElementById('pgkc-calc');
if (f && e.data.h) f.style.height = (e.data.h + 30) + 'px';
});
</script>
Who this is for
- Realtors — embed on listing pages so buyers can estimate gutter replacement costs while browsing.
- Home inspectors — add to your reporting site so clients can ballpark repair costs.
- HOA management companies — offer it to your residents as a member benefit.
- KC home services bloggers — add real interactive value to gutter-related posts.
How it works
- User picks their home size and gutter preferences.
- Widget shows a real Kansas City price range based on Premier's 2026 install rates.
- "Get a real quote" button opens premiergutterskc.com in a new tab with UTM tracking attributed to your site.
What you get out of it
- Free interactive content for your site — better engagement than a static price table.
- Backlink to premiergutterskc.com — with credit visible to your readers.
- Referral fee on closed jobs — we informally credit referrers; call (816) 469-9563 if you want details.
Customization
The widget inherits its iframe size from your page. You can constrain max-width with the style attribute (default 600px). The widget itself is neutral white/orange — designed to fit most site themes.
Licensing
Free for non-commercial and commercial use on any website. Please don't strip the "Powered by Premier Gutters KC" credit at the bottom of the widget — that's how we know to keep maintaining it for free.
Other embeddable assets
- Open data CSVs & JSONs (HOA database, leaf-drop calendar, permit rules, etc.)
- Downloadable infographics with embed snippets
Got questions about embedding?
We'll help you set it up — even on the platforms we don't recognize.
Free Estimate Call (816) 469-9563