Realm widget docs
Integration on your website
To include the Realm Widget on your website, paste the following snippet of code at the place you want it to show:
<div id="realm-widget" data-address="{ADDRESS}" data-partner-key="{KEY}">
<a href="https://realmhome.com" target="_blank">Powered by Realm</a>
<script async src="https://widget.realmhome.com/widget/v1/widget.js"></script>
</div>
Note that {ADDRESS}
and {KEY}
above need to be
replaced in the following manner:
Address
The physical address of the property, url-encoded. The address format should be any format which is recognized by Google Maps, eg:
1527 Marmont Avenue, Los Angeles, CA, USA
And it needs to be url-encoded, which for the example above would be:
1527%20Marmont%20Avenue%2C%20Los%20Angeles%2C%20CA%2C%20USA
Key
Your Realm Public API Key, which will be sent to you by a Realm representative.
Configuration
Some elements, such as the color scheme and font, are configurable by your Realm representative.
Demo
Checkout out the Realm widget demo