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
- What: downloads the booking-page CSS/JS into
-
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/theme01-site.js– booking-page header/footer, lightbox and interactions; used as a local fallback for the site script downloaded from the SyncBooking theme. 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.