Real Estate Forums
| MLS listings and IDX Solutions Discuss implementation of MLS / IDX solutions, MLS providers and how to improve conversion using the multiple listings service available in your area. |
![]() |
|
|
Thread Tools | Display Modes |
|
|||
|
One of my clients utilizes Searchpoint IDX. This IDX solution is pretty good and fairly customizable however there is a key feature missing that she really needs and I wanted to find out if anyone had a suggestion on how best to make this new feature happen through either custom programming, a 3rd party application or ?
Specifically, she wants to be able to easily manage 'featured' listings. Is there an admin tool which would allow her to easily manage "featured proprties" listings on her own and not through her existing IDX solution? Last edited by bvadel : 01-16-2006 at 03:51 PM. |
|
|||
|
Quote:
Quote:
Last edited by frobn : 01-08-2006 at 06:50 AM. |
|
|||
|
I will look into the raw data feed option. If we go down that path, can anyone recommend a programmer that could quickly develop this type of application which would make it easier for the Realtor to admin featured listings? Keep in mind that we don't intend to replace the framed IDX solution already on the site since it works pretty well..we are simply looking to add basic functionality that we can't get through the Realigent SearchPoint IDX solution.
Also you mention the possibility of adding this "featured listing" admin function through a listing management application such as Open-Realty. Is there any value or advantage to using a 3rd party application like this vs. Macromedia Contribute? Keep in mind that the Realtor only wants to be able to: - add 1 photo for each featured listing (no more than 5 featured listings at one time on her homepage) - add a very brief (3-6 word) description of each featured listing - embed a hyperlink within each feature listing which would take the visitor directly to the property/property details within her framed IDX solution if someone wanted more information on a featured property. |
|
|||
|
Quote:
|
|
|||
|
Yes. The idea would be that if the user saw a featured property on the homepage that they liked, they could simply click on it and it would either:
- open up a new window and present the details of the property (using the framed property profile provided by her existing IDX Solution) - open up the "Featured Properties" section of the website with the particular listing that this user clicked on at the top of the pile. |
|
|||
|
Quote:
|
|
|||
|
Frobn:
Here is a URL to a single listing: http://www.searchpoint.net/detail.as...ffice_id=ALASS Please also check your PM since I sent you a private e-mail re: this project. |
|
|||
|
Here is a quick way to get the featured listings on your web site. You can use it vertically or horizontally by adjusting the main div width and the line breaks. I set the image width at 100px you can adjust that, you don't need to put a height in. The listing will open in a new window.
Code:
<script language="javascript">
<!--
function openWindow(url)
{
var w = window.open (url, "win", "height=600,width=625,location,menubar,resizable,scrollbars,status,toolbar");
}
-->
</script>
<style type="text/css">
<!--
img {width: 100px;}
-->
</style>
<div style="padding: 5px 0pt; background-color: rgb(187, 201, 211); margin: 10px; width:125px;text-align:center;">
<h4>Featured Listings</h4>
<div style=""><span style="">Original 2 Story Eichlers</span><br /><img src="http://www.homeseekers.com/bareis/addl_picts/20539315-1.jpg" border="1">
<br />
<input type="button" value="View Listing" onclick="openWindow('http://www.searchpoint.net/detail.asp?_account=idd&_em=1&_org_id=bareis&mls_property_id=20539315&_sponsor_org_id=bareis&_agent_public_id=D328062&_sponsor_office_id=ALASS');">
</div>
<div style=""><span style="">Relocate</span><br /><img src="http://www.homeseekers.com/bareis/addl_picts/20539251-1.jpg" border="1">
<br />
<input type="button" value="View Listing" onclick="openWindow('http://www.searchpoint.net/detail.asp?_account=idd&_em=1&_org_id=bareis&mls_property_id=20539251&_sponsor_org_id=bareis&_agent_public_id=D328062&_sponsor_office_id=ALASS');">
</div>
<div style=""><span style="">Luxury Living<br /></span><img src="http://www.homeseekers.com/bareis/addl_picts/20600495-1.jpg" border="1">
<br />
<input type="button" value="View Listing" onclick="openWindow('http://www.searchpoint.net/detail.asp?_account=idd&_em=1&_org_id=bareis&mls_property_id=20600495&_sponsor_org_id=bareis&_agent_public_id=D328062&_sponsor_office_id=ALASS');">
</div>
Code:
<?php
include ("features.php")
?>
|
|
|||
|
You might want to switch IDX carriers Home Cards has a customization feature that would help solve your problem. Here is a link to mine.
You want the card version it intergrates with your wesite seemlessly. Lower right of my card has a trial signup tab. Please give my name as referral especially if you decide to purchase, I will get a free month. Below is link to my home card. Hope this helps! http://themortgagemechanic.myhomecar.../HCLogin.aspx? Great Luck! Michael |
|
|||
|
Switching IDX providers doesn't make sense at this point since our current IDX vendor meets 95% of our needs and most importantly comes free of charge with the local MLS subscription.
We did find a reasonable and very easy to implement workaround by simply providing the agent with Macromedia software which allows her to easily manage the featured listings & URL handoffs via a WYSIWYG application. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|