Feb 17, 2009

Cottage Finder Widget

Our Google Search based Cottage Finder (exactly as the one located on every page of Rent Cottage Canada's site) can now be integrated with any web page, blog etc.

Only a few lines of JavaScript will add the Cottage Search field and the Button to your page.
The Search button position, the Title and the Widget background color are adjustable and can be customized to your site's layout.

Here is an example of the
Cottage Finder Widget:



Here is the Cottage Finder Widget JavaScript code example:

<script language="JavaScript" src="http://www.rent-cottage-canada.com/js/show_cottage_search.js"></script>
<script language="JavaScript">
var new_bgcolor = "FFFFFF";
var new_initvalue="waterfront cottages";
var title="Canada Cottages for Rent:";
var btn_position = "right"; // right or bottom
showCottageSearch_v1();
</script>


Where:
new_blogcolor - widget background color
title - widget title (can be blank)
btn_position - Search button position, can be "bottom" or "right"
new_initvalue - Search field initial value

Simply add this JavaScript code to your web page, adjust parameters, if required, and enjoy our Free Canada's Rental Cottage Finder widget anywhere on your site!

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.