Embed our BC real estate widgets
Drop-in widgets that read live from the BC Real Estate Codex — so your embed updates automatically when CRA, BCFSA, or the BC government updates a rate.
Use them on mortgage broker blogs, real estate lawyer firm sites, financial advisor pages, or anywhere your readers need quick, accurate BC residential closing-cost numbers. Free under MIT license. Attribution to Bronson Job PREC, REALTOR® is included automatically and should not be removed.
BC Property Transfer Tax Calculator
Interactive marginal-rate BC PTT calculator with FTHB / Newly Built / foreign-buyer adjustments. Reads bracket values from the public Facts API — stays current automatically.
~6 KB gzipped (script) / ~2 KB iframe attribution · MIT license
Full JS embed with Shadow DOM scoping. Best when you control the host page.
<div data-bronsonjob-widget="ptt-calculator"></div> <script src="https://www.bronsonjob.com/embed/v1/ptt-calculator.js" async></script>
Server-rendered iframe. Works on host pages with strict CSP that blocks third-party <script> tags. No host-page JS context bleed.
<iframe
src="https://www.bronsonjob.com/embed/v1/ptt-calculator.html"
title="BC Property Transfer Tax Calculator — Bronson Job PREC, REALTOR®"
width="100%"
height="540"
frameborder="0"
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
style="border:0;max-width:480px;display:block;margin:0 auto;"
></iframe>Common use cases
- · Mortgage broker blogs
- · Real estate lawyer firm sites
- · Financial advisor blog posts
- · News articles about BC closing costs
- · Buyer education pages
- · Sites with strict CSP (use iframe variant)

