SMAart Widget – Embed Demo

Two ways to embed: iframe (isolated) or script (native). Try the live examples below.

1) Iframe Embed (recommended)

Fully isolated. Safest for hosts that you don't control.

Code

<iframe
  src="https://smaart-investment.netlify.app/widget/v1/frame.html?id=smaart-frame&lang=en&tenant=buyandsell.gr&brand=0"
  style="width:100%;min-height:680px;border:0"
></iframe>

2) Script Embed (native)

Injects directly into host DOM. Shares fonts/styles; more flexible, but host CSS/JS may affect it.

Code

<script type="module" src="https://smaart-investment.netlify.app/widget/v1/loader.js"></script>
<div id="smaart-widget-root"></div>