Title: PrixChat &#8211; Realtime Private &amp; Group Chat Plugin
Author: Tan Nguyen
Published: <strong>20 سپتامبر 2022</strong>
Last modified: 3 اکتبر 2022

---

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

![](https://ps.w.org/prixchat/assets/banner-772x250.jpg?rev=2787666)

این افزونه **با ۳ نگارش عمدهٔ اخیر وردپرس آزمایش نشده است**. ممکن است دیگر نگهداری
یا پشتیبانی نشود و هنگام استفاده با نگارش‌های تازه‌تر وردپرس مشکل سازگاری داشته 
باشد.

![](https://ps.w.org/prixchat/assets/icon.svg?rev=2787666)

# PrixChat – Realtime Private & Group Chat Plugin

 توسط [Tan Nguyen](https://profiles.wordpress.org/tanng/)

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

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

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

## توضیحات

Just one click install and you will have a truly real-time chat app. No third-party
services, no complicated setup.

[Home Page](https://prixchat.com) | [GitHub Project](https://github.com/PrixChat/wordpress/)

### Key Features

#### ⚡ Truly Realtime with SSE

Unlike other plugins which make AJAX requests periodically which consumes a lot 
of server’s resources or use WebSocket which requires a complicated setup and pricey,
PrixChat core was built upon SSE which cost less resource than long-polling requests,
and no need WS server setup.

#### 🪪 You Own Your Data

Because no third party service required, all data stay at your own server. You truly
own it! No risk, for free.

#### 🏢 Modern, Practical Design.

PrixChat frontend was built with React.js with the simple “boring” design that you
have seen in other chat apps. No surprise, no need time to learn, just fast and 
responsive experience.

#### ♾️ Unlimited Private and Group Chat.

Create unlimited private user to user or group chat. Manage it easily.

#### 🔃 Online status, Typing Indicator, Seen.

We support all major presence features that a chat system needs to level up user’s
experience.

#### 💞 Reply, Reactions, Emoji support.

Emoji, peply a message and reaction to a message are included, for free.

#### 🔢 New Message Badges

Don’t miss any new messages, the new messages badges help people keep in touch with
others.

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

[⌊Main App UI⌉⌊Main App UI⌉[

Main App UI

[⌊Settings Page⌉⌊Settings Page⌉[

Settings Page

## نصب

 1. Upload the plugin files to the `/wp-content/plugins/prixchat` directory or install
    the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress.
 3. Go to PrixChat menu and start using it.

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

### What makes PrixChat specials?

There are dozens of stuffs that makes PrixChat different with other plugins, but
at its core, PrixChat uses Server Sent Events which is fast, no complicated setup
like others which built on top of long-polling or WebSocket server. The frontend
also uses React.js which WordPress already heavy using it.

### Is there any external service or account required?

In short, No.
 We are working hard to release Audio and Video call features; a signal
server is probably required but only for those enhanced features. All of core features
stays free forever.

### Is SSE a proven technology?

The SSE keyword maybe new to you but if you know Firebase is built with it for their
famous real time database product, you’ll love it.
 Our story: PrixChat was battle
tested for two years before release, we’re using it for internal communicate without
email, the product started from using Firebase and then shifted to our own hosted
solution, the transition was smooth.

### When is new update rolled?

We believe constant update is the key of a healthy software but we also don’t want
to annoy people with meaningless updates.
 The feature updates releases monthly,
every first Tuesday. If we found a serious bug, the minor patch will come within
24 hours.

### Help, I have some issues!

Please raise a question in plugin’s support forum or contact us via hi@prixchat.
com

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

![](https://secure.gravatar.com/avatar/f3d7e6819f9316d425f616e1dec4a1f4b951608e0200507251de8a4fd553459e?
s=60&d=retro&r=g)

### 󠀁[I hope it has more customization](https://wordpress.org/support/topic/i-hope-it-has-more-customization/)󠁿

 [xiuxam](https://profiles.wordpress.org/xiuxam/) 23 سپتامبر 2022

And then I found this plugin, it works really good, I really impressed how easy 
to install it. I know this plugin is quite new so it isn’t have so much features,
it will be perfect if this plugin has sending file, and sound notification, and 
I need to have some options like block users, content modification, willing to pay
to have those features though. Regards, Wen Xian.

 [ خواندن تمامی 1 نقد و بررسی‌ ](https://wordpress.org/support/plugin/prixchat/reviews/)

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

“PrixChat – Realtime Private & Group Chat Plugin” نرم افزار متن باز است. افراد زیر
در این افزونه مشارکت کرده‌اند.

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

 *   [ Tan Nguyen ](https://profiles.wordpress.org/tanng/)
 *   [ PrixChat ](https://profiles.wordpress.org/prixchat/)

[ترجمه “PrixChat – Realtime Private & Group Chat Plugin” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/prixchat)

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

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

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

#### 1.1.0 (October 04rd, 2022)

 * New: Settings page.
 * New: Custom reaction emoji.
 * New: Custom roles to use the chat.
 * New: Notification sound URL.
 * Fix: Sometimes, typing indicator stay even user offline.
 * Tweak: 40% smaller bundle size.

#### 1.0.0 (September 06th, 2022)

_Initial Release_

## اطلاعات

 *  نگارش **1.1.0**
 *  آخرین به‌روزرسانی **4 سال پیش**
 *  نصب‌های فعال **10+**
 *  نگارش وردپرس ** 5.0 یا بالاتر **
 *  آزمایش‌شده تا **6.0.12**
 *  زبان
 * [English (US)](https://wordpress.org/plugins/prixchat/)
 * برچسب
 * [chat](https://fa.wordpress.org/plugins/tags/chat/)[group chat](https://fa.wordpress.org/plugins/tags/group-chat/)
   [live chat](https://fa.wordpress.org/plugins/tags/live-chat/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/prixchat/advanced/)

## امتیازها

 5 از 5 ستاره.

 *  [  امتیاز 1 5-ستاره     ](https://wordpress.org/support/plugin/prixchat/reviews/?filter=5)
 *  [  امتیاز 0 4-ستاره     ](https://wordpress.org/support/plugin/prixchat/reviews/?filter=4)
 *  [  امتیاز 0 3-ستاره     ](https://wordpress.org/support/plugin/prixchat/reviews/?filter=3)
 *  [  امتیاز 0 2-ستاره     ](https://wordpress.org/support/plugin/prixchat/reviews/?filter=2)
 *  [  امتیاز 0 1-ستاره     ](https://wordpress.org/support/plugin/prixchat/reviews/?filter=1)

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

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

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

 *   [ Tan Nguyen ](https://profiles.wordpress.org/tanng/)
 *   [ PrixChat ](https://profiles.wordpress.org/prixchat/)

## پشتیبانی

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

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