Skip to main content
How to Embed Our Booking Platform into Your WordPress Site Embedding our widget into your WordPress site is straightforward. Follow these simple steps to get started.

Step 1: Copy the Iframe code

First, you need to obtain the iframe code that will allow you to embed the booking platform. This code should look something like this, You can get this snippet pre filled via the Dashboard.
iframe
<iframe 
    src="https://getbacch.com/booking/my-restaurant-slug" 
    width="100%" 
    height="500px" 
    frameborder="0"
/>