Disclaimer Widget

Overview

The Disclaimer widget displays the appropriate set of IDX disclaimers required for your MLS on a page and when used will suppress the disclaimers from showing up on other widgets on that page. This allows you to make design choices about where to display IDX disclaimers while maintaining MLS compliance.

Widget Type: data-type="Disclaimer"

Key Features

  • Displays MLS/IDX disclaimers for all MLS services set up for your account
  • Suppresses individual disclaimers on other widgets when present on the page
  • Container-responsive design optimized for all screen sizes
  • Customizable colors and background to match your website design
  • Ideal for footer placement to keep disclaimers out of main content

NOTE: This widget is not currently operational on Wix.

Layout and Responsive Design

Container Responsive Design:

  • Uses container queries for dynamic adaptation to any placement context
  • Optimized for mobile display with support for containers as narrow as 280px
  • Typical layout breakpoint occurs at 768px
  • Ensures consistent user experience across all digital environments

Size Specifications:

  • Minimum width: Designed for mobile
  • Maximum width: Unlimited

Colors and Theming

  • Default: Dark gray text on a white background panel
  • Customizable colors using CSS variables for text and background
  • Can be styled with transparent background and custom text color for footer integration
  • Use the Widget Wizard to create customized versions

Basic Implementation

<bb-widget data-type="Disclaimer"></bb-widget>
[mbb_widget data-type="Disclaimer"]
<BuyingBuddyWidget type="Disclaimer" />

Parameters and Filters

Required Parameters

data-type="Disclaimer"
This defines the widget to be a Disclaimer Widget

Style Customization

The style parameter adds inline CSS that can modify the following CSS variables:

  • --bbw-body-text-color:{HEX-VALUE} - Controls text color
  • --bbw-disclaimer-bg-color-rgba:{RGBA-VALUE} - Controls background color
  • --bbw-disclaimer-bg-border-radius:{value} - Controls border radius

Implementation Examples

Code examples for common use cases

Grab and Go Widgets: For quick implementation, visit Widget > Grab-and-Go Widgets in your dashboard to find a large collection of ready-to-use widgets already configured for your account.

Basic Widget

<bb-widget data-type="Disclaimer"></bb-widget>
[mbb_widget data-type="Disclaimer"]
<BuyingBuddyWidget type="Disclaimer" />

Custom Styling for Footer Integration

White text on transparent background with rounded corners - ideal for dark footers:

<bb-widget data-type="Disclaimer" style="--bbw-body-text-color:#ffffff;--bbw-disclaimer-bg-color-rgba:255,255,255,0;--bbw-disclaimer-bg-border-radius:0.5rem"></bb-widget>
[mbb_widget data-type="Disclaimer" style="--bbw-body-text-color:#ffffff;--bbw-disclaimer-bg-color-rgba:255,255,255,0;--bbw-disclaimer-bg-border-radius:0.5rem"]
<BuyingBuddyWidget
    type="Disclaimer"
    style={{
        "--bbw-body-text-color": "#ffffff",
        "--bbw-disclaimer-bg-color-rgba": "255,255,255,0",
        "--bbw-disclaimer-bg-border-radius": "0.5rem",
    }}
/>

How It Works

MLS Rules Require the Display of IDX Disclaimers

MLS disclaimers will normally be shown underneath each and every widget that displays listings on a web page. This means if you have multiple Gallery display widgets on one page, each gallery will have MLS disclaimers showing under it, which can make page layouts look very busy.

The Disclaimer Widget - One Widget to Disclaim Them All!

When the Disclaimer widget is included on a page, the disclaimers associated with individual display widgets will not be shown. This approach keeps page layouts cleaner and simpler while maintaining MLS compliance.

For example, by including the Disclaimers Widget in the footer section of each page, you comply with IDX rules while keeping the disclaimers out of the main content on your pages.

The image below shows this effect. On the left, how MLS disclaimers will be shown underneath each widget. The image on the right demonstrates how the disclaimer widget added to the very bottom of the page has the effect of suppressing all other disclaimers on that page.

Default Behavior

  • Displays dark gray text on a white background panel
  • Shows disclaimers for all MLS IDX services configured for your account
  • Automatically suppresses disclaimers on other widgets when present on the page
  • Responsive design adapts to container width

Advanced Configuration

Best Practices

  • Place the Disclaimer widget in the footer of each page on your website
  • Use transparent background styling to blend with your footer design
  • Customize text color to match your website's color scheme

Integration Notes

  • When present on a page, this widget suppresses all individual widget disclaimers
  • Use the Widget Wizard to generate custom styled versions
  • Ideal for maintaining clean page layouts while ensuring MLS compliance

Limitations

  • Not currently operational on Wix websites
  • Must be present on each page where you want to suppress individual widget disclaimers
Updated on May 31, 2026
Was this article helpful?

Related Articles

Buying Buddy Support