Monoedge Booking & Ordering
Seamlessly integrate MonoEdge's restaurant booking and mobile ordering system into your WordPress site.
Plugin info
Maintenance & Compatibility
Maintenance score
Actively maintained • Last updated 35 days ago
Is Monoedge Booking & Ordering abandoned?
Likely maintained (last update 35 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
MonoEdge Booking & Ordering is a WordPress plugin that connects your website to the MonoEdge restaurant management platform. This plugin allows you to add booking and ordering buttons to your site using shortcodes or Gutenberg blocks.
Features
- Smart Visual Editor – Real-time preview button designer in WordPress admin
- Gutenberg Blocks – Drag-and-drop booking and ordering buttons
- Intelligent Dashboard – Analytics with AI-powered insights
- Store Progress Management – Track setup completion per store
- QR Code Generation – Create trackable QR codes for tables
- Multi-Store Support – Manage multiple restaurant locations
- No jQuery – Modern vanilla JavaScript implementation
- REST API – Extensible API for developers
Requirements
- WordPress 5.8 or higher
- PHP 7.4 or higher
- MonoEdge account (sign up at https://landing.as3.monoedge.ai)
Usage
After activating the plugin:
- Go to MonoEdge menu in WordPress admin
- Login with your MonoEdge credentials
- Select your store
- Use shortcodes or Gutenberg blocks to add buttons to your site
Shortcodes:
[monoedge_booking] - Add a booking button
[monoedge_order] - Add an ordering button
Gutenberg Blocks:
Search for “MonoEdge” in the block inserter to find booking and ordering blocks.
Third-Party Service
Important: This plugin requires and connects to the MonoEdge external service.
What is MonoEdge?
MonoEdge is a cloud-based restaurant management platform that provides booking reservations, mobile ordering, and customer analytics services. This plugin serves as an interface to connect your WordPress website to the MonoEdge service.
Service Usage and Functionality
The plugin communicates with MonoEdge servers to provide the following features:
- User Authentication – Login and session management for restaurant administrators
- Store Management – Retrieve and manage restaurant location information
- Analytics Dashboard – Display booking, order, and customer statistics
- QR Code Generation – Create QR codes for table-based ordering and reservations
- Button Embedding – Display booking and ordering buttons that link to MonoEdge booking system
Data Transmission
The plugin sends the following data to MonoEdge servers (https://landing.as3.monoedge.ai):
Authentication Data (when you log in):
* Email address
* Password (encrypted via HTTPS)
* Authentication tokens (JWT)
Analytics Requests (when viewing dashboard):
* Store/location identifiers (UUID)
* Date ranges for analytics queries
* Data type requests (bookings, orders, revenue, customers)
QR Code Generation (when creating QR codes):
* Store identifier
* QR code type (booking, order, table)
* Display options (size, format)
Important: No end-user data (website visitors) is transmitted to MonoEdge servers by this plugin. Only WordPress administrator data is sent when logged in and using the admin dashboard.
When Data is Sent
Data transmission occurs only when:
1. You log in to the MonoEdge admin panel within WordPress
2. You access the analytics dashboard
3. You generate QR codes or manage button styles
4. The plugin refreshes authentication tokens
No automatic background data transmission occurs. The plugin does not track your website visitors or send any data without your explicit action.
User Consent
By installing and activating this plugin, and by logging in with your MonoEdge credentials, you provide consent for the plugin to communicate with MonoEdge servers as described above. This follows WordPress.org Guideline 7 for Software-as-a-Service plugins, where consent is granted through service registration and plugin activation.
Service Links
- Service Website: https://landing.as3.monoedge.ai
- Privacy Policy: https://landing.as3.monoedge.ai/top/resources/pp
- Terms of Service: https://landing.as3.monoedge.ai/top/resources/tc
For questions about data handling, privacy, or service terms, please contact MonoEdge support through their website.
Installation
- Upload the
monoedge-booking-orderingfolder to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to MonoEdge menu and login with your MonoEdge credentials
- Configure your settings and add buttons to your site
Frequently Asked Questions
Yes, you need a MonoEdge account to use this plugin. Sign up at https://landing.as3.monoedge.ai
Yes, the plugin is free. MonoEdge service pricing varies based on your plan.
Yes, this plugin works with any WordPress theme that supports Gutenberg blocks.
Yes, the plugin includes a visual button designer with real-time preview.
Review feed
Screenshots

Initial setup - Login screen

Initial setup - Dashboard overview with store selection and progress tracking

Analytics dashboard with statistics and insights

Bookings dashboard - View and analyze reservation data

Orders dashboard - Track mobile ordering statistics

Customers dashboard - Customer analytics and segmentation

Button & QR Code designer - Create and customize booking buttons (Part 1)

Button & QR Code designer - Real-time preview and QR code generation (Part 2)
Changelog
1.0.6
- Fix: Gutenberg block button opacity now works correctly on frontend
- Add backgroundOpacity and textOpacity attributes to block.json
- Use RGBA format for color output in both editor and PHP render
- Extract RGB values directly from ColorPicker to prevent color corruption
- Use nullish coalescing (??) to allow opacity 0 (fully transparent)
1.0.5
- Fix: Correct Analytics API namespace reference (Analytics.php line 115)
- Fix: Improve 401 error handling – distinguish login failures from token expiration
- Login failures now return ‘authentication_failed’ error instead of misleading ‘token_expired’
- Proper error messages for invalid credentials vs expired tokens
- Enhancement: Add token parameter to Client constructor for direct token passing
- Enhancement: Update login flow to pass tokens directly, avoiding WordPress cache issues
- Code Quality: Update @package comments in analytics.js and analytics.css
1.0.4
- Documentation: Add comprehensive third-party service documentation (WordPress.org Guideline 6 compliance)
- Detailed explanation of MonoEdge service functionality
- Complete data transmission disclosure (what, when, why)
- Privacy policy and terms of service links
- User consent clarification
- Security: Comprehensive input sanitization improvements following WordPress.org guidelines
- Use sanitize_key() for all UUID and key-type inputs (store_id, location_uuid, step_id, shop_uuid)
- Add safelist validation for enum-type inputs (button type, QR type, analytics data type)
- Use sanitize_hex_color() for color inputs in shortcodes
- Add map_deep() sanitization for all JSON-decoded data (5 locations)
- Code Quality: Naming prefix compliance (WordPress Guideline: Avoid Naming Collisions)
- Rename MBO_ constants to MONOEDGE_BO_ (3 11 chars)
- Rename mbo-btn script handles to monoedge-bo-btn (3 11 chars)
- Rename mbo_get_analytics_data AJAX action to monoedge_bo_get_analytics_data (3 14 chars)
- Rename mboAnalytics localize variable to monoedgeBoAnalytics (3 14 chars)
- Rename mbo_analytics nonce to monoedge_bo_analytics (3 14 chars)
- Add monoedge_book_order shortcode (8 chars) as primary, keep mono_book_order (4 chars) for backward compatibility
- Add monoedge_bo_ prefix to all template variables in analytics.php, button-creator.php, and dashboard.php view files
- Rename Mbo namespace to Monoedge\BookingOrdering (3 24 chars)
- Rename $is_dev global variable to $monoedge_bo_is_dev in main plugin file (3 14 chars)
- Code Quality: Remove unused track_event() function to prevent misleading code
- Code Quality: Remove unused code to reduce plugin size (~420 lines removed)
- Delete unused files: Frontend/Shortcodes.php (220 lines), REST/Controller.php (87 lines), Admin/views/designer.php (30 lines)
- Delete unused AJAX methods: handle_complete_step() (41 lines), handle_generate_qr() (48 lines)
- Enhancement: Implement Client::password_reset() method for password reset functionality (endpoint: /user/password_reset/)
- Enhancement: Use wp_add_inline_style() for button styles (WordPress coding standards compliance)
- Fix: Add version parameter to wp_register_style() for inline button styles (cache busting)
- Enhancement: Update Sortable.js library from 1.15.2 to 1.15.6
- Enhancement: Update Chart.js library from 4.4.1 to 4.5.0
- Enhancement: Exclude screenshot images from plugin distribution ZIP (moved to WordPress.org SVN assets)
1.0.3
- Fix: Correct namespace case in Analytics API client instantiation for Linux/Unix compatibility
1.0.2
- Fix: Remove load_plugin_textdomain() call for WordPress.org compatibility (auto-loaded since WP 4.6)
- Enhancement: WordPress.org plugin directory compliance improvements
1.0.1
- Fix: Add iframe modal support for admin preview button in Button & QR Code page
- Fix: Initialize Frontend Assets to enable Gutenberg block buttons
- Enhancement: Admin preview button now respects open-mode setting (iframe/navigate)
1.0.0
- Initial release
- JWT authentication with MonoEdge API
- Multi-store support
- Basic shortcodes
- Admin dashboard with progress tracking
- Button style management