The current Published Widgets are shown below for WordPress and HTML.
WordPress Short Codes
Important!: Short codes must be used if you have a WordPress site using the Buying Buddy WordPress plugin.
MAY 2025 - WordPress Shortcodes. We have started to change the syntax for WordPress shortcodes. Instead of: id="xxx" and filter="xxx", the updated method uses data-type="xxx" and data-filter="xxx".
Original syntax will continue to be supported.
Widget Type | Shortcode |
---|---|
Show Search Form | [mbb_widget data-type="MBBv3_SearchForm"] |
Show Results | [mbb_widget |
Show Property Details | [mbb_widget |
Show List of Properties | [mbb_widget |
Show Gallery Display | [mbb_widget |
Show Interactive Map | [mbb_widget |
Show Quick Search | [mbb_widget |
Show Login Panel | [mbb_widget |
Show Lead Capture Form | [mbb_widget |
Show Market Stats | [mbb_widget |
Show Agent / Roster | [mbb_widget |
Show Agent / Roster | [mbb_widget (creates permalinks) |
Disclaimer Widget | [mbb_widget |
Calculator Widget | [mbb_widget |
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 | <div id="MBBv3_SearchForm"></div> |
Show Results | <div id="MBBv3_ListingResults"></div> |
Show Property Details | <div id="MBBv3_SearchDetails"></div> |
Show List of Properties | <div id="MBBv3_FeaturedList"></div> |
Show Gallery Display | <div id="MBBv3_FeaturedGallery"></div> |
Show Interactive Map | <div id="MBBv3_InteractiveMap"></div> |
Show Quick Search | <div id="MBBv3_QuickSearch"></div> |
Show Login Panel | <div id="MBBv3_LoginPanel"></div> |
Show Lead Capture Form | <div id="MBBv3_LcForm"></div> |
Show Market Stats | <div id="MBBv3_MarketStats"></div> |
Show Agent / Roster | <div id="MBBv3_Brokers"></div> |
Show Agent / Roster | <div id="MBBv3_OfficeRoster"></div> (creates permalinks - requires htaccess edits) |
Disclaimer Widget | <div id="MBBv3_Disclaimer"></div> |
Calculator Widget | <div id="MBBv3_Calculator"></div> |
Also see Register Login Widget, Widget Functions, Custom Forms, Global Variables