To answer your question faster, you can search our knowledgebase articles before submitting a ticket.
Knowledgebase
Realtyna’s MLS/ IDX Widgets Manual
Posted by on 27 March 2024 07:26 AM

Realtyna’s widgets are designed to provide a platform that allows designers to easily add IDX (MLS Property Search) to any website using Javascript widgets that they can customize the settings for, copy the code and embed into their site. We include the following widgets:


  • Listings ( Map )
  • Featured Listings 
  • Saved Listings ( Favorites )
  • Property Details ( Part of Listings Widget )
  • Compare

These widgets are based on MLS Router™ API powered by RealtyFeed®. 

Getting Started

Follow these steps to set up the widgets on your site.

Installation


Copy the code provided in RF Dashboard, place the code in the custom code section of your site. See here for specifics on how to do this in ….

Please note that you need to whitelist your website address in the API key settings on the dashboard


Code example: 

<script src="<main-script-url>/index.js"></script>
    <script>
      window.rfWidgets = window.rfWidgets || {}
      rfWidgets.config = {
        apiKey: '******************************',
        clientID: '********************************',
        walkScoreKey: '********************************',
        locationType: 1,
        locationKey: '********************************',
        mapKey: '********************************',
        mapType: 1
      }
    </script>


Usage


Create individual pages for each URL slug provided and insert the corresponding code into the body of each respective page inside a text element.




Listings: /listings

rfWidgets.render("ListingsWidget")


Listing details: /listing

rfWidgets.render("PropertyDetailsWidget")


Featured Listings: /<any name>

rfWidgets.render("FeaturedListingsWidget")


Compare Listings: /compare

rfWidgets.render("CompareWidget")


Favorites: /<any name>

rfWidgets.render("SavedListingsWidget")



Different Platforms

Learn more about how to add the widgets to specific CMSs and platforms below:

Wix

Hubspot

SquareSpace

Webflow

GoHighLevel


Support and Contact

You can always contact Realtyna support team if you have any questions or need help setting up the widget. 



Open a ticket here: https://support.realtyna.com/

Email: info@realtyna.com

Learn more about the widgets: https://realtyna.com/widget-pack/


Comments (0)