Title: Chatifier AI – Voice &amp; Text Assistant
Author: chatifier
Published: <strong>2026년 9월 10일</strong>
Last modified: 2026년 9월 10일

---

플러그인 검색

![](https://ps.w.org/chatifier-ai/assets/banner-772x250.png?rev=3690197)

![](https://ps.w.org/chatifier-ai/assets/icon-256x256.png?rev=3690197)

# Chatifier AI – Voice & Text Assistant

 작성자: [chatifier](https://profiles.wordpress.org/chatifier/)

[다운로드](https://downloads.wordpress.org/plugin/chatifier-ai.1.1.0.zip)

 * [세부사항](https://ko.wordpress.org/plugins/chatifier-ai/#description)
 * [평가](https://ko.wordpress.org/plugins/chatifier-ai/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/chatifier-ai/#installation)
 * [개발](https://ko.wordpress.org/plugins/chatifier-ai/#developers)

 [지원](https://wordpress.org/support/plugin/chatifier-ai/)

## 설명

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 widget loads: the publishable key, current page path, site origin, platform/
   version, load timing, IP/network metadata normally present in an HTTP request,
   and widget interaction events may be transmitted.
 * A visitor chats: their messages, a random conversation identifier stored in browser
   local storage, and contact details they choose to enter are sent to Chatifier.
 * A visitor actively starts voice: microphone audio is sent to Chatifier for speech
   recognition and response generation. The browser asks for microphone permission
   first.

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:

 * Chatifier: https://www.chatifier.ai/
 * Terms: https://www.chatifier.ai/terms
 * Privacy: https://www.chatifier.ai/privacy
 * Data Processing Addendum: https://www.chatifier.ai/dpa
 * Subprocessors: https://www.chatifier.ai/subprocessors
 * Retention: https://www.chatifier.ai/retention

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

 * Enable or disable the widget without removing configuration.
 * Include public post types and exclude individual post/page IDs.
 * Include or exclude URL paths with simple wildcards.
 * Show on desktop, mobile, or both.
 * Bottom-left or bottom-right placement.
 * One-click verified trial setup, account invitation, chatbot creation, initial
   public-site import, and widget installation.
 * Configure title, welcome copy, eight colors, visual style, size, launcher shape/
   label/icon, typography, corner radius, depth, spacing, AI disclosure, voice notice,
   and privacy link.
 * Voice is off by default and can be enabled explicitly.
 * Optional consent mode delays all remote widget loading until your consent manager
   dispatches a `chatifier:consent` browser event.
 * Key-free service and live-site diagnostics.
 * WordPress privacy-policy helper text.
 * Developer filters for loading and public widget attributes.
 * Multisite-safe per-site settings.
 * Optional cleanup on uninstall.

## 스크린샷

[⌊Connect with one-click setup or an existing publishable widget key, with a live
widget preview.⌉⌊Connect with one-click setup or an existing publishable widget 
key, with a live widget preview.⌉[

Connect with one-click setup or an existing publishable widget key, with a live 
widget preview.

[⌊Appearance controls: visual styles, sizes, launcher variants, typography, and 
eight colors.⌉⌊Appearance controls: visual styles, sizes, launcher variants, typography,
and eight colors.⌉[

Appearance controls: visual styles, sizes, launcher variants, typography, and eight
colors.

[⌊Display rules: content types, excluded pages, URL patterns, and device visibility.⌉⌊
Display rules: content types, excluded pages, URL patterns, and device visibility
.⌉[

Display rules: content types, excluded pages, URL patterns, and device visibility.

[⌊Voice and privacy controls, including the always-visible AI disclosure.⌉⌊Voice
and privacy controls, including the always-visible AI disclosure.⌉[

Voice and privacy controls, including the always-visible AI disclosure.

[⌊Status and diagnostics with a key-free connection check.⌉⌊Status and diagnostics
with a key-free connection check.⌉[

Status and diagnostics with a key-free connection check.

## 설치

 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.

## FAQ

### 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.

## 후기

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

## 기여자 & 개발자

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

기여자

 *   [ chatifier ](https://profiles.wordpress.org/chatifier/)

[자국어로 “Chatifier AI – Voice & Text Assistant”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/chatifier-ai)

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

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/chatifier-ai/)는, [SVN 저장소](https://plugins.svn.wordpress.org/chatifier-ai/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/chatifier-ai/)
을 [RSS](https://plugins.trac.wordpress.org/log/chatifier-ai/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.1.0

 * Add verified one-click trial setup with account invitation, chatbot creation,
   initial website import, and automatic key installation.
 * Expand widget design controls with themes, sizes, launcher variants, typography,
   surface/message/header colors, radius, shadows, and placement spacing.
 * Add a dedicated email-invitation claim flow and 14-day trial status.

#### 1.0.0

 * Initial release with connection, display rules, appearance, voice/privacy controls,
   consent-delayed loading, diagnostics, preview, developer hooks, and opt-in uninstall
   cleanup.

## 기초

 *  버전 **1.1.0**
 *  최근 업데이트: **2일 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 6.3 또는 그 이상 **
 *  다음까지 시험됨: **7.1**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/chatifier-ai/)
 * 태그:
 * [AI Chatbot](https://ko.wordpress.org/plugins/tags/ai-chatbot/)[customer support](https://ko.wordpress.org/plugins/tags/customer-support/)
   [lead generation](https://ko.wordpress.org/plugins/tags/lead-generation/)[live chat](https://ko.wordpress.org/plugins/tags/live-chat/)
   [voice chatbot](https://ko.wordpress.org/plugins/tags/voice-chatbot/)
 *  [고급 보기](https://ko.wordpress.org/plugins/chatifier-ai/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](https://wordpress.org/support/plugin/chatifier-ai/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/chatifier-ai/reviews/)

## 기여자

 *   [ chatifier ](https://profiles.wordpress.org/chatifier/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/chatifier-ai/)