Περιγραφή
Reservation Widget for Overfull lets restaurants embed the Overfull reservation widget directly on their WordPress site. Add it anywhere with a shortcode or the dedicated Gutenberg block, or display it as a floating button.
Features:
- Shortcode to embed the booking widget.
- Gutenberg block for the block editor.
- Floating button mode with configurable auto-open delay.
- Fully translatable (French and English included).
External services
This plugin connects to the Overfull service (https://www.overfull.fr/), operated by Overfull, to display and configure the restaurant reservation widget. Using the plugin requires an Overfull account.
The plugin communicates with the Overfull API in the following cases:
- Reservation widget: the widget is loaded in an iframe from Overfull using the restaurant identifier you configure. When a visitor interacts with it, their reservation data (such as the details they enter to book a table) is sent to Overfull to create the reservation.
- Floating button appearance: when a page loads with the floating button enabled, the plugin makes a server-side request to Overfull, sending only the restaurant identifier, to retrieve the button’s theme color and text color (endpoint
/apiv2/widget/get-theme-color). - Floating button label: to translate the button label into the site language, the plugin makes a server-side request to Overfull sending the label text and the target language (endpoint
/apiv2/widget/translate-fab-label).
No personal visitor data is sent by the plugin itself for the appearance/label requests (only the restaurant identifier, the label text and the language). Reservation data is handled by the Overfull widget itself.
This service is provided by Overfull. Terms of use and privacy policy: https://www.overfull.fr/mentions-legales/
Source code
The floating button loads a small JavaScript embed. Its human-readable (non-minified) source is included in the plugin at assets/js/overfull-embed.js, alongside the minified assets/js/overfull-embed.min.js used in production. No build step is required to read or modify the source; the minified file is produced from it with Terser.
Μπλοκς
Αυτό το πρόσθετο παρέχει 1 μπλοκ.
- Overfull Booking Displays the Overfull reservation widget.
Εγκατάσταση
- Upload the plugin files to the
/wp-content/plugins/overfull-bookingdirectory, or install the plugin through the WordPress plugins screen. - Activate the plugin through the “Plugins” screen in WordPress.
- Configure the plugin under the plugin’s settings screen (Settings Overfull Booking).
- Add the booking widget using the
[overfull_widget]shortcode or the Reservation Widget for Overfull block.
Συχνές Ερωτήσεις
-
Do I need an Overfull account?
-
Yes, you need an active Overfull account to use the reservation widget.
-
Where can I get help?
-
Visit https://www.overfull.fr/ for support.
Κριτικές
Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.
Συνεισφέροντες & Προγραμματιστές
“Reservation Widget for Overfull” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΤο “Reservation Widget for Overfull” έχει μεταφραστεί σε 3 γλώσσες. Ευχαριστούμε τους μεταφραστές για τις συνεισφορές τους.
Μεταφράστε το “Reservation Widget for Overfull” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
1.2.1
- Floating button: the close icon and label now pick a readable color based on the chosen theme color.
- French and Spanish translations: ships the strings that were missing from 1.2.0.
1.2.0
- Internationalization: English is now the source language; French and Spanish are shipped as translations.
1.1.0
- Removes developer mode (Widget URL staging / local).
1.0.0
- Initial release.
