Listings Widget

Embedding the Listings widget

To embed the widget into your website, simply paste the provided code, which should look like this:

<script src="https://integrations.nestio.com/idx-iframe/v1.0/idx-iframe.js" id="nestio-frame"></script>
<script type="text/javascript">NestioFrame('YOUR_WIDGET_LINK_HERE');</script>

If the widget needs to be filtered on a particular Building, you can add an additional parameter to the code like so:

<script src="https://integrations.nestio.com/idx-iframe/v1.0/idx-iframe.js" id="nestio-frame"></script>
<script type="text/javascript">NestioFrame('YOUR_WIDGET_LINK_HERE',{'building':[BUILDING_ID_HERE]});</script>

Both Building ID and Widget Link will be provided to you by Funnel.

Widget Demo