>
Add property listings to your website
What is a Nestoria property list?
Nestoria property lists are automatically updating lists of property that
you can configure and embed in your website.
Here's an example:
How do I get started?
It's easy (we promise).
Do a search on Nestoria and find the
exact listings you want to show on your website (limit your search by type
or property and/or maximum price and/or minimum number of bedrooms).
Copy any Nestoria results page URL - for example
www.nestoria.co.uk/soho/property/buy - and replace the "www" with
"share". You can then place that into the src attribute of a script
tag like so:
<script type="text/javascript"
src="http://share.nestoria.co.uk/soho/property/buy"></script>"
And a widget will be displayed wherever you put that script tag in your HTML.
Why should I put this on my website?
The main reason is that it is interesting content that provides
a benefit to your users. For example if your website is about a certain
area, it might be interesting for your users to see nearby properties.
Of course you might also do it because you're a hard core Nestoria fan.
If that's the case, thanks, and we love you too.
Can I customise it?
Yes, you can turn the images on or off, or change the font, font size,
border colours, the background colour, and the width. Just link on
Nestoria's search, you can choose the area, the types of properties
(all, only houses, or only flats), the maximum price, or the minimum number
of bedrooms.
Do whatever works for your website.
How can I customise the callback name?
By specifying the "callback" parameter in your request you can have the generated HTML passed to your own JavaScript function. By default the HTML is passed to document.write, which means if you don't know what this is you can safely ignore it and the output HTML will be written to wherever you add our code in your page.
Can I have more than 5 results?
Yes, you can display up to 10 results. By default the property list will
display 5 results (assuming of course we have 5 results for your search
criteria). To change the number of results displayed add the paramter
?num_results=10
to end of the
src="" line in the javascript you embed in your site.
For example: if you were requesting 10 homes to buy in Agra, Uttar Pradesh
you would use
src="http://share.nestoria.in/agra/property/sale?num_results=10"
rather than the default
src="http://share.nestoria.in/agra/property/sale
Can I have bigger images?
Your wish is our command. Just set the javascript variable
nest_image_size = 'big';, and rather than the normal 60 x 60 images, you'll be living the high life at 160x120.
Do whatever works for your website.
Can I see an example?
How does it work?
You insert a little snippet of javascript code into your html. It
takes about 20 seconds.
The results your users see are the same ones that appear on our
site. The results update automatically.
How much does it cost?
Nothing. Nestoria property lists are free.
Does Nestoria offer any other tools for webmasters?
I have some more questions.
That's nice, but I want more. Is there a way for me to access the Nestoria database directly?