|
Step 1 Copy this script files
fblib.js, fbparam.js , fbfulltrack.js at the root of your Web site.
Step 2 Include the fblib.js, fbparam.js
script file in the header section of your web page.
<head><title>..</title><script
language='javascript' type='text/javascript'
src='fbparam.js'></script><script language='javascript'
type='text/javascript' src='fblib.js'>...</head>.
Step 3 Call the start(); function on the 'onload' event of the body tag: <body onLoad='start();'>
Step 4 Include the 'fbfulltrack.js' before the </body> tag of your web page: .... <script LANGUAGE='javascript' type='text/javascript' src='fbfulltrack.js'></script> </body> This will identify your client web origin (Web site).
Step 5 Use styles to personalize the style form: <style type="text/css">
input,textarea,select,button {color: #312E64; ... } ... </style>.
Step 6 By default the reservation
form will use clients browser language. For the English version of the
website, we do suggest not to force the language, using the following
code : <input type="hidden" name="langue" value="">.
For other language versions, use the following codes for the "langue" hidden field:
|