Linux 软件免费装
Banner图

Chatifier AI – Voice & Text Assistant

开发者 chatifier
更新时间 2026年9月11日 00:31
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

customer support live chat lead generation ai chatbot voice chatbot

下载

1.1.0

详情介绍:

Chatifier AI installs the Chatifier voice and text assistant on selected public WordPress pages. Create a trial account and chatbot in one click or connect an existing publishable widget key, choose display rules and appearance, and verify the installation without editing theme code. The plugin itself does not run an AI model. Chatifier is an external hosted Software as a Service (SaaS). A Chatifier account and chatbot are required; the optional one-click setup can create both after explicit administrator consent. Available features and usage limits depend on the current Chatifier plan. External service The plugin contacts no external service merely because it is activated. An administrator must either provide a publishable widget key or explicitly choose one-click setup. When an administrator submits one-click setup, the plugin sends the public site URL, site title, plugin version, configured privacy-policy URL, submitted administrator email, and a random short-lived challenge to https://api.chatifier.ai/wordpress/provision. Chatifier requests the challenge from this site's public WordPress REST API to verify site control. It then creates a trial account and chatbot, starts importing public website content, returns a publishable widget key, and emails an invitation to the submitted address. No payment method is collected by this flow. Once enabled, eligible public pages load the Chatifier widget from https://www.chatifier.ai/chat-widget.js. The visitor's browser then contacts Chatifier when: The hosted widget currently retrieves runtime libraries and icon styles from jsDelivr (cdn.jsdelivr.net), Socket.IO's CDN (cdn.socket.io), and cdnjs (cdnjs.cloudflare.com). It uses app.chatifier.ai for chat and voice connections and api.chatifier.ai for service analytics. These resources are part of delivering the configured Chatifier service; the WordPress plugin does not use them for unrelated advertising. Review the service documents before enabling the widget: Site owners are responsible for choosing appropriate privacy and consent settings for their visitors. This plugin does not claim to guarantee compliance with any law. Features

安装:

  1. Upload the chatifier-ai folder to /wp-content/plugins/, or install the ZIP through Plugins → Add New → Upload Plugin.
  2. Activate "Chatifier AI – Voice & Text Assistant."
  3. Open Settings → Chatifier AI.
  4. Choose "Create & install my chatbot" and check your email, or open an existing Chatifier account and paste its data-auth-token publishable widget key.
  5. Review display, appearance, voice, and privacy settings, then save.
  6. Run the connection check, clear page/CDN caches, and test the public site in a private browser window.

屏幕截图:

  • Appearance controls: visual styles, sizes, launcher variants, typography, and eight colors.
  • Display rules: content types, excluded pages, URL patterns, and device visibility.
  • Voice and privacy controls, including the always-visible AI disclosure.
  • Status and diagnostics with a key-free connection check.

常见问题:

Does activation send data to Chatifier?

No. The remote widget loads only after an administrator saves a publishable key or explicitly chooses one-click setup. One-click setup sends the information listed in the External service section. Pressing "Run connection check" makes explicit, key-free health requests.

How do I integrate a consent manager?

Select "Wait for a chatifier:consent browser event." After your consent tool records the appropriate choice, dispatch: window.dispatchEvent(new CustomEvent('chatifier:consent')); You can also load manually with window.chatifier_ai.load() after the local loader is present.

How do developers suppress loading?

Use the boolean chatifier_ai_should_load filter: add_filter( 'chatifier_ai_should_load', '__return_false' ); The chatifier_ai_widget_attributes filter can adjust public data-* attributes. Never use it to expose a private credential.

Why is the live-site check failing after I enabled the widget?

The home page may be excluded by your rules or served from a full-page/CDN cache. Clear the caches and check again. If the widget intentionally does not appear on the home page, test an included page manually.

Does deactivation remove settings or Chatifier conversations?

No. Deactivation preserves local settings. On the settings page you may opt in to deleting local WordPress settings during uninstall. Uninstall never deletes your Chatifier account, chatbots, conversations, or billing data; manage those through Chatifier.

Can the plugin use a private API key?

No. The value embedded in a public page is necessarily visible to visitors. Use only the publishable widget key supplied for embed snippets.

更新日志:

1.1.0 1.0.0