Sign Up!

Features
MLS Coverage
Pricing
FAQ
News
Signup

Search the Knowledgebase

Loading
Getting Started Guide
Email Support
Page Links
Article Details

Last Updated
27th of January, 2012

User Opinions (12 votes)
91% thumbs up 8% thumbs down

How would you rate this answer?
Helpful
Not helpful
 The Page Links Tab, under Account Management > Page Links, displays many of the page URLs that you will need to get started with IDX Broker. You may choose to add Widgets and Custom Links later, after you are more familiar with how IDX Broker works.

To add an IDX Page to your website, simply insert the link into your Navigation or Page.

For example, if you want to add the Basic Search link to your website, take the URL provided to you on the Page Links page (e.g., http://www.mywebsite.idxco.com/idx/[unique client id]/basicSearch.php), and plug it into the HTML script below. This script will create an "href" or link to your new IDX search page:

<a href="PASTE URL HERE">Basic MLS Search</a>

Example: <a href="http://demo.idxco.com/idx/1/basicSearch.php">Basic MLS Search</a>

Note that the beginning of the example is where the link is located. The "a href" tag tells the browser to create a hyperlink to the URL in quotes. The "Basic MLS 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 or custom links to your navigation, sidebar, or footer. One exception is if you are hosting your site using WordPress. In that case, we recommend that you simply download our free WordPress plugin to add links and Widgets to your website.  

If you are iframing your tools in, your iframe code would look something like this:

<iframe src="PASTE URL HERE" width="600" height="600"></iframe>

Example: <iframe src="http://demo.idxco.com/idx/1/basicSearch.php" width="600" height="600"></iframe>
 
For additional help with this, including example code snippets, download our Getting Started guide. To view online tutorials, please visit our Tutorials Page

See the video demonstration below for more information:

IDX Tutorial | Page Links 

Related Articles
No related articles were found.
Attachments
No attachments were found.

Continue