Using an iFrame, it is easy to embed a booking engine into your website. Here are the simple steps to follow:
Change the src and height in the below code:
<iframe loading="lazy" id="sixstoragebooking" src="https://book.selfstoragebill.com/” style="width:100%; height:2800px;border:none;" ></iframe>
- src - Your booking website e.g., https://book.selfstoragebill.com
- Height - Preferred height of iframe you want to display in your page accordingly.
Now, copy and paste the iframe code in your rent or home page or where you want to display the booking portal.