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.
Widget Type | Shortcode |
---|---|
Show Search Form | [mbb_widget id="MBBv3_SearchForm"] |
Show Results | [mbb_widget id="MBBv3_ListingResults"] |
Show Property Details | [mbb_widget id="MBBv3_SearchDetails"] |
Show List of Properties | [mbb_widget id="MBBv3_FeaturedList"] |
Show Gallery Display | [mbb_widget id="MBBv3_FeaturedGallery"] |
Show Interactive Map | [mbb_widget id="MBBv3_InteractiveMap"] |
Show Quick Search | [mbb_widget id="MBBv3_QuickSearch"] |
Show Login Panel | [mbb_widget id="MBBv3_LoginPanel"] |
Show Lead Capture Form | [mbb_widget id="MBBv3_LcForm"] |
Show Market Stats | [mbb_widget id="MBBv3_MarketStats"] |
Show Agent / Roster | [mbb_widget id="MBBv3_Brokers"] |
Show Agent / Roster | [mbb_widget id="MBBv3_OfficeRoster"] (creates permalinks) |
Disclaimer Widget | [mbb_widget id="MBBv3_Disclaimer"] |
Calculator Widget | [mbb_widget id="MBBv3_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 | <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