內容簡介
SyncBooking 將您的 WordPress 網站轉變為直接訂房網站,提供浮動訂房欄、自包含的訂房頁面及即時可用性查詢,讓客人能夠輕鬆完成預訂。
【主要功能】
• 浮動訂房欄,隨時可見
• 自包含的訂房頁面,提供即時可用性
• 訂房管理頁面,方便管理預訂
• 整合 SyncBooking 服務,簡化預訂流程
• 自動發送預訂確認郵件給客人
• 支援 Google 地圖嵌入顯示位置
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
SyncBooking turns your WordPress site into a direct-booking website: a floating booking bar, a self-contained booking page with real-time availability, and a booking-management page. Availability, rooms, prices, page content and design come from your SyncBooking account; guests complete the reservation on the SyncBooking checkout.
External Services
This plugin connects to the SyncBooking service to validate the API key, fetch availability and page content, complete the booking, and to load the booking-page fonts and map.
SyncBooking Availability API
What: returns available rooms, prices and the booking-page content as JSON
Data sent: structure id, selected dates, number of houses/rooms and guests, language
When: when the booking page loads and on each search
Where: https://booking.syncbooking.com/api-search
Provider: SyncBooking.com — Terms https://syncbooking.com/terms · Privacy https://syncbooking.com/privacy
SyncBooking Email API
What: emails the reservation details to the guest
Data sent: guest email address and booking code
When: when the guest requests their booking on the “Manage booking” page
Where: https://booking.syncbooking.com/api-send-email/
Provider: SyncBooking.com
SyncBooking Checkout
What: page where the guest completes the reservation
Data sent: selected room id, dates and price (in the redirect URL)
When: when the guest clicks “Select offer”
Where: https://booking.syncbooking.com/cart/
Provider: SyncBooking.com
SyncBooking Account / API key
What: validates the API key and links the site to the structure
Data sent: site URL and API key
When: when connecting the plugin (Connect tab)
Where: https://admin.syncbooking.com
Provider: SyncBooking.com
SyncBooking Theme Assets
What: downloads the booking-page CSS/JS into uploads/ (images excluded)
Data sent: none (a file download)
When: from the “Theme Assets” page and on a twice-daily automatic check
Where: https://syncbooking.com/clone-theme/theme-01/assets.zip
Provider: SyncBooking.com
Google Fonts
What: loads the booking-page fonts (Cormorant Garamond + Jost)
Data sent: none (font files; the visitor’s browser requests them)
When: on the booking, manage and booking-bar pages
Where: https://fonts.googleapis.com
Provider: Google LLC — Terms https://policies.google.com/terms · Privacy https://policies.google.com/privacy
Google Maps (embed)
What: shows the property location in an embedded map
Data sent: the property coordinates (no visitor data sent by the plugin)
When: in the “Location & Arrival” section of the booking page
Where: https://www.google.com/maps
Provider: Google LLC
No personal data is transmitted unless triggered by an explicit user action (searching availability, requesting a booking by email, or proceeding to checkout).
Source Code
All JavaScript shipped with this plugin is custom and provided as readable (non-minified) source.
php/bar-sync/js/bar.js – booking bar: date-range calendar and submit. Custom, readable.
php/theme-sync/js/syncbooking_site.js – booking/manage page header, footer, menu, lightbox and interactions, built from window.SBTW_CONFIG. Readable.
php/bar-sync/js/syncbooking_bar.js – booking bar palette (applies window.syncbooking_BAR colours to CSS variables). Readable.
The booking and manage page scripts (date picker, modal, AJAX search, checkout redirect) are inline in the page templates and fully readable.
No build tools (npm, webpack, etc.) are required to use or extend this plugin. Developers may edit the provided source files directly.
