home > support > solution library > booking engine > linking to the booking engine > iframe
The concept with the Iframe method is that you can place the first screen of the booking process directly on your own website. This provides you a much neater integration with your existing website than using a hardcoded link.
It also enables you to place an availability calendar onto your own website that is totally 100% live.
The first screen can contain:
<iframe src="{BookingLink}&if=1&ifwidth=700"
style="height:670px;width:720px;margin:0;border:0;">
Alternative text for browsers that do not understand IFrames.
</iframe>
If you are using our CMS templates you can use the following code:
<iframe src="<$TourCMStour output="t_book_url"$>&if=1&ifwidth=700"
style="height:670px;width:720px;margin:0;border:0;">
Alternative text for browsers that do not understand IFrames.
</iframe>
Normally the booking engine will break out of the Iframe after the first step. Some TourCMS users prefer to mask the TourCMS domain totally by keeping the booking engine inside an Iframe throughout the entire process.
To keep the entire booking engine inside an Iframe just head to Channel Manager > Design look & feel then towards the bottom of the page set IFRAME same window to "Same window - Stay in IFRAME all the way through booking process ".
The TourCMS booking engine is hosted on our secure servers and your customers session is encrypted using SSL. Your customer will see the padlock icon in their browser at all stages of the booking process and can feel safe in their purchases.
However, if you Iframe the entire booking process your customer will not see the padlock in their browser when they are entering their personal details and will not see that their session is encrypted - unless you have an SSL certificate installed on your website and ensure that your Iframe page is called via https.
You can install your own SSL certificate however you may find it easier to only Iframe the first step of the booking process.