If you want to showcase a specific room type on your website, you can embed a booking screen showing only that room on it's own page:
To do this, first of all go to Inventory / Room Types.
From there, in the ID column, make a note of the Room ID. In our example for the Twin Room this is 15.
Next, we go to Settings / Property / Booking template.
From here, copy your Booking page code, and paste this into your website's "Twin Room" page.
We now need to edit this code by inserting room-id="15" (starting with a space), after the long token value and before the > character.
Sample code for our test property:
<script type="text/javascript" src="https://book.caterbook.net/js/main.min.js"></script><div id="bookingWidget" data-embed="MQ==" data-token="eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJQcm9wZXJ0eUlkIjo0fQ.krumAMNlHTCdzo4JpOKRO-8p0wQ5uwmgOd90fD7w-WA" room-id="15"></div>
If you save your page, the Twin Room will then be the only room able to be booked on the Twin Room page.
Please note, this feature is not currently available in the pop up version of the booking screens.