SyncBooking

Description

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.

  1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. Google Fonts

  7. 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.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“SyncBooking” is open source software. The following people have contributed to this plugin.

Contributors

Translate “SyncBooking” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.