🛡️ Est8Go Trust Infrastructure

One script tag.
Verified properties.
Any website.

Add a live, auto-refreshing property grid to your WordPress, Wix, or custom website — no login, no API keys, no backend required.

Zero dependencies Shadow DOM isolated Auto-refreshes every 30 min Light / Dark / Auto theme Mobile responsive Custom accent & radius

One tag. Done.

Copy this snippet, replace your-agency-slug with your slug, and paste it anywhere in your HTML.

HTML
<script
  src="https://est8go-api.onrender.com/static/embed.js"
  data-tenant="your-agency-slug"
  data-theme="dark"
  data-limit="6"></script>

Three seconds to embed.

1
Find your agency slug
Your slug is the last part of your vault URL — e.g. if your vault is /public/bravieshomz-limited then your slug is bravieshomz-limited.
2
Paste the script tag
Add the tag to any page — in a body widget area, code block, or HTML file. No backend changes needed.
3
Listings appear instantly
The widget fetches your verified listings, renders them inside an isolated Shadow DOM, and auto-refreshes every 30 minutes.

Interactive demo — try it now.

Adjust the controls and watch the widget update in real time. No page reload required.

⚙ Live configuration
● LIVE — Bravieshomz Limited

All 12 data attributes.

Every attribute is optional except data-tenant. Growth+ attributes require the Growth plan or higher.

Attribute Values Default Plan Description
data-tenant your-slug All Required. Your agency slug from the vault URL.
data-theme dark · light · auto dark All Widget colour scheme. auto follows OS preference and updates live without re-loading.
data-limit 1 – 24 6 All Max properties to show. Sorted by trust score, highest first.
data-type land · house · apartment all All Filter by property type. Must match your listing types exactly.
data-location maitama · lekki · … all All Filter by location. Partial match, case-insensitive.
data-columns 1 · 2 · 3 3 Growth+ Max columns on desktop. Mobile is always 1 col; tablet max 2 col.
data-accent #hex colour #4F46E5 Growth+ Button background colour. Use your brand colour.
data-radius 0 – 32 (px) 16 Growth+ Card and button border-radius in pixels.
data-show-price true · false true Growth+ Set to false to hide the price on each card.
data-show-wa true · false true Growth+ Set to false to hide the WhatsApp button on each card.
data-show-trust true · false true Growth+ Set to false to hide the trust score overlay on images.
data-show-branding true · false true Pro only Set to false to hide the "Verified by Est8Go" text (shield icon always shown).

More configurations.

Land listings only, Maitama, custom green accent:

HTML
<script
  src="https://est8go-api.onrender.com/static/embed.js"
  data-tenant="your-agency-slug"
  data-theme="dark"
  data-type="land"
  data-location="maitama"
  data-limit="12"
  data-accent="#10B981"></script>

Light theme sidebar — 1 column, sharp corners, price hidden:

HTML
<script
  src="https://est8go-api.onrender.com/static/embed.js"
  data-tenant="your-agency-slug"
  data-theme="light"
  data-columns="1"
  data-radius="8"
  data-limit="3"
  data-show-price="false"></script>

Works everywhere.

A plain script tag — works wherever you can add HTML.

🔵
WordPress
✓ Compatible
🟣
Wix
✓ Compatible
Squarespace
✓ Compatible
🟠
Webflow
✓ Compatible
Custom HTML
✓ Compatible
🔴
Ghost
✓ Compatible

Common questions.

Will the widget slow down my website?
No. The script loads asynchronously, runs in Shadow DOM isolation, and lazy-loads all images. It has zero impact on your page's own CSS or layout.
Do I need an API key or login?
No. Your agency slug is all that's needed. The API only returns verified public listings — no private data is ever exposed.
Can I embed multiple widgets on the same page?
Yes. Each script tag creates an independent widget with its own Shadow DOM. You can show different property types or locations side-by-side.
What does data-theme="auto" actually do?
It reads the visitor's OS dark/light preference and switches the widget theme to match — without re-fetching data. If the visitor changes their OS theme while the page is open, the widget updates instantly.
What happens when I add new listings?
The widget auto-refreshes every 30 minutes. New verified listings appear automatically — no changes to your site code required.