One script tag. No login, no API keys, no backend. Add a live, auto-refreshing property grid to WordPress, Wix, or your own HTML.
Copy this snippet, replace your-agency-slug with your
slug, and paste it anywhere in your HTML.
<script src="https://api.est8go.com/static/embed.js" data-tenant="your-agency-slug" data-theme="dark" data-limit="6"></script>
/public/your-agency then your slug
is your-agency.
Adjust the controls. The snippet below updates as you go, and the example shows how the styling options affect a card.
Example layout. Your own listings appear here.
Every attribute is optional except data-tenant.
Growth+ attributes require the Growth plan or higher.
| Attribute | Values | Default | Plan | Description |
|---|---|---|---|---|
| data-tenantAll | your-slug | required | All | Required. Your agency slug from the vault URL. |
| data-themeAll | dark · light · auto | dark | All | Widget colour scheme. auto follows OS preference and updates
live without re-loading. |
| data-limitAll | 1 to 24 | 6 | All | Max properties to show. Listings with the most complete records appear first. |
| data-typeAll | land · house · apartment | all | All | Filter by property type. Must match your listing types exactly. |
| data-locationAll | maitama · lekki | all | All | Filter by location. Partial match, case-insensitive. |
| data-columnsGrowth+ | 1 · 2 · 3 | 3 | Growth+ | Max columns on desktop. Mobile is always 1 column, tablet max 2. |
| data-accentGrowth+ | #hex colour | #4F46E5 | Growth+ | Button background colour. Use your brand colour. |
| data-radiusGrowth+ | 0 to 32 (px) | 16 | Growth+ | Card and button border-radius in pixels. |
| data-show-priceGrowth+ | true · false | true | Growth+ | Set to false to hide the price on each card. |
| data-show-waGrowth+ | true · false | true | Growth+ | Set to false to hide the WhatsApp button on each card. |
| data-show-factsGrowth+ | true · false | true | Growth+ | Set to false to hide the record chip, for example
“Coordinates recorded”, on images. Legacy:
data-show-trust is still honoured for embeds already live, and does the same thing.
|
| data-show-brandingPro only | true · false | true | Pro only | Set to false to hide the “Powered by Est8Go”
attribution. |
Land listings only, Maitama, custom accent:
<script src="https://api.est8go.com/static/embed.js" data-tenant="your-agency-slug" data-type="land" data-location="maitama" data-limit="12" data-accent="#4338CA"></script>
Light theme sidebar: 1 column, sharp corners, price hidden.
<script src="https://api.est8go.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>
A plain script tag. Works wherever you can add HTML.