The List Display Widget displays properties in a formatted list. The listings displayed will depend on any filter applied.
This widget is mobile- and container-responsive. The layout will adjust for device sizes and will automatically resize to fit into most spaces on a webpage.

Layout and Size
- Uses container queries for dynamic adaptation to any placement context
- More versatile than standard "mobile responsive" approaches (adapts to container, not just screen size)
- Ensures consistent user experience across all digital environments
- Minimum width: Designed for mobile
- Maximum width: 1200px
Colors and Background
- Widget Themes can be used to apply predefined, or your own, color schemes.
- Uses 'Widget Background' color from the applied widget theme
Parameters
- data-type="FeaturedList"
- data-filter= (optional)
Specify the Search Filter. Using a Filter with the widget is optional, but allows you to completely specify the types of properties you want to display using any available MLS criteria. (e.g. Foreclosures in Arvada, Listings between 300,000 to 400,000 in Denver, etc.)
Filter parameters also include
<div class="mylistings"> <h2>My Featured Listings<h2> <bb-widget data-type="FeaturedList" data-filter="agent_id:12345+nolistingshide:mylistings"></bb-widget> </div>
<div class="mylistings"> <h2>My Featured Listings<h2> [mbb_widget data-type="FeaturedList" data-filter="agent_id:12345+nolistingshide:mylistings"] <div>
See Search Filters and How to Use Search Filters for more help on these parameters.
Examples:
The List Display widget can be displayed using the following widget code:
The default List Display widget:
<bb-widget data-type="FeaturedList"></bb-widget>
[mbb_widget data-type="FeaturedList"]
Widget code with Search Filter applied:
<bb-widget data-type="FeaturedList" data-filter="city:denver+price_min:200000"></bb-widget>
[mbb_widget data-type="FeaturedList" data-filter="city:denver+price_min:200000"]
Defaults
If no Search Filter is applied, the List Display widget will display your listings (based on your MLS Agent ID).
See How to Use Search Filters.
Limitations
Multiple versions of this widget (with different Search Filter etc) can be placed on any page.
The widget can be used on multiple pages.