Embed Hotel Booking

raccoon2

New Member
Hi all,

I'm building a new site for a Hotel, they are using a site called thebookingbutton.com.au to do all there bookings.
At the moment the old site has a check availability button which links to thebookingbutton.com.au.
They have requested with the new site that instead of clicking on the button and opening a new window to book a room, they would like thebookingbutton.com.au embed into their site.
Does anyone know what would be the best way to go about doing this?
It is only the table with the rooms available they want embedded into the site, not the whole page.
Link to the bookingbutton.com.au https://www.thebookingbutton.com.au/public/reservation/PropertyOverview.do?channelCode=BBDEMO
 

sysgenmedia

New Member
If they wanted the entire TBB page embedded within the page, you could probably get creative using an IFrame to load the TBB page. However, there may be security issues here since it seems that TBB will be doing transactions.

As for just embedding the table from their pages, I don't think this will be possible unless TBB has written some sort of API that you could connect to in order to get their listings.

Best of luck!

~Nathan
 

raccoon2

New Member
Thanks sysgenmedia,

I tried using an iFrame, but I think there is security, I might ask if they have some sort of API to work with.
 
Top