Bezurk Logo
About Us
Team
Contact Us
Feedback
Press
Affiliates
Privacy
Terms of Service

Adding a Bezurk Search Box to your Site

You can integrate Bezurk Travel Search into your site with any of these search boxes:

Right now, only the XHTML source for Hotel Search is available online. For more information on our affiliate program or assistance on integrating Bezurk Flight Search into your site, please send us a quick message.

There are 2 ways you can integrate our search boxes into web pages on your site:

  1. As inline HTML in your existing web pages, or
  2. Loaded in an <iframe> in your existing web pages.

To embed our search boxes into your web pages, grab the appropriate files (listed as 'Files required' in every search box version) and upload them to your webserver. Grab the HTML source code from the given HTML file and embed them into your existing web pages.

To load our search boxes in an <iframe>, you can either host them on your webserver or host them with us. Contact us should you require us to host the search boxes. To host on your own webserver, upload all the files and include them into your webpage with an <iframe> with HTML similar to this:

<iframe src="http://www.example.com/path/to/iframe.html" width="150" height="133" marginwidth="0"
  marginheight="0" hspace="0" vspace="0" allowtransparency="true" frameborder="0" scrolling="no"></iframe>
  

You'll probably want to change the <iframe>'s width and height to suit the size of your search box.

Hotel Search Box - 460 pixel width version

Remember to change the 'affiliateId' parameter in the search form to your unique affiliate ID (contact us to get one). Look for this line:

<input id="affiliateId" name="affiliateId"
  value="REPLACE_THIS_WITH_YOUR_UNIQUE_AFFILIATE_ID" type="hidden" />

Embed HTML source code from: hotels-autocomplete-calendars.html

Files required: hotels-460.zip (unzip this to your server)

Take note that hotels-autocomplete-calendars.html includes references to CSS and JS at http://media.bezurk.net/ - you need to include these in the <head> of your webpage as well.

Hotel Search Box - 300 pixel width version

Remember to change the 'affiliateId' parameter in the search form to your unique affiliate ID (contact us to get one). Look for this line:

<input id="affiliateId" name="affiliateId"
  value="REPLACE_THIS_WITH_YOUR_UNIQUE_AFFILIATE_ID" type="hidden" />

Embed HTML source code from: hotels-autocomplete-calendars-300.html

Files required: hotels-300.zip (unzip this to your server)

Take note that hotels-autocomplete-calendars-300.html includes references to CSS and JS at http://media.bezurk.net/ - you need to include these in the <head> of your webpage as well.

Hotel Search Box - 120 pixel width version

You can preview a sample of a 120 pixel Hotel Search box. The height of the search box sample is 132 pixels.

Embed HTML source code from: hotels-w120.html

Remember to change the 'hotel_search_request[affiliate_id]' parameter in the search form to your unique affiliate ID (contact us to get one). Look for this line:

<input id="hotel_search_request_affiliate_id" name="hotel_search_request[affiliate_id]"
  value="REPLACE_THIS_WITH_YOUR_UNIQUE_AFFILIATE_ID" type="hidden" />

Files required: hotels-120.zip (unzip this to your server)

Hotel Search Box - 150 pixel width version

You can preview a sample of a 150 pixel Hotel Search box. The height of the search box sample is 133 pixels.

Embed HTML source code from: hotels-w150.html

Remember to change the 'hotel_search_request[affiliate_id]' parameter in the search form to your unique affiliate ID (contact us to get one). Look for this line:

<input id="hotel_search_request_affiliate_id" name="hotel_search_request[affiliate_id]"
  value="REPLACE_THIS_WITH_YOUR_UNIQUE_AFFILIATE_ID" type="hidden" />

Files required: hotels-150.zip (unzip this to your server)