[WordPress] 外掛分享: Chatina Ai – Live Chat Online Platform

首頁外掛目錄 › Chatina Ai – Live Chat Online Platform
WordPress 外掛 Chatina Ai – Live Chat Online Platform 的封面圖片
⚠ 此外掛已下架 — 不再更新維護,建議勿安裝。
800+
安裝啟用
★★★★★
5/5 分(39 則評價)
420 天前
最後更新
問題解決
WordPress 5.0+ v1.3.1 上架:2025-01-05

內容簡介

```html
<ul>
<li>Chatina AI 帶來先進的即時聊天功能到您的 WordPress 網站,透過 AI 技術提供的聊天解決方案,提升使用者參與度和支援效率。(即將推出...)</li>
</ul>
```

### 問題與解答:

1. Chatina AI 的主要功能有哪些?
- 即時聊天:立即與網站訪客連接,提供無縫支援並增進參與度。
- AI 智能回應:利用 AI 技術回答常見問題,縮短回應時間。(即將推出...)
- 可自訂聊天小工具:輕鬆自訂聊天小工具以配合您網站的設計和品牌特色。
- 使用者友善的儀表板:透過直覺式儀表板管理對話,查看分析資料並最佳化聊天互動。
- 與 Chatina 平台整合:完全相容 Chatina AI 平台,無縫整合 chatina.ai 上的其他功能。

2. 為什麼要選擇 Chatina AI?
- 透過 Chatina AI,您可以提供快速、準確和高效的即時聊天支援,提升客戶滿意度。適合企業、電子商務網站和服務供應商希望改善客戶互動和支援。

3. 這個外掛連接到外部 API 用於提供即時聊天功能和管理相關服務。請問 Chatina AI API 用於什麼?
- Chatina AI API 用於驅動即時聊天功能,包括初始化聊天、擷取聊天資訊以及與使用 Chatina 平台的企業互動。

4. 資料何時會被傳送? 有哪些 API 端點?
- 資料傳送時機:在開始聊天時,API 會將與聊天相關的元數據(如聊天 ID 和使用者憑證)發送出去。
- API 端點:
- https://api.chatina.ai/v1/chat:用於初始化和管理即時聊天,當開始聊天時發送聊天相關的元數據,如聊天 ID 和使用者憑證。
- https://api.chatina.ai/v1/business/:發送使用者憑證和企業識別碼以擷取可供聊天的企業詳細資訊。
- https://api.chatina.ai/v1/c/:發送聊天憑證和聊天元數據進行驗證並擷取聊天資料。
- https://api.chatina.ai/v1/chat/information:發送聊天 ID 和聊天憑證以擷取詳細的聊天資訊。
```

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.3.1) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Chatina Ai – Live Chat Online Platform」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Chatina AI brings advanced live chat functionality to your WordPress website, enhancing user engagement and support efficiency with an AI-powered chat solution. (Coming Soon…)
Try Operator Panel – Screenshots
Key Features

Real-Time Chat: Connect instantly with website visitors to provide seamless support and boost engagement.
AI-Powered Responses: Leverage AI-driven responses to answer common queries and reduce response time. (Coming Soon…)
Customizable Chat Widget: Easily customize the chat widget to match your site’s design and brand identity.
User-Friendly Dashboard: Manage conversations, view analytics, and optimize your chat interactions through an intuitive dashboard.
Integration with Chatina Platform: Fully compatible with the Chatina AI platform, integrating seamlessly with additional features on chatina.ai.

Why Choose Chatina AI?
With Chatina AI, you can enhance customer satisfaction by providing fast, accurate, and efficient live chat support. Ideal for businesses, e-commerce sites, and service providers looking to improve customer interaction and support.
External Services
This plugin connects to external APIs to provide live chat functionality and manage related services. The external services are detailed below:
Chatina AI API

What it is used for:
The Chatina AI API powers the live chat functionalities, including initializing chats, fetching chat information, and interacting with businesses using Chatina’s platform.

Data sent and when:

API Endpoints:
https://api.chatina.ai/v1/chat: Used to initialize and manage live chats. It sends chat-related metadata, such as chat ID and user tokens, when a chat is started.
https://api.chatina.ai/v1/business/: Sends the user’s token and business identifiers to fetch details about businesses available for chat.
https://api.chatina.ai/v1/c/: Sends a chat token and chat metadata to validate and retrieve chat data.

https://api.chatina.ai/v1/chat/information: Sends the chat ID and chat token to retrieve detailed chat-related information.

Other Data Sent:

User Tokens: Used to authenticate the user with the service.
Chat Metadata: Includes chat ID and session-related identifiers.

Why:
The API is required to facilitate the core functionalities of the plugin, including establishing communication between users and businesses.

Service Provider:
Chatina AI

Terms of Service
Privacy Policy

Chatina AI CDN

What it is used for:
The Chatina AI CDN (https://cdn.chatina.ai/static/) is used to serve assets and resources required for the plugin’s operation, such as JavaScript files and static content.

Data sent and when:
No personal or user data is sent to the CDN. It is accessed to fetch static resources required for plugin functionality.

Loading CSS and JavaScript Remotely
To ensure proper functioning of your Chatina chat widget, it is essential to load the required CSS and JavaScript files directly from Chatina’s CDN. Below are the URLs for the necessary assets:
Required Assets
JavaScript
URL: https://cdn.chatina.ai/static/widget.js
CSS
URL: https://cdn.chatina.ai/static/widget.css
By including these resources, your chat widget will have the most up-to-date code and styling, ensuring compatibility and optimal performance. Simply add the following and tags to your HTML:

Embedding these assets will integrate the necessary functionality and styles seamlessly into your webpage.
Source Code
To comply with WordPress.org guidelines, all source code related to this plugin is available in both the plugin directory and a public repository.
Unminified JavaScript and CSS files can be found in the following locations:
– Plugin Directory: /assets/js/widget-normal.js and /assets/css/widget-normal.css
– GitHub Repository: Chatina AI GitHub
For instructions on rebuilding the compressed files, please refer to the BUILD.md file in the GitHub repository or see the section below.
Build Instructions
This plugin uses build tools (e.g., Webpack, npm) for compression. Follow these steps to recreate the production files:
1. Clone the repository: git clone https://github.com/chatinaai/chatina-wordpress/chatina-wordpress.git
2. Navigate to the project directory: cd chatina-wordpress
3. Install dependencies: npm install
4. Build the files: npm run build
Additional Notes
Chatina uses React.js, a powerful and flexible open-source JavaScript library, to build and manage the dynamic components of the plugin. React.js is licensed under the MIT License, ensuring freedom for developers to use, modify, and distribute the library as needed.

延伸相關外掛

文章
Filter
Mastodon