Title: ClientPin – Pin Client Feedback &amp; Get Page Approval
Author: Upluggit
Published: <strong>2026년 7월 19일</strong>
Last modified: 2026년 8월 3일

---

플러그인 검색

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

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

# ClientPin – Pin Client Feedback & Get Page Approval

 작성자: [Upluggit](https://profiles.wordpress.org/upluggit/)

[다운로드](https://downloads.wordpress.org/plugin/clientpin.1.1.0.zip)

 * [세부사항](https://ko.wordpress.org/plugins/clientpin/#description)
 * [평가](https://ko.wordpress.org/plugins/clientpin/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/clientpin/#installation)
 * [개발](https://ko.wordpress.org/plugins/clientpin/#developers)

 [지원](https://wordpress.org/support/plugin/clientpin/)

## 설명

**ClientPin turns “can you move that logo?” emails into pinned, trackable, approvable
feedback — directly on the live WordPress site.**

Built for agencies and freelancers: send your client a secure review link (no account
needed), they click anywhere on the page to leave a comment, and when they’re happy
they press **Approve** — creating a permanent approval record with name, timestamp,
and IP. No more “but I never approved this.”

Your data never leaves your server. No SaaS subscription, no per-seat fees, no proxy
rendering that breaks your site.

### Why ClientPin

 * **Page approval, recorded.** Clients approve pages (or request changes) with 
   one click. Every decision is logged with approver identity, note, timestamp, 
   and IP — and you can print a branded **Approval Certificate** per feedback round.
 * **Figma-style visual comments.** Clients click any element to drop a numbered
   pin, write feedback, and attach inspiration images. Pins are anchored to DOM 
   elements and reposition responsively.
 * **Automatic viewport screenshots.** Every comment captures what the client actually
   saw, stored in your Media Library.
 * **No client accounts.** Secure, expiring, revocable review links bypass the WordPress
   login.
 * **Team workflow.** Assign comments to teammates, track Todo / In Progress / Done,
   reply in threads, and work in versioned feedback rounds.
 * **Email notifications.** Assignment, status, reply, and approval alerts via wp_mail()—
   fully toggleable, with extra recipient support.
 * **Admin dashboard.** Project health tiles, activity feed, feedback manager with
   filters and bulk actions, approval log, and review-link manager.

### Perfect for

 * Agencies collecting feedback on staging sites
 * Freelancers who need documented client approval before invoicing
 * Teams tired of feedback scattered across email, Slack, and calls

### Third-Party Libraries

This plugin bundles [html2canvas](https://html2canvas.hertzen.com/) v1.4.1 (MIT 
license) to capture the viewport screenshot attached to each comment. The screenshot
is rendered entirely in the visitor’s browser; no page content is sent anywhere 
except to your own WordPress site. Both the minified build (`assets/js/vendor/html2canvas.
min.js`) and the unminified source (`assets/js/vendor/html2canvas.js`) are included.

### External Services

This plugin does not contact any external service. It sends no data anywhere: no
licensing checks, no update pings, no analytics, no usage tracking. All feedback,
screenshots, and approval records are created and stored on your own server.

The one exception is entirely under your control and off by default: if you enter
a Slack Incoming Webhook URL or a generic webhook URL (Zapier, Make, or your own
endpoint) in ClientPin  Settings, feedback events are sent to the endpoint you chose.
Nothing is transmitted unless you enter a URL yourself. What is sent: the event 
type, comment or approval text, the reporter/approver name, and the page URL. Because
you choose the destination, refer to the terms of whichever service you point the
webhook at — for example [Slack’s Privacy Policy](https://slack.com/trust/privacy/privacy-policy).

### Privacy

ClientPin stores the following data in custom database tables on your own server:

 * **Feedback comments:** the comment text, the page URL, the position of the pin,
   an optional reporter email address, and screenshots the reviewer captured or 
   uploaded (stored in your Media Library).
 * **Approvals:** the approver’s name, an optional email address and note, the page
   URL, a UTC timestamp, and — as the audit trail that gives an approval its legal
   weight — the reviewer’s **IP address and browser user agent**.
 * **Review links:** the access token, an optional description, and the expiry date.

Because approval records deliberately capture IP addresses, you should tell your
clients that their approval is being logged. All of this data is deleted when you
uninstall the plugin, unless you enable “Keep data on uninstall” in ClientPin  Settings.

## 스크린샷

[⌊Dashboard — project health tiles, active round, and client activity feed⌉⌊Dashboard—
project health tiles, active round, and client activity feed⌉[

Dashboard — project health tiles, active round, and client activity feed

[⌊Client overlay — numbered feedback pins with comment thread, status, and replies,
right on the live site⌉⌊Client overlay — numbered feedback pins with comment thread,
status, and replies, right on the live site⌉[

Client overlay — numbered feedback pins with comment thread, status, and replies,
right on the live site

[⌊Page approval — clients approve or request changes with name, note, and recorded
timestamp⌉⌊Page approval — clients approve or request changes with name, note, and
recorded timestamp⌉[

Page approval — clients approve or request changes with name, note, and recorded
timestamp

[⌊Approvals log — every approval decision with approver identity, plus printable
Approval Certificate⌉⌊Approvals log — every approval decision with approver identity,
plus printable Approval Certificate⌉[

Approvals log — every approval decision with approver identity, plus printable Approval
Certificate

[⌊Feedback board — drag-and-drop Kanban view with filters and CSV export⌉⌊Feedback
board — drag-and-drop Kanban view with filters and CSV export⌉[

Feedback board — drag-and-drop Kanban view with filters and CSV export

[⌊Review Links — generate secure client links and manage active sessions⌉⌊Review
Links — generate secure client links and manage active sessions⌉[

Review Links — generate secure client links and manage active sessions

## 설치

 1. Upload the `clientpin` folder to `/wp-content/plugins/`, or install via Plugins
    Add New.
 2. Activate the plugin through the ‘Plugins’ menu.
 3. Open **ClientPin  Review Links**, generate a link, and send it to your client.
 4. Your client comments and approves pages directly on the site — you manage everything
    from **ClientPin  Dashboard**.

## FAQ

### Do clients need a WordPress account?

No. Review links use cryptographically secure tokens that bypass the login screen.
Links can expire automatically and can be revoked at any time.

### What exactly is recorded when a client approves a page?

The approver’s name, optional email, optional note, the page URL, a UTC timestamp,
IP address, and browser user agent. You can print an Approval Certificate summarizing
all approvals in a round.

### Can clients change or delete my team’s task assignments?

No. Guests with review links can comment, reply, set comment status, and approve
pages. Assigning tasks, managing rounds, and viewing your team’s user list require
a logged-in staff account.

### Where are screenshots stored?

Uploaded screenshots are validated, re-checked as real images, and stored in your
WordPress uploads folder via the Media Library.

### What happens to my data if I uninstall?

By default all plugin data is removed. Enable “Keep data on uninstall” in ClientPin
Settings to preserve feedback and approval records.

### Do the emails work with SMTP plugins?

Yes. All notifications are dispatched through wp_mail(), so any SMTP plugin applies
automatically.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“ClientPin – Pin Client Feedback & Get Page Approval”(은)는 오픈 소스 소프트웨어입니다.
다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

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

[자국어로 “ClientPin – Pin Client Feedback & Get Page Approval”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/clientpin)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/clientpin/)는, [SVN 저장소](https://plugins.svn.wordpress.org/clientpin/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/clientpin/)을
[RSS](https://plugins.trac.wordpress.org/log/clientpin/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.1.0

 * Approval records now store a fingerprint of the page content the client signed
   off on.
 * Approvals log flags pages that have changed since they were approved.
 * Review overlay shows “Changed since approval” when the page no longer matches
   the approved version.
 * Approvals CSV export includes the content fingerprint and the date a change was
   first detected.

#### 1.0.0

 * Initial release.
 * Visual pin comments on the live site with automatic viewport screenshots and 
   inspiration image attachments.
 * Secure, expiring, revocable client review links — no client accounts needed.
 * Page approval: clients approve pages or request changes, recorded with identity,
   timestamp, and IP.
 * Feedback rounds with carry-over of unresolved comments and per-round progress
   tracking.
 * Admin dashboard with project stats, activity feed, and onboarding checklist.
 * Feedback manager with server-side filtering, pagination, bulk actions, and inline
   assignment.
 * Team assignments, status tracking, threaded replies, and background email notifications.
 * Mobile-friendly review overlay with welcome tour, element highlighting, and resolved-
   pin toggle.
 * Printable Approval Certificates, Kanban board view, and CSV export of feedback
   and approvals.

## 기초

 *  버전 **1.1.0**
 *  최근 업데이트: **1개월 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 5.6 또는 그 이상 **
 *  다음까지 시험됨: **7.0.4**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/clientpin/)
 * 태그:
 * [approval](https://ko.wordpress.org/plugins/tags/approval/)[client approval](https://ko.wordpress.org/plugins/tags/client-approval/)
   [client feedback](https://ko.wordpress.org/plugins/tags/client-feedback/)[visual feedback](https://ko.wordpress.org/plugins/tags/visual-feedback/)
   [Website review](https://ko.wordpress.org/plugins/tags/website-review/)
 *  [고급 보기](https://ko.wordpress.org/plugins/clientpin/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/clientpin/reviews/)

## 기여자

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

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/clientpin/)