

The settings screen: organization ID, connection test, appearance defaults and a live preview.
Explorates Booking embeds your Explorates account directly in your WordPress pages and posts. Enter your organization ID once, pick a product, and your visitors can check availability and book without leaving your site.
Two ways to show a product:
This plugin requires an Explorates account. Explorates is a booking and e-commerce platform for tour and activity operators.
Features
[explorates_widget product="…"] shortcode for classic editors, page builders and widget areas, with type="page" for the full product pageThe plugin does not reimplement the booking widget. It prints the official embed markup and loads the very same script your Explorates dashboard gives you, so the widget always behaves exactly as it does everywhere else.
The plugin runs on PHP 7.4, but PHP 8.1 or newer is recommended — PHP 7.4 is end of life and no longer receives security fixes.
Useful links
This plugin is fully GPL-2.0-or-later. The block editor script shipped in
build/index.js is compiled from the human-readable sources included in the
plugin under src/block/ (index.js, edit.js, block.json).
It is built with @wordpress/scripts, with no custom configuration. The build
tooling ships with the plugin, so from the plugin directory, with Node.js
installed:
npm install && npm run build
That regenerates build/ from src/block/. The minified output may differ
slightly from one webpack release to the next; src/block/ is the
authoritative version of this code.
No other file in this plugin is compiled, minified or obfuscated.
This plugin connects to two services operated by Explorates. Both are required for the plugin to do anything at all.
1. Explorates API — https://api.explorates.com
Used in the WordPress admin only, to list the published products of your organization so you can pick one in the block editor or on the settings screen.
2. Explorates booking widget — https://widget.explorates.com
The booking widget itself, loaded in your visitors’ browsers on any page where you inserted the block or the shortcode. This is the service that displays availability and takes bookings.
Both services are operated by Explorates and are what the plugin exists to display; installing and configuring it with your organization ID is what enables them. Nothing is sent anywhere until you enter that ID.
Terms of use: https://www.explorates.com/en/terms-of-use/
Privacy policy: https://www.explorates.com/en/privacy-policy/