<!-- Option 2: Allow a user to selected a shop -->
<!-- Paste this code just above </body> -->
<iframe class="dc-bookings" id="dc-bookings" src="https://bookings.d14e.io?domain=dev" data-overflow="" style="border: 0px; position: fixed; z-index: 2147483647; width: 100vw; height: 100%; inset: 0px; transition: opacity 0.38s ease 0s; opacity: 0; visibility: hidden;"></iframe>
<a href="#" onClick="DCBookings.show('12345')">Shop 1 with Id 12345</a>
<a href="#" onClick="DCBookings.show('67890')">Shop 2 with Id 67890</a>
<a href="#" onClick="DCBookings.show('46733')">Shop 3 with Id 46733</a>