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

WordPress 外掛 Chatina Ai – Live Chat Online Platform 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「Chatina Ai – Live Chat Online Platform」是 2025-01-05 上架。 目前已經下架不再更新,不建議安裝使用。
  • 目前有 800 個安裝啟用數。
  • 上一次更新是 2025-01-22,距離現在已有 100 天。
  • 外掛最低要求 WordPress 5.0 以上版本才可以安裝。
  • 有 39 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

ertano | mihanwp |

外掛標籤

chat | AI chat | live chat | customer support |

內容簡介

```html


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


```

### 問題與解答:

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 和聊天憑證以擷取詳細的聊天資訊。
```

原文外掛簡介

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.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Chatina Ai – Live Chat Online Platform」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.3.1 | trunk |

延伸相關外掛(你可能也想知道)

  • Tawk.To Live Chat 》一款免費的訊息應用程式,可監控並與網站訪客聊天, 獲得洞察, 在實時監控並與網站訪客聊天時,獲得有價值的洞察。, 增加轉換率, 向新訪客和回頭客打招呼,幫...。
  • Typebot 》使用 Typebot 的對話式應用程序,可以收集比以往多 4 倍的回應。, 👉 建立漂亮的對話式應用程序,並輕鬆將它們嵌入您的 WordPress 網站中。, 👉 Typebot 幫助...。
  • SendPulse – Live Chat and Chatbot 》總結文案:, SendPulse提供的免費即時聊天和聊天機器人外掛,可幫助您與網站上的用戶進行溝通,促使他們轉化,並在購買後提供支援。您可以創建自動流程來介紹...。
  • hi.guru WebMessage 》隨著科技的迅速演進和人工智慧的提升,我們現在身處在一個以數位化為主的快速世界中。現今客戶也愈來愈精通科技,對於支援、查詢解決和線上購物的回應時間也...。
  • Ideal Wonderchat AI Chatbot 》,

    Wonderchat.io WordPress 外掛為您提升使用體驗:革新客戶互動和支援

    , ,

    在不斷發展的數位互動環境中,使用者...。

  • Igenchat 》總結:使用 Igenchat WordPress 外掛可輕鬆將您的 Igenchat 聊天機器人整合到 WordPress 網站中。只需安裝外掛,輸入 Chatbot ID,聊天機器人就會出現在您的...。
  • ShoppyChat 》總結:ShoppyChat 是一個 WordPress 外掛,可讓你輕鬆在網站上整合虛擬助理和聊天框。只需擁有助理的ID,即可與訪客開始聊天。, , 1. ShoppyChat 可以在哪種...。
  • Cheerlink Livechat, AI Chatbot 》### Cheerlink Livechat 繁體中文外掛介紹, , Cheerlink Livechat 是一個 AI 聊天機器人,可以輕鬆整合到您的網站,提升客戶服務和銷售。, , #### 總結:, Che...。
  • Cognitiveai widget chat AI 》Этот плагин использует сторонний сервис CognitiveAI для работы плагина чата с нейросетями. При использовании этого плагина данные могут передаватьс...。
  • Venixs 》總結:這個外掛可幫助您在 WordPress 應用程式上提供聊天支援,讓您可以透過獨特的聊天 SDK 與使用者更深入地交流。, , 問題與答案:, , 1. 這個外掛與哪個第...。

文章
Filter
Apply Filters
Mastodon