| 开发者 | chatifier |
|---|---|
| 更新时间 | 2026年9月11日 00:31 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
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:
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:
chatifier:consent browser event.chatifier-ai folder to /wp-content/plugins/, or install the ZIP through Plugins → Add New → Upload Plugin.data-auth-token publishable widget key.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.
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.
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.
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.
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.
No. The value embedded in a public page is necessarily visible to visitors. Use only the publishable widget key supplied for embed snippets.