The Boseat Booking plugin allows you to easily embed the Boseat reservation widget into your WordPress site.
You can display it as a modal, inline element, floating button, or direct iframe.
Key Features:
[boseat] shortcodemodal, inline, float, directBasic shortcode:
[boseat]
With custom parameters:
[boseat tenant="boseat" workspace="test" seat="test" button_text="Book now" display="modal"]
Direct iframe mode (bypasses JS widget, avoids cookie/redirect issues):
[boseat display="direct" width="100%" height="600px"]
tenant – Tenant identifierworkspace – Workspace identifierseat – Seat identifierbutton_text – Button label (localized default if omitted)display – Display mode: modal, inline, float or direct (default: modal)width – Widget width in inline or direct mode (default: 100%)height – Widget height in inline or direct mode (default: 500px)mode – Execution mode: live or test (default: live)use_direct_iframe – Force direct iframe mode: "true"/"1" (default: false)