Title: Boseat Booking
Author: clementg
Published: <strong>12 فوریه 2026</strong>
Last modified: 10 مارس 2026

---

جستجوی افزونه‌ها

![](https://ps.w.org/boseat-booking/assets/banner-772x250.png?rev=3460290)

این افزونه **با ۳ نگارش عمدهٔ اخیر وردپرس آزمایش نشده است**. ممکن است دیگر نگهداری
یا پشتیبانی نشود و هنگام استفاده با نگارش‌های تازه‌تر وردپرس مشکل سازگاری داشته 
باشد.

![](https://ps.w.org/boseat-booking/assets/icon-256x256.png?rev=3460290)

# Boseat Booking

 توسط [clementg](https://profiles.wordpress.org/clementg/)

[دانلود](https://downloads.wordpress.org/plugin/boseat-booking.1.0.1.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/boseat-booking/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/boseat-booking/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/boseat-booking/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/boseat-booking/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/boseat-booking/)

## توضیحات

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`)

## نصب

 1. Upload the plugin files to `/wp-content/plugins/boseat-booking`, or install the
    plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the **Plugins** screen in WordPress.
 3. Go to **Settings > Boseat Booking** to configure your default tenant, workspace
    and seat identifiers.
 4. Use the `[boseat]` shortcode on any page or post.

## سوالات متداول

### What are the required shortcode parameters?

tenant, `workspace`, and `seat` are required. You can set default values in **Settings
> Boseat Booking** so you don’t need to specify them in every shortcode.

### What display modes are available?

 * `modal` – A button that opens a booking modal (default)
 * `inline` – Widget embedded directly in the page
 * `float` – Floating button pinned to the bottom right of the page
 * `direct` – Direct iframe, bypasses the JS widget (useful for cookie or redirect
   issues)

### How do I fix redirection issues?

 1. Use `display="direct"` in your shortcode, or enable **“Use direct iframe”** in 
    Settings > Boseat Booking.
 2. Clear cookies related to `app.boseat.com`.
 3. Ensure your site uses **HTTPS**.
 4. Try in a private/incognito window.

### How can I listen to reservation events?

You can add custom JavaScript event listeners:

    ```
    document.addEventListener('boseat:booking-success', function(e) { console.log(e.detail.bookingId); });
    ```

Available events: `boseat:booking-success`, `boseat:booking-cancel`, `boseat:modal-
open`, `boseat:modal-close`.

### How do I use test mode?

Add `mode="test"` to the shortcode: `[boseat mode="test"]`, or set the default mode
in Settings > Boseat Booking.

## نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

## توسعه دهندگان و همکاران

“Boseat Booking” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

 *   [ clementg ](https://profiles.wordpress.org/clementg/)

[ترجمه “Boseat Booking” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/boseat-booking)

### علاقه‌ مند به توسعه هستید؟

[کد را مرور کنید](https://plugins.trac.wordpress.org/browser/boseat-booking/)، [مخزن SVN](https://plugins.svn.wordpress.org/boseat-booking/)
را بررسی کنید، یا از طریق [RSS](https://plugins.trac.wordpress.org/log/boseat-booking/?limit=100&mode=stop_on_copy&format=rss)
در [گزارش توسعه](https://plugins.trac.wordpress.org/log/boseat-booking/) مشترک شوید.

## گزارش تغییرات

#### 1.0.1

 * Updated `Tested up to` to WordPress 6.7
 * Added `readme.txt` for WordPress.org plugin directory compatibility

#### 1.0.0

 * Initial release
 * `[boseat]` shortcode with `modal`, `inline`, `float` and `direct` display modes
 * Settings page under Settings > Boseat Booking
 * JavaScript event dispatching for booking lifecycle hooks
 * Direct iframe fallback mode for cookie/redirect issues

## اطلاعات

 *  نگارش **1.0.1**
 *  آخرین به‌روزرسانی **6 ماه پیش**
 *  نصب‌های فعال **کمتر از 10**
 *  نگارش وردپرس ** 5.2 یا بالاتر **
 *  آزمایش‌شده تا **6.7.7**
 *  نگارش PHP ** 7.2 یا بالاتر **
 *  زبان
 * [English (US)](https://wordpress.org/plugins/boseat-booking/)
 * برچسب
 * [booking](https://fa.wordpress.org/plugins/tags/booking/)[embed](https://fa.wordpress.org/plugins/tags/embed/)
   [reservation](https://fa.wordpress.org/plugins/tags/reservation/)[shortcode](https://fa.wordpress.org/plugins/tags/shortcode/)
   [widget](https://fa.wordpress.org/plugins/tags/widget/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/boseat-booking/advanced/)

## امتیازها

هنوز هیچ نقدی ارسال نشده است.

[بررسی شما](https://wordpress.org/support/plugin/boseat-booking/reviews/#new-post)

[مشاهدهٔ همهٔ بررسی‌ها](https://wordpress.org/support/plugin/boseat-booking/reviews/)

## مشارکت کنندگان

 *   [ clementg ](https://profiles.wordpress.org/clementg/)

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/boseat-booking/)