
內容簡介
Boseat Booking 外掛讓您輕鬆將 Boseat 預約小工具嵌入到 WordPress 網站中,支援多種顯示模式,幫助用戶快速預訂座位。
【主要功能】
• 支援 [boseat] 短碼輕鬆整合
• 四種顯示模式:模態、內嵌、浮動、直接
• 可自訂參數:租戶、工作區、座位等
• 開發者支援 JavaScript 事件
• 直接 iframe 模式避免 cookie 相關問題
• 測試模式支援開發環境
外掛標籤
開發者團隊
原文外掛簡介
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:
Easy integration with the [boseat] shortcode
4 display modes: modal, inline, float, direct
Customizable parameters (tenant, workspace, seat, etc.)
JavaScript event support for developers
Avoid cookie-related redirect issues with direct iframe mode
Test mode support for development environments
Basic 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"]
Shortcode Parameters
tenant – Tenant identifier
workspace – Workspace identifier
seat – Seat identifier
button_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)
