You can copy-paste the HTML for your form here.
Quick search integration documentation
Download this as a zip file.
Parameters
Property - Lan Rung Phuoc Hai Resort & Spa
Your connect name: ASIAVNHTLLangRungPhu
Your cluster name: ASIAVNHTLLangRungPhu
Instructions
-
Include the following javascript files before the end of the <body>
tag of your document every webpage needing the form. Keep this order:
fbparam.js
fblib.js
<script src="PATH_TO_YOUR_JS_DIR/fbparam.js"></script>
<script src="PATH_TO_YOUR_JS_DIR/fblib.js"></script>
- Include the form's html. You can copy-paste it from this documentation and
modify it based on your needs, keeping identifiers and names unchanged.
-
Make sure that the start(); function is executed when document
is ready. For example:
<body onload="start();">
If you are using jQuery you can add the following piece of code to your main javascript file.
$(document).ready(function() {
if (typeof start !== 'undefined') {
start();
}
});
Parameters reference
Base url: https://redirect.fastbooking.com/DIRECTORY/dispoprice.phtml
Direct link to your booking engine: →
https://redirect.fastbooking.com/DIRECTORY/dispoprice.phtml?showPromotions=1&Hotelnames=ASIAVNHTLLangRungPhu&Clusternames=ASIAVNHTLLangRungPhu
The following parameters can be passed in the query string (GET parameters):
-
showPromotions
- internal parameter, always pass 1 as value
-
Clusternames
- identifies the hotel's "Cluster", value is specified above
-
Hotelnames
- identifies the hotel's "Connectname", value(s) are specified above. In order to display the
list of properties in the group, pass the value "All"
-
fromday
- day of the month for check-in date.
-
frommonth
- number of month for check-in date.
-
fromyear
- year for check-in date.
-
nbdays
- number of nights. As an alternative, today, tomonth, toyear
parameters can be used:
-
today
- day of the month for check-out date.
-
tomonth
- month for check-out date.
-
toyear
- year for check-out date.
-
adulteresa
- number of adults
-
enfantresa
- number of children
-
childrenAges1
- ages of children. This parameter supports a comma-separated value, specifying the age of
each children. For example: &childrenAges1=2,7 means 2 children with ages of 2
and 7 years respectively.
-
AccessCode
- Promo / IATA code. If you are grouping your offers by "Treatment", this parameter needs to be
passed anyways.
-
advance
- Forces the checkin date on the booking engine to today plus the value of the parameters in days.
For example: advance=7-days will force today + 7 days. Ideal to build "Book now" links without
selection of the checkin date.
-
locale
- ATTRACTION language. Allows to force the booking engine to load in a specific language.
If not passed or passed empty, the user's browser language will be detected.
List of supported language codes:
- ar_SA Arabic
- bg_BG Bulgarian
- ca_ES Catalan
- cs_CZ Czech
- da_DK Danish
- de_DE German
- el_GR Greek
- en_GB English
- es_ES Spanish
- fa_IR Farsi
- fi_FI Finnish
- fr_FR French
- he_IL Hebrew
- hr_HR Croatian
- hu_HU Hungarian
- id_ID Indonesian
- is_IS Icelandic
- it_ID Italian
- ja_JP Japanese
- ko_KR Korean
- nl_NL Dutch
- nn_NO Norwegian (Nykorsk)
- pl_PL Polish
- pt_PT Portuguese
- ro_RO Romanian
- ru_RU Russian
- sk_SK Slovak
- sl_SI Slovenian
- sr_RS Serbian
- sv_SE Swedish
- th_TH Thai
- tr_TR Turkish
- vi_VN Vietnamese
- zh_Hans_CN Chinese (simplified)
- zh_Hant_HK Chinese (traditional)