Omada AI

설명

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

스크린샷

설치

  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.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Omada AI”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Omada AI”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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