Description
Planevia integrates the Planevia booking system into your WordPress website with just a few clicks.
Planevia is an all-in-one management platform for spas, hair salons, beauty institutes, clinics, and wellness centers. This plugin is developed by the Planevia team and requires an active Planevia account.
Features
- Floating Button — An elegant booking button appears at the bottom of your site
- Inline Widget — Embed the booking form directly into any page via shortcode
- Shortcodes — Place the button or widget exactly where you need it
- Gutenberg Block — Drag and drop the booking button in the block editor
- Fully Customizable — Colors, text, size, and position
- Responsive — Works perfectly on mobile and tablet
- Pre-filtering — Direct customers to a specific service or staff member
- Service Grid — Display your Planevia services as clickable booking cards
- Auto-capture — Automatically convert existing booking-related buttons on your site
Available Shortcodes
[planevia]— Full booking widget (inline iframe)[planevia_button]— Booking button in page content[planevia_button text="Book Now" color="#10b981"]— Customized booking button[planevia service="massage-60min"]— Widget pre-filtered for a specific service[planevia staff="jane-doe"]— Widget pre-filtered for a specific staff member[planevia_services]— Service grid — loads your services from Planevia as clickable cards[planevia_services columns="2" category="massage"]— 2-column grid filtered by category
Manual Integration
Add class="planevia-book" to any button or link on your site to open the Planevia booking overlay:
<button class="planevia-book">Book Now</button>
<a href="#" class="planevia-book" data-planevia-service="massage-60min">Book this service</a>
How It Works
- Create your account at planevia.ca
- Configure your services and your team
- Generate an API key in Settings > Integrations
- Install this plugin and enter your API key
- Your clients can book directly from your website!
Third-Party Service
This plugin connects to the Planevia platform (planevia.ca) to provide online booking functionality.
This plugin is developed and maintained by the Planevia team.
Data transmitted
- Your API key (to authenticate requests)
- Your organization slug (to identify your account)
- Your visitors’ interactions with the booking widget (via iframe from app.planevia.ca)
When data is transmitted
- When the
[planevia_services]shortcode is used: a request is made tohttps://app.planevia.ca/api/public/servicesto load your service list - When a visitor opens the booking widget: an iframe to
https://app.planevia.ca/embed/is loaded
Important links
Blocks
This plugin provides 1 block.
- Planevia – Bouton Reservation
Installation
- Download the plugin and unzip it into
/wp-content/plugins/ - Activate the plugin in the WordPress ‘Plugins’ menu
- Go to the ‘PlaneviaApp’ menu item in your dashboard
- Enter your API key and your organization slug
- Customize the appearance and visibility settings
- The booking button will appear automatically on your site!
FAQ
-
Do I need a Planevia account?
-
Yes, you must have an active account at planevia.ca with the online booking module enabled.
-
How do I get my API key?
-
In your Planevia dashboard, go to Settings > Integrations > API Key and click “Generate a key”.
-
Will the plugin slow down my site?
-
No. The widget script is loaded asynchronously and does not block page rendering. The booking iframe is only loaded when a visitor clicks the button.
-
Can I customize the colors?
-
Yes. You can choose the primary color, button text, position, and size from the plugin settings page.
-
Is it compatible with popular themes?
-
Yes, the plugin works with all WordPress themes (Divi, Elementor, Astra, OceanWP, Kadence, GeneratePress, etc.).
-
Can I show the widget only on certain pages?
-
Yes. You can configure the plugin to show the floating button on all pages, on the homepage only, or disable the automatic button and use only shortcodes.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Planevia” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Planevia” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.1
- Updated plugin name to “PlaneviaApp Booking for Planevia” and requested slug “planeviaapp-booking”
- Translated all descriptions and settings to English
- Removed arbitrary custom CSS insertion; use the WordPress Customizer for custom CSS
- Replaced direct script/style tags with wp_enqueue_script() and wp_add_inline_script()
- Replaced json_encode() with wp_json_encode() throughout
- Added full type and sanitize_callback declarations to all register_setting() calls
- Removed load_plugin_textdomain() (not required for WordPress.org hosted plugins since WP 4.6)
1.0.0
- Initial release
- Floating button (FAB) with customization
- Inline widget via shortcode
- Gutenberg block
- Service/staff pre-filtering support
- Color, text, position, and size customization
- Mobile-responsive
- Secure API key communication