An iframe is used to embed one webpage into another. For example, if you want to embed the booking engine page into your website. This is a perfect solution for those, who want to use my bookings as their main booking engine but do not want to redirect their guests to external websites.
This article will show how to embed HotelSync bookings page into your website as an iframe.
How does it look?
How to embed OTA Sync iFrame into your website?
Go to Settings > Booking Engine > Right click on “Engine Preview” and click on Copy Link Address
In the bellow code in src=”” area copy URL you copied inside ""
<iframe src="https://app.hotelsync.com/engine/en/?engine_code=123456789abcdefgh" width="100%" height="100%" frameborder="0"></iframe>
3. Copy the whole iframe code and paste it into your website in desired place
For how to change the languages or add more language to iframe please read this article: http://intercom.help/otasync/en/articles/6092207-how-to-add-new-languages-to-the-booking-engine

