Links to your IDX pages are found in your IDX control panel under Design -> Website -> Page Templates. Here, you will find a list of all of the IDX pages available for you to add to your website. These pages include Search Pages, Listing Pages, Contact Pages, and Lead Signup and Login pages.
To add a page to your website, the best method is to simply copy the URL for the page you would like to add from the Control Panel, and paste it into your website navigation as a link. You can easily get the URL for any of your IDX pages by clicking on Link under the Link column.
If you want to add a link to your IDX Search page with HTML, take the URL provided in the Page Templates section (e.g., http://www.yourwebsite.idxbroker.com/idx/search/homes), and plug it into the HTML script below. This script will create an "href" or 'link' to your IDX search page:
<a href="PASTE URL HERE">Property Search</a>
Example: <a href=" http://support.greatpropertyforsale.com/idx/search/homes ">Property Search Search</a>
Note: The beginning of the example is where the link is located. The "a href" tag tells the web browser to create a hyperlink to the URL in quotes. The "Property Search" text is the anchor, or text for the link. The </a> tag tells the browser to end the link there.
Use this method to add standard IDX Page links or Saved links to your navigation, sidebar, or footer.
If you are framing your IDX tools into your site, your iframe code would look something like this:
<iframe src="PASTE URL HERE" width="600" height="800"></iframe>
Example: <iframe src="http://support.greatpropertyforsale.com/idx/search/homes" width="600" height="600"></iframe>
The Page Templates section of your IDX Control Panel provides many additional customization options for your IDX pages. To learn more about the customization options available, please take a look at our additional Knowledgebase articles on the following topics:
- Custom or Additional Search Pages
- Request and/or Force Registration on IDX Pages
- SEO Settings For Details Pages
- SEO Settings For Search and Results Pages
- Page Layouts
- Customize Basic Search Fields
- Advanced Search Fields & Layout
- Customize Property Details Page