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

If I do not want to utilize the IDX links provided by BAREIS MLS, am I required to use a specific vendor for developing and maintaining an IDX search for my website?

BAREIS MLS® does not require you work with specific vendors to develop or maintain an IDX feed; however, any party with access to BAREIS MLS® data must be approved and licensed by BAREIS to use BAREIS MLS® data. The list of currently approved vendors with BAREIS MLS® can be found here. If your preferred website developer is not already approved and licensed by BAREIS MLS®, direct them to bareis.com for instructions on becoming an approved vendor. 

  • 112
  • 31-May-2022
  • 783 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; }); });