Adventer Booking Plugin
A plugin for adding the booking widget for your Adventer booking system.
by Adventer · github.com/plingot/adventer-wp-plugin · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/plingot/adventer-wp-plugin/archive/refs/heads/main.zipFrom the readme
Adventer Booking Plugin
Adds Adventer booking widgets to WordPress. Provide an Organizer ID in Settings, then use Gutenberg blocks or classic menus to open the event views.
Requirements
- WordPress 6.0+
- Gutenberg/block editor for blocks (classic menu supported via custom link)
Install
1. Upload the plugin folder to wp-content/plugins/ or install via admin.
2. Activate the plugin.
Configure
1. Go to Settings → Adventer Booking.
2. Organizer ID: paste your organizer ID.
3. Active: enable to inject the widget script and register blocks.
4. Optional: Button CSS Override to style .adventer-booking-button.
Staging vs Production
- Toggle the constant at the top of adventer-booking-plugin.php:
- ADVENTERBOOKINGUSESTAGING true → stg.adventer.se
- false → adventer.se
Blocks (when Active is enabled)
- Adventer - All events (Link)
- Adventer - All events (Button)
- Adventer - Single event (Link)
- Adventer - Single event (Button)
Notes
- All-events blocks use the Organizer ID from Settings.
- Single-event blocks require an Event ID attribute.
- Alignment: use the alignment toolbar to center content.
Classic Menu (Appearance → Menus)
To add a “See all events” link in classic menus
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.