You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close

Am I able to display the listings of other brokers on my website without opting-in to the IDX program?

No. Brokers that have not opted-in to the IDX program may not display BAREIS MLS® listing data (other than their own listings, of course). Brokers are prohibited from advertising the listings of another broker without their written permission. The MLS is a vehicle to grant permission from one broker to another.

  • 107
  • 05-Oct-2017
  • 1064 Views
$(function () { $('.SendEmail').click(function (event) { var email = '[email protected]'; var subject = 'Test'; var emailBody = 'Hi Sample,'; var attach = 'path'; document.location = "mailto:"+email+"?subject="+subject+"&body="+emailBody+ "?attach="+attach; }); });