Connecting to the booking engine via an iframe

To access the booking engine via an iframe, follow the below.

Iframe markup
< iframe src="https://booking.welcome-anywhere.net/connect/7696?iframe=true" id="iframe_welcomeAnywhereBookingEngine" allowfullscreen title="Make a booking"> < /iframe>
Styling
#iframe_welcomeAnywhereBookingEngine{ width: 100%; height: 100vh; border: none; }
Example iframe

Back