Odpochat AI Chatbot

Description

This plugin connects your WordPress site to the AI chatbot service Odpochat.com (Odpovidej.cz for Czech-language sites). Once you connect an account, it:

  • automatically inserts the chatbot widget on your site, following rules you choose,
  • walks you through setting up the chatbot’s appearance and behavior right in wp-admin,
  • can crawl your site’s sitemap and suggest pages to use as source content for the chatbot’s answers,
  • shows a conversation overview (Inbox) and basic statistics (Report) directly in WordPress,
  • lets you pick a plan and manage billing without leaving wp-admin.

The plugin requires an account on Odpochat.com / Odpovidej.cz (you can create one directly from the plugin; a free plan is available).

External services

This plugin connects to the following external services:

  • Odpochat.com / Odpovidej.cz API (https://app.odpochat.com / https://app.odpovidej.cz) – the core of the plugin’s functionality (chatbot settings, conversations, billing). All plugin features depend on this account you create and connect yourself. See the Odpochat.com Terms of Service and Privacy Policy, or the Odpovidej.cz Terms of Service and Privacy Policy.
  • Stripe (https://js.stripe.com) – loads Stripe’s payment form when you choose to activate a paid plan, on the Billing page only. See Stripe’s Privacy Policy.
  • Microsoft Clarity (https://www.clarity.ms) – optional, OFF by default. Records anonymous sessions on the plugin’s own wp-admin pages only if you explicitly enable it under Settings > Analytics. See Microsoft’s Privacy Statement.

Privacy

The plugin stores only the integration metadata needed to connect to your account locally (in wp_options): API key, tokens, and a cached plan/usage snapshot. Detailed prompt, appearance and billing management happens in the Odpochat.com/Odpovidej.cz SaaS admin, which the plugin either links to or calls via its API.

When a visitor uses the chatbot widget on your site’s frontend, their conversation is processed by Odpochat.com/Odpovidej.cz – see the privacy policy at https://odpochat.com or https://odpovidej.cz for details.

Screenshots

Installation

  1. Upload and activate the plugin.
  2. In the “AI Chatbot” menu, create a new account or log in to an existing one.
  3. Go through the appearance and chatbot-behavior setup wizard.
  4. The widget appears on your site automatically, based on the display rules you chose (Settings > Widget display).

FAQ

Is the plugin free?

The plugin itself is free. The Odpochat.com/Odpovidej.cz free plan has a monthly limit on conversations and source content; paid plans raise that limit. Limits are enforced by the connected SaaS account, not by any artificial restriction in the plugin’s own code.

Does the plugin send any data without my consent?

No. Besides talking to the Odpochat.com/Odpovidej.cz API (required for the chatbot to function, using the account you connect yourself) and Stripe (only on the billing page, when you choose to pay), the plugin does not contact any other external server. Microsoft Clarity is off by default and only turns on if you enable it yourself under Settings > Analytics.

Where does the widget show up on my site?

Based on the rules under Settings > Widget display – you can choose the whole site, admin only, or specific pages/URL patterns.

Reviews

There are no reviews for this plugin.

Contributors & Developers

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

Contributors

“Odpochat AI Chatbot” has been translated into 1 locale. Thank you to the translators for their contributions.

Translate “Odpochat AI Chatbot” into your language.

Interested in development?

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

Changelog

1.60.0

  • Renamed to “Odpochat AI Chatbot” / “Odpovidej AI Chatbot” for a more distinctive plugin listing name.
  • The onboarding step 3 resource limit now always reflects the connected account’s real, current plan (never a hardcoded assumption).
  • Inline <style>/<script> output now goes through wp_add_inline_style()/wp_add_inline_script() instead of raw tags.
  • Added server-side validation of uploaded chat icons (image format/size checked before forwarding to the API) and sanitized the bulk text-resource input.

1.59.0

  • Removed the Plugin URI header (it was identical to Author URI, which WordPress.org’s submission check rejects).

1.58.0

  • The plugin’s primary name/description/links now lead with “AI Chatbot (odpochat.com)” for WordPress.org listing purposes – Czech WordPress sites still see “AI Chatbot (odpovidej.cz)” once installed, unchanged.

1.57.0

  • Plugin Check compliance pass: fixed missing output escaping, translated readme.txt into standard English, trimmed the short description.

1.56.0

  • Fixed missing English translations on the WordPress Dashboard widget (stats, “View report”/”Open Inbox” buttons), which previously fell back to Czech.
  • Filled in a handful of other missing English translations across the plugin (icons, error messages, report time windows).

1.55.0

  • Renamed to “AI Chatbot (odpovidej.cz)” / “AI Chatbot (odpochat.com)” with a more descriptive plugin listing description.
  • “Visit plugin site” now links to odpovidej.cz or odpochat.com depending on the site’s language.

1.54.0

  • “Analyze site content” is now highlighted as the primary action (filled button).
  • The Analytics opt-in toggle no longer names the specific analytics service in its label.
  • The source-usage counter now breaks the limit down by webpage/text source instead of showing one combined number.

1.53.0

  • Added an opt-in toggle for Microsoft Clarity (Settings > Analytics), off by default.
  • Added readme.txt and the GPL license header.

1.52.0

  • The payment button on the billing page now only appears once the payment form has finished loading.

1.51.0

  • “Add custom text” is now a popup next to the “Analyze site content” button.
  • The plugin’s name and description in the Plugins list follow the WordPress site’s language.

1.50.0 and earlier

  • Report overview, Inbox, onboarding wizard, unread-conversations badge, Dashboard widget, two-brand (CS/EN) admin localization, and various smaller improvements.