Website Embed Codes

Copy and paste these iFrame codes into chezneywosick.com to embed your calculators directly on your website.

Refi Blended Rate Calculator

Embed the public refi calculator on any page of chezneywosick.com

<iframe
  src="https://chezneyportal.com/refi-calculator"
  width="100%"
  height="900px"
  frameborder="0"
  style="border: none; border-radius: 16px; overflow: hidden;"
  title="Refi Blended Rate Calculator"
  loading="lazy"
></iframe>

How to use: Paste this code into any HTML block on your website (Squarespace, WordPress, Wix, Webflow — any platform that supports custom HTML embeds). The calculator will load inside a seamless iframe. No additional setup required.

Payment Calculator

Embed the purchase payment calculator — ideal for home pages and buyer resources pages

<iframe
  src="https://chezneyportal.com/payment-calculator"
  width="100%"
  height="780px"
  frameborder="0"
  style="border: none; border-radius: 16px; overflow: hidden;"
  title="Payment Calculator"
  loading="lazy"
></iframe>

How to use: Paste this code into any HTML block on your website (Squarespace, WordPress, Wix, Webflow — any platform that supports custom HTML embeds). The calculator will load inside a seamless iframe. No additional setup required.

Mobile Responsiveness Note

The iframes above are set to 100% width and will scale on mobile. However, the height may need adjustment depending on your website layout. For the refi calculator, 900px works for most screens. For mobile-first sites, consider using height="auto" and enabling scrolling="yes" on the iframe.