How to Use The Featured Listings Widget From Benchmetrics
Step 1
Go to the page you want to add the featured listings widget to, and click “Page Builder” in the top bar
Step 2
Once in the page builder, In the left sidebar type “HTML” or find the HTML widget in the options. Click and drag the HTML option into the page where you want it to appear
Step 3
In the “HTML Code” textbox on the left, paste this code:
<div id="featuredListingsCarousel" data-sort="newest" data-count="9"></div>
<script src="https://benchmetrics-assets.s3.us-west-2.amazonaws.com/scripts/bnm_featured_listings.js" defer></script>
To start seeing listings in a specific area, there are 2 methods:
Listings By Community
In the code, after data-count="9" add data-community="COMMUNITY" and replace “COMMUNITY” with the name of the community whose listings you want to feature
Example: data-community="Saskatoon"
Listings By Radius
In the code, after data-count="9" add data-radius="0,0,0" and replace the zeros in “0,0,0” with the longitude, latitude, and radius (in KMs) respectively.
To get long/lat, go to Google Maps and right click on the area you want to feature listings from. Select the coordinates from the top option in the menu.
Example: data-radius="-106.64788,52.15004,10"