719-547-7969

Setup Your Mobile IDX Search

Here is the code that is needed to get your mobile idx property search going.

In the head section of your website this piece of code will detect if a visitor to your website is using an iphone or android smartphone and redirect it to your mobile optimized search on our idxvow.com server. We suggest you place this code in the head section of every page on your website.

<script type="text/javascript">
if(screen.width <600) {
window.location = "place the url that was given to you here";
}
</script>

If it’s not possible to get to your webmaster to place the code inside the head of your website then you can always use one of these graphics and link to the url we have given to you.