Description
The Bookinda Booking Widget plugin embeds the Bookinda online booking experience natively into any WordPress site. It supports four embed methods (Gutenberg block, Elementor widget, Classic editor toolbar button, shortcode) and two display modes (inline, or a button that opens the booking fullscreen).
The plugin is a thin client for the Bookinda SaaS booking platform (https://bookinda.hu). Since 1.2.0 it loads the Bookinda booking widget script from bookinda.hu, the same booking flow as on the Bookinda site, so every new Bookinda booking feature appears on your site without a plugin update. The older iframe embed is still available with engine="iframe". Booking lifecycle events are bridged to the host page as native DOM CustomEvents.
You need an active Bookinda account to use this plugin. The plugin itself is free.
Features
- Gutenberg block in the Widgets category with sidebar InspectorControls for every parameter.
- Elementor widget with three tabs (Content, Preselection, Style) in the sidebar.
- Classic editor (TinyMCE) toolbar button with a dialog that inserts the appropriate shortcode.
- Shortcode
[bookinda]/[bookinda mode="lightbox"]for any template, widget area, or content block. - Inline mode: the booking flow is embedded directly in the content and grows with it.
- Lightbox mode: a button opens a fullscreen modal with the booking flow (mobile-optimized with sticky continue button, ESC and backdrop click to close).
- Preselection and deep links:
services,staff,category,promo,location, plusview(skip the “what would you like to book” step: services, packages, memberships, groupClasses, giftVouchers),packageandmembership(open a specific package or membership purchase). - Slug from any URL: paste
bioskin,bioskin.bookinda.huorhttps://bioskin.bookinda.hu, the plugin reads the slug from it. - Host DOM events:
bookinda:complete,bookinda:error,bookinda:step,bookinda:resizeCustomEvents dispatched ondocumentfor custom integrations. - Optional GA4 and Meta Pixel tracking: if the host page already loads
gtagorfbq, the plugin can fire apurchaseevent on booking completion. Configured via plugin settings (off by default).
Where to find your tenant slug
Your tenant slug is the prefix of your Bookinda URL: https://YOUR-SLUG.bookinda.hu/manager/calendar. The slug is the part before .bookinda.hu.
External Services
This plugin connects to Bookinda (https://bookinda.hu), a third-party SaaS booking platform operated by Bookinda Kft. The connection is required for the plugin to function: the booking widget script is loaded from https://bookinda.hu/embed/v2/bookinda-widget.js and talks to the Bookinda API (https://api.bookinda.hu). With engine="iframe" the booking flow is loaded in an iframe from your tenant subdomain instead.
What is sent to Bookinda:
- When a visitor opens a page containing the booking widget, their browser loads
https://{your-tenant-slug}.bookinda.hu/embed/{your-tenant-slug}in an iframe. The URL includes the embed configuration parameters you set (mode, color, preselected service IDs, etc.) and an analytics-onlysource=wp-pluginparameter so Bookinda can distinguish WordPress plugin traffic from other embed sources. - When the visitor proceeds with a booking, they interact directly with the Bookinda iframe. Any data they enter (name, email, phone, payment details) is sent to Bookinda’s servers, not to your WordPress site. The plugin does not collect or store visitor data on the WordPress site.
What is received from Bookinda:
- The booking widget HTML, CSS, and JavaScript, served from the Bookinda CDN.
- postMessage events containing booking lifecycle data (completion confirmation, step changes, iframe height). The plugin re-broadcasts these as DOM CustomEvents on the host page.
Service documentation:
- Bookinda website: https://bookinda.hu
- Privacy Policy: https://bookinda.hu/adatkezeles
- Cookie Policy: https://bookinda.hu/cookie-szabalyzat
- Terms of Service: https://bookinda.hu/aszf
- Data deletion request: https://bookinda.hu/adatok-torlese
By installing and activating this plugin you acknowledge that visitor interactions with the embedded widget are subject to Bookinda’s Privacy Policy and Terms of Service. Please review them and ensure your site’s privacy notice reflects the data flow described above.
Screenshots



Blocks
This plugin provides 1 block.
- Bookinda Foglalás
Installation
- Download the plugin zip from https://bookinda.hu/integracio/wordpress
- In WordPress admin, go to Plugins Add New Upload Plugin and select the zip file.
- Click Install Now, then Activate.
- Go to Settings Bookinda and enter your tenant slug.
- Embed the widget anywhere using the Gutenberg block, Elementor widget, Classic editor button, or shortcode
[bookinda].
FAQ
-
Do I need a Bookinda account to use this plugin?
-
Yes. The plugin embeds the Bookinda booking widget, which requires an active Bookinda account. You can sign up at https://bookinda.hu. The plugin itself is free.
-
Is this plugin free?
-
Yes. The plugin is licensed under GPLv2 or later and is free to use. There is no one-time purchase fee and no annual subscription cost for the plugin. A Bookinda SaaS account is required for the booking functionality (separate from the plugin).
-
Where can I find my tenant slug?
-
It is the prefix of your Bookinda URL:
https://YOUR-SLUG.bookinda.hu/manager/calendar. The part before.bookinda.huis your slug. -
What is sent to Bookinda’s servers?
-
When a visitor opens a page with the booking widget, their browser loads the Bookinda widget script from bookinda.hu, which then talks to the Bookinda API. The plugin does not send data from your WordPress site to Bookinda. All visitor interactions (filling in name, email, payment) go directly from the visitor’s browser to Bookinda and are subject to Bookinda’s Privacy Policy.
-
Does the plugin track visitors?
-
By default, no. The plugin only sends one analytics-only parameter to Bookinda (
source=wp-plugin) so Bookinda can identify WordPress plugin traffic on its own analytics.The plugin can optionally fire a Google Analytics 4 or Meta Pixel
purchaseevent when a booking completes, but only if you explicitly configure the GA4 measurement ID or Meta Pixel ID in the plugin settings, and only if the host page already loadsgtagorfbq(the plugin does not load any tracking scripts itself). -
Inline or lightbox mode?
-
Lightbox (recommended for most cases): a button on the page opens a fullscreen modal with the booking flow. Mobile-friendly because the iframe gets its own scroll context.
Inline: the iframe is embedded directly in the content. Good for dedicated booking pages.
-
How do I update the plugin?
-
Download the latest zip from https://bookinda.hu/integracio/wordpress, deactivate and delete the current plugin in WP-admin, then install the new zip. Your settings (slug, primary color, tracking IDs) are preserved across updates.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Bookinda Booking Widget” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Bookinda Booking Widget” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.2.0
- Tested up to WordPress 7.1 (block editor controls use the new 40px default size).
- The plugin now embeds the Bookinda booking widget (the same booking flow as on bookinda.hu) instead of the old iframe page: images, packages, memberships, installments, online payments and every future booking feature work on your site automatically. The old iframe embed is available with
engine="iframe". - The tenant slug field accepts a full URL (
https://bioskin.bookinda.hu); an earlier, wrongly saved slug is repaired automatically. Before, a pasted URL left the booking loading forever. - New shortcode parameters:
view(skip the “what would you like to book” step),packageandmembership(open a specific purchase).servicesandcategorynow also skip that step. - Moving to the next step no longer jumps to the top of your page.
1.1.3
- Aligned the text domain with the plugin slug (bookinda-booking-widget) for all translatable strings.
- Added the text domain to the block editor (JavaScript) strings and registered script translations via wp_set_script_translations().
- Renamed the translation template to bookinda-booking-widget.pot.
1.1.2
- Tested up to WordPress 7.0.
- Removed the manual load_plugin_textdomain() call. WordPress.org loads translations automatically for plugins hosted in the Plugin Directory.
1.1.1
- External Services disclosure section in readme (WordPress.org plugin guideline 6).
- Privacy Policy and Terms of Service links on settings page.
- Output escape audit on settings page (defense-in-depth).
- User-facing strings wrapped with
__()/esc_html__()for i18n. - Empty
/languagesfolder +.pottemplate so the Domain Path declaration validates cleanly. - Plugin name set to ASCII for the WordPress.org repository (“Bookinda Booking Widget”).
- Tested up to WordPress 6.7.
1.1.0
- New: Gutenberg block (“Bookinda Foglalás”) with sidebar InspectorControls for every parameter.
- New: Classic editor (TinyMCE) toolbar button with shortcode-inserting dialog.
- New: Host-side DOM events (
bookinda:complete,bookinda:error,bookinda:step,bookinda:resize). - New: GA4 + Meta Pixel auto-purchase tracking via plugin settings.
1.0.0
- Initial release. Shortcode + Elementor widget + lightbox modal mode.
