Description
Integrate the Gastro.site Table Reservation Tool in your Website.
External services
This plugin connects to the Gastro.site platform to embed the reservation widget.
The widget JavaScript file is loaded from https://www.gastro.site/web-components.bundle.js on each page load to display the booking button.
No personal user data is sent to Gastro.site. Only the Gastro.site ID (defined in the plugin settings) is transmitted to display the correct restaurant widget.
Service provided by Gastro.site – see:
– Terms of Use: https://www.gastro.site/agb
– Privacy Policy: https://www.gastro.site/datenschutz
Installation
- Upload the plugin and activate it via WordPress Admin
- Go to Settings Table Reservation and paste your Gastro.site ID
- Done!
FAQ
-
Where do I get the Gastro.site ID?
-
You can find it in your Gastro.site dashboard. There, you’ll find instructions for integration as well as additional configuration options.
-
Does this plugin work with all WordPress themes?
-
Yes, as long as your theme supports the
wp_head
hook. -
How do I embed the booking widget manually?
-
You can use the [book_a_table] shortcode to insert the widget anywhere inside a page, post or widget.
-
Which attributes does the shortcode support?
-
You may pass the following optional attributes:
lang
: Language code (e.g.de
,en
,es
). Defaults to WordPress site language.header
: Show header above the widget (true
orfalse
). Defaults to plugin setting.primary-color
: Primary color for the widget in hex format (e.g.#E74E60
). Defaults to plugin setting.
Example:
[book_a_table lang=”de” header=”true” primary-color=”#E74E60″]The ID is always taken from the plugin settings and cannot be set via the shortcode.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Gastro.site Table Reservation” is open source software. The following people have contributed to this plugin.
Contributors“Gastro.site Table Reservation” has been translated into 2 locales. Thank you to the translators for their contributions.
Translate “Gastro.site Table Reservation” 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.0
- Initial release