The current Published Widgets are shown below for WordPress and HTML.
Important: Shortcodes have changed.
The updated method uses: data-type="xxx" and data-filter="xxx".
Original syntax (id="MBBv3_xxx" and filter="xxx") will continue to be supported.
WordPress Short Codes
Important!: Short codes must be used if you have a WordPress site using the Buying Buddy WordPress plugin.
| Widget Type | Shortcode |
|---|---|
| Show Search Form | [mbb_widget data-type="SearchForm"] |
| Show Results | [mbb_widget data-type="ListingResults"] |
| Show Property Details | [mbb_widget data-type="SearchDetails"] |
| Show List of Properties | [mbb_widget data-type="FeaturedList"] |
| Show Gallery Display | [mbb_widget data-type="FeaturedGallery"] |
| Show Interactive Map | [mbb_widget data-type="InteractiveMap"] |
| Communities Widget | [mbb_widget data-type="Communities"] |
| Show Quick Search | [mbb_widget data-type="QuickSearch"] |
| Show Login Panel | [mbb_widget data-type="LoginPanel"] |
| Show Lead Capture Form | [mbb_widget data-type="LcForm"] |
| Show Market Stats | [mbb_widget data-type="MarketStats"] |
| Show Agent / Roster | [mbb_widget data-type="Brokers"] |
| Show Agent / Roster | [mbb_widget data-type="OfficeRoster"](creates permalinks) |
| Disclaimer Widget | [mbb_widget data-type="Disclaimer"] |
| Calculator Widget | [mbb_widget data-type="Calculator"] |
Also see Register Login Widget, Widget Functions, Custom Forms, Global Variables
HTML Short Codes
Important!: Do not use these if you have a WordPress site using the Buying Buddy WordPress plugin.
| Widget Type | HTML Element |
|---|---|
| Show Search Form | <bb-widget data-type="SearchForm"></bb-widget> |
| Show Results | <bb-widget data-type="ListingResults"></bb-widget> |
| Show Property Details | <bb-widget data-type="SearchDetails"></bb-widget> |
| Show List of Properties | <bb-widget data-type="FeaturedList"></bb-widget> |
| Show Gallery Display | <bb-widget data-type="FeaturedGallery"></bb-widget> |
| Show Interactive Map | <bb-widget data-type="InteractiveMap"></bb-widget> |
| Show Interactive Map | <bb-widget data-type="InteractiveMap"></bb-widget> |
| Communities | <bb-widget data-type="Communities"></bb-widget> |
| Show Quick Search | <bb-widget data-type="QuickSearch"></bb-widget> |
| Show Login Panel | <bb-widget data-type="LoginPanel"></bb-widget> |
| Show Lead Capture Form | <bb-widget data-type="LcForm"></bb-widget> |
| Show Market Stats | <bb-widget data-type="MarketStats"></bb-widget> |
| Show Agent / Roster | <bb-widget data-type="Brokers"></bb-widget> |
| Show Agent / Roster | <bb-widget data-type="OfficeRoster"></bb-widget>(creates permalinks - requires htaccess edits) |
| Disclaimer Widget | <bb-widget data-type="Disclaimer"></bb-widget> |
| Calculator Widget | <bb-widget id="MBBv3_Calculator"></bb-widget> |
Also see Register Login Widget, Widget Functions, Custom Forms, Global Variables
React Components
Important!: If your site is built with React, Next.js, or an AI website builder such as HighLevel AI Studio, do not use the shortcodes above. Use the <BuyingBuddyWidget> component from the @buyingbuddy/react package instead. See the full list of widget types in their React form in Install Buying Buddy in React Applications.