Title: TideReply &#8211; AI Customer Chat for WooCommerce
Author: tidereply
Published: <strong>9 جولای 2026</strong>
Last modified: 9 جولای 2026

---

جستجوی افزونه‌ها

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

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

# TideReply – AI Customer Chat for WooCommerce

 توسط [tidereply](https://profiles.wordpress.org/tidereply/)

[دانلود](https://downloads.wordpress.org/plugin/tidereply.1.0.0.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/tidereply/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/tidereply/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/tidereply/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/tidereply/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/tidereply/)

## توضیحات

**TideReply** is a lightweight plugin that connects your WordPress site to [TideReply](https://tidereply.com),
an AI customer-support chat trained on your own website and knowledge base. Your
visitors get instant, accurate answers in a chat widget – and if they ask “where
is my order?”, the answer is verified against your own WooCommerce store.

#### Features

 * **One-Click Setup** – install the plugin, click Connect, approve, done. No code,
   no theme editing.
 * **AI answers from your content** – TideReply crawls your site and answers visitor
   questions accurately, with human handoff when needed.
 * **WooCommerce order status** – visitors can ask about their own order in the 
   chat and get fulfillment status and tracking. The order number and checkout email
   are verified on your own server before anything is shown; customer names and 
   addresses never leave your site.
 * **Secure by design** – callbacks are authenticated with a per-site secret (HMAC,
   replay-protected), and the order-to-email match happens on your server.
 * **Lightweight** – no database tables, no bloat. One async script tag on the front
   end.

#### How It Works

 1. Install and activate this plugin
 2. Go to Settings, TideReply and click “Connect to TideReply”
 3. Log in (or sign up), pick your business, and approve
 4. The chat widget is live on your site – with WooCommerce active, order-status answers
    switch on automatically

#### Requirements

 * WordPress 6.3 or higher
 * PHP 7.4 or higher
 * A TideReply account (sign up at [tidereply.com](https://tidereply.com))
 * WooCommerce is optional – only needed for order-status answers

#### External services

This plugin connects to **TideReply** (app.tidereply.com), a third-party service
operated by Evorbi:

 1. It loads the chat widget script `https://app.tidereply.com/widget.js` on your site’s
    front end. When visitors use the chat, their messages and the page URL are sent
    to TideReply to generate answers.
 2. During setup, the plugin exchanges a one-time connection code at `https://app.tidereply.
    com/api/wordpress/connect/exchange` (or `/manual`), sending your site URL, REST
    API base URL, WordPress and plugin versions, and whether WooCommerce is active.
 3. If WooCommerce is active, TideReply’s servers call back into your site (`/wp-json/
    tidereply/v1/order-status`, HMAC-authenticated) when a visitor asks about their
    own order. The request carries the order number and email the visitor typed; the
    response contains order status, tracking and total only – never names or addresses.
 4. On disconnect or deactivation, the plugin notifies `https://app.tidereply.com/api/
    wordpress/connect/disconnect`.

Terms of service: https://tidereply.com/terms
 Privacy policy: https://tidereply.
com/privacy

## عکس‌های صفحه

[⌊One-click connect from Settings, TideReply.⌉⌊One-click connect from Settings, 
TideReply.⌉[

One-click connect from Settings, TideReply.

[⌊The chat widget answering an order-status question.⌉⌊The chat widget answering
an order-status question.⌉[

The chat widget answering an order-status question.

## نصب

#### From WordPress Dashboard

 1. Go to Plugins > Add New
 2. Search for “TideReply”
 3. Click “Install Now” and then “Activate”
 4. Go to Settings > TideReply and click “Connect to TideReply”
 5. Log in (or sign up), pick your business, and approve. The chat widget is now live.

#### Manual Installation

 1. Download the plugin zip file
 2. Go to Plugins > Add New > Upload Plugin
 3. Upload the zip file and click “Install Now”
 4. Activate the plugin
 5. Go to Settings > TideReply and click “Connect to TideReply”, then approve

#### If the Connect button does not work on your host

Use the manual setup on the same settings screen: paste the API key from your TideReply
dashboard (Settings, Widget) and click “Connect with API key”.

## سوالات متداول

### Does it work without WooCommerce?

Yes. The chat widget works on any WordPress site. WooCommerce only adds the order-
status answers.

### What data is sent to TideReply?

Visitor chat messages and the page URL (to answer questions), plus the connection
metadata listed under External services. Order-status requests are answered by your
own site; only status, tracking and total are returned.

### How do I remove it?

Click Disconnect on the settings page (or deactivate the plugin). Uninstalling deletes
every option the plugin created.

### Is the order lookup secure?

Yes. Requests are authenticated with a per-site secret (HMAC over the exact request
bytes, 5-minute replay window), the order-to-email match happens on your server,
and mismatches are indistinguishable from not-found to the person asking.

## نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

## توسعه دهندگان و همکاران

“TideReply – AI Customer Chat for WooCommerce” نرم افزار متن باز است. افراد زیر 
در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

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

[ترجمه “TideReply – AI Customer Chat for WooCommerce” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/tidereply)

### علاقه‌ مند به توسعه هستید؟

[کد را مرور کنید](https://plugins.trac.wordpress.org/browser/tidereply/)، [مخزن SVN](https://plugins.svn.wordpress.org/tidereply/)
را بررسی کنید، یا از طریق [RSS](https://plugins.trac.wordpress.org/log/tidereply/?limit=100&mode=stop_on_copy&format=rss)
در [گزارش توسعه](https://plugins.trac.wordpress.org/log/tidereply/) مشترک شوید.

## گزارش تغییرات

#### 1.0.0

 * Initial release: one-click connect, widget injection, WooCommerce order-status
   endpoint.

## اطلاعات

 *  نگارش **1.0.0**
 *  آخرین به‌روزرسانی **2 هفته پیش**
 *  نصب‌های فعال **کمتر از 10**
 *  نگارش وردپرس ** 6.3 یا بالاتر **
 *  آزمایش‌شده تا **7.0.2**
 *  نگارش PHP ** 7.4 یا بالاتر **
 *  زبان
 * [English (US)](https://wordpress.org/plugins/tidereply/)
 * برچسب
 * [AI](https://fa.wordpress.org/plugins/tags/ai/)[chat](https://fa.wordpress.org/plugins/tags/chat/)
   [chatbot](https://fa.wordpress.org/plugins/tags/chatbot/)[customer support](https://fa.wordpress.org/plugins/tags/customer-support/)
   [woocommerce](https://fa.wordpress.org/plugins/tags/woocommerce/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/tidereply/advanced/)

## امتیازها

هنوز هیچ نقدی ارسال نشده است.

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

[مشاهده همه بررسی‌ها](https://wordpress.org/support/plugin/tidereply/reviews/)

## مشارکت کنندگان

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

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/tidereply/)