Integrations
Embed booking widget
One-line script that renders a Book-now button on any third-party site.
Drop a single <script> tag into any external site (Wordpress, Shopify, Webflow). It renders a Book-now button that opens the offering's booking flow in an iframe modal. The customer never leaves the host site; payment + confirmation all happen inside the modal.
<script
src="https://orkestr.in/embed.js"
data-tenant="acme"
data-offering-slug="airport-transfer"
async
></script>CORS is open on the API for embed origins. The widget uses postMessage to coordinate iframe → host on confirmation events.