Omada AI

Description

OmadaAI helps website owners install and manage the Omada Chat widget seamlessly on their WordPress sites.

The plugin provides a simple admin settings page where site administrators can configure their Omada Chat credentials (Agent ID, Workspace ID, and Access Token). Once enabled, the chat widget is automatically injected on all public-facing pages of the website.

This plugin is ideal for businesses looking for a Do-It-For-Me (DIFM) chat solution without touching code.

Key Features

  • One-click installation of Omada Chat
  • Secure admin settings page for credentials
  • Automatic loading on all public pages
  • Validation for required fields
  • No impact on admin or login pages
  • Follows WordPress coding and security best practices

Screenshots

  • OmadaAI admin settings page
  • Chat widget displayed on the front-end website

Installation

  1. Upload the omada-ai folder to the /wp-content/plugins/ directory, or install the plugin through the WordPress Plugins screen.
  2. Activate the plugin through the Plugins menu in WordPress.
  3. Go to Omada AI Settings in the WordPress admin.
  4. Enter your Agent ID, Workspace ID, and Access Token.
  5. Enable the chat widget and save settings.
  6. Visit any public page to see the chat widget in action.

FAQ

Does this plugin load the chat on all pages?

Yes. The chat widget is automatically loaded on all public-facing pages. Admin and login pages are excluded.

Is any data sent to third-party servers?

The plugin loads the Omada Chat script from Omada’s CDN. Chat functionality and messaging are handled by Omada’s services.

Where can I find Omada’s privacy policy?

You can review Omada’s privacy policy here:
https://omada.ai/privacy-policy

Does the plugin store sensitive data?

The plugin stores the provided credentials securely using WordPress options and does not expose them publicly.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Omada AI” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Omada AI” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.1.0

  • Reliability: Fixed REST route registration timing to ensure endpoints always load
  • Security: Standardized text domains, corrected HTTP status codes (401/403)
  • Security/PHPCS: Sanitized/unslashed superglobals in auth handler
  • Performance: Set options autoload=no; optimized admin asset handling
  • UX: Added password reveal toggle in settings
  • API: Added argument validation schemas for REST endpoints

1.0.0

  • Initial release
  • Admin settings UI for chat credentials
  • Automatic front-end widget injection
  • Validation and security improvements