Title: PhilDesigns Client Review
Author: phildesigns
Published: <strong>23 جولای 2026</strong>
Last modified: 23 جولای 2026

---

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

![](https://ps.w.org/phildesigns-client-review/assets/icon-256x256.png?rev=3620089)

# PhilDesigns Client Review

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

[دانلود](https://downloads.wordpress.org/plugin/phildesigns-client-review.1.1.0.zip)

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

 [پشتیبانی](https://wordpress.org/support/plugin/phildesigns-client-review/)

## توضیحات

Send clients a private, single-use invite link to preview your WordPress site before
launch. Clients register and land in a full-screen preview shell where they can 
switch between Desktop, Tablet, and Mobile viewports and drop numbered pin annotations
anywhere on the page — similar to commenting in a PDF.

All comments are stored per page and per device size. When the client finishes, 
they submit their review, which emails a formatted HTML summary to the site admin.
The admin can then view all feedback in a dedicated dashboard, mark items as Done
or Needs Clarification, and leave response notes.

#### Features

 * Single-use, expiring invite links — clients register once and are assigned the
   Client Reviewer role automatically
 * Full-screen preview shell with Desktop (1440px), Tablet (768px), and Mobile (
   390px) viewport switching
 * Click-to-pin annotations — clients click anywhere on the page to drop a numbered
   pin and write a comment
 * Comments stored per page URL and per device size
 * Multiple reviewers supported — each user can only edit or delete their own comments
 * Admin response notes visible to the client on their next login
 * “Finish Review” button sends a formatted HTML email summary to the site admin
 * Admin dashboard with per-reviewer comment lists, status controls (Open / Done/
   Needs Clarification), and admin note fields
 * Client Reviewer role is blocked from wp-admin and has the admin bar hidden
 * Customisable typography, accent colour, and button styles via the Settings page
 * No external dependencies — no third-party services or APIs required

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

[⌊Preview shell with pin annotations and the comment sidebar open⌉⌊Preview shell
with pin annotations and the comment sidebar open⌉[

Preview shell with pin annotations and the comment sidebar open

[⌊Generating a new invite link in the admin dashboard⌉⌊Generating a new invite link
in the admin dashboard⌉[

Generating a new invite link in the admin dashboard

[⌊Invite links table showing status (Active / Used / Expired)⌉⌊Invite links table
showing status (Active / Used / Expired)⌉[

Invite links table showing status (Active / Used / Expired)

[⌊Reviews dashboard — reviewer list on the left, annotations on the right⌉⌊Reviews
dashboard — reviewer list on the left, annotations on the right⌉[

Reviews dashboard — reviewer list on the left, annotations on the right

[⌊Annotation card with status dropdown and admin note field⌉⌊Annotation card with
status dropdown and admin note field⌉[

Annotation card with status dropdown and admin note field

[⌊Registration form clients see when opening their invite link⌉⌊Registration form
clients see when opening their invite link⌉[

Registration form clients see when opening their invite link

[⌊Login page for returning clients⌉⌊Login page for returning clients⌉[

Login page for returning clients

[⌊Settings page — typography, accent colour, and button customisation⌉⌊Settings 
page — typography, accent colour, and button customisation⌉[

Settings page — typography, accent colour, and button customisation

## نصب

 1. Upload the `client-review` folder to `/wp-content/plugins/`
 2. Activate the plugin through the **Plugins** menu in WordPress
 3. Navigate to **Client Review  Invite Links** to generate your first invite link

#### Requirements

 * WordPress 6.7 or higher
 * PHP 8.0 or higher
 * A working `wp_mail()` setup on your server for email delivery

#### After Activation

The plugin automatically creates two database tables (`wp_cr_invites` and `wp_cr_annotations`),
registers the **Client Reviewer** user role, and registers the `/client-review/`
URL for the preview shell.

If the `/client-review/` URL returns a 404, go to **Settings  Permalinks** and click
Save to flush rewrite rules.

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

### Do clients need an existing WordPress account?

No. Clients register via their invite link using their name, email, and a password.
The plugin creates their account and logs them in automatically.

### Can I invite multiple clients?

Yes. Each invite link is single-use and creates a separate account. You can generate
as many links as you need from **Client Review  Invite Links**.

### Why are review summary emails not arriving?

The plugin uses WordPress’s built-in `wp_mail()`. If emails are not being delivered,
check that your hosting environment has a working mail setup or install an SMTP 
plugin such as WP Mail SMTP.

### Does deactivating the plugin remove client data?

No. Deactivating preserves the Client Reviewer role and all annotation data. To 
fully remove all data, delete the plugin.

### Can clients browse the whole site from the preview shell?

Yes. The site is rendered in an iframe and clients can navigate normally. Clicking
any link updates the URL in the toolbar and reloads comments for the new page.

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

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

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

“PhilDesigns Client Review” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت
کرده‌اند.

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

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

[ترجمه “PhilDesigns Client Review” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/phildesigns-client-review)

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

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

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

#### 1.1.0

 * Renamed all classes, hooks, option names, nonces, and asset handles to the `PDCR`/`
   pdcr_` prefix
 * Fixed a security issue where the annotation status REST endpoint had no permission
   check
 * Fonts are now self-hosted by default — no request to Google’s servers unless 
   explicitly enabled in Settings
 * All CSS and JS are now registered with `wp_enqueue_style()`/`wp_enqueue_script()`
   instead of being hand-printed in templates

#### 1.0.0

 * Initial release
 * Single-use invite link system with 30-day expiry
 * Client Reviewer user role with wp-admin access blocked and admin bar hidden
 * Full-screen preview shell with Desktop / Tablet / Mobile switcher
 * Click-to-pin visual annotation system with per-page and per-device storage
 * REST API for annotation CRUD with ownership enforcement
 * Collapsible sidebar with comment list, status badges, and admin response display
 * “Finish Review” modal with HTML email summary to admin
 * Admin dashboard: Invite Links page and Reviews page with status and note controls
 * Settings page for typography, accent colour, and button styling customisation

## اطلاعات

 *  نگارش **1.1.0**
 *  آخرین به‌روزرسانی **1 روز پیش**
 *  نصب‌های فعال **کمتر از 10**
 *  نگارش وردپرس ** 6.7 یا بالاتر **
 *  آزمایش‌شده تا **7.0.2**
 *  نگارش PHP ** 8.0 یا بالاتر **
 *  زبان
 * [English (US)](https://wordpress.org/plugins/phildesigns-client-review/)
 * برچسب
 * [annotations](https://fa.wordpress.org/plugins/tags/annotations/)[client review](https://fa.wordpress.org/plugins/tags/client-review/)
   [feedback](https://fa.wordpress.org/plugins/tags/feedback/)[preview](https://fa.wordpress.org/plugins/tags/preview/)
   [site review](https://fa.wordpress.org/plugins/tags/site-review/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/phildesigns-client-review/advanced/)

## امتیازها

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

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

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

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

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

## پشتیبانی

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

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