Booking portal integration

The booking portal is a website that can be reached at https://PREFIX.easybook.cloud. As prefix it is possible to choose any text without spaces from the menu "Company | Preferences". The portal can also be accessed using your Company ID. To obtain this address, simply click on the "Booking Portal" button in your control panel and noting the url of the page that opens.

The portal address can be provided to customers, for example, by communicating it verbally or by inserting it in the text of the welcome email that is sent to the customer upon registration.

Integration within your site

If your company already has its own website, you can enter the booking portal directly within any page of the site.

To do this you will need to create a page with the following html code:

<html><head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
   body { margin: 0; overflow: auto; }
   #iframe1 { height:100%; left:0px; position:absolute; top:0px; width:100%; }
</style>
</head>
<body>
   <iframe id="iframe1" src="https://PREFIX.easybook.cloud" frameborder="0"></iframe>
</body></html>

For example, suppose that the address of the page thus created is http://www.yoursite.com/booking.htm. When the customer reaches this page, for example from a link on the home page of your site, he will view the booking portal as he would see it by directly opening the http://PREFIX.easybook.cloud page.

Following a similar procedure, it is possible to integrate the portal into sites created with Wordpress, Wix, Joomla !, Drupal and other CMS. The procedure will vary slightly depending on of the CMS used but in general it will always be necessary to insert an HTML TAG with the above code.


Integration within your Facebook page

The booking portal can be easily inserted into your Facebook page which includes a special button dedicated to requesting reservations. All you have to do is tell Facebook your portal address.

First open your Facebook page, on the right side click on the "..." menu and then on "Edit the call to action button". By clicking on this button you can indicate the type by selecting "Find out more". After clicking on the "Next" button, select "Link to the website", enter the url of your booking portal and click on finish. At this point, visitors to your Facebook page will be shown a "Find Out More" button which will direct you to your booking portal.