콘텐츠로 바로가기
WordPress.org

한국어

  • 테마
  • 플러그인
  • 소식
    • 문서
    • 포럼
  • About
    • WordPress 6.9
    • 워드프레스 6.8
    • 워드프레스와 40% 웹을 위한 여정
    • 워드프레스 번역 핸드북
  • 워드프레스 한국팀
  • 워드프레스 받기
워드프레스 받기
WordPress.org

Plugin Directory

ClientPin – Pin Client Feedback & Get Page Approval

  • 플러그인 제출하기
  • 내 즐겨찾기
  • 로그인
  • 플러그인 제출하기
  • 내 즐겨찾기
  • 로그인

ClientPin – Pin Client Feedback & Get Page Approval

작성자: Upluggit
다운로드
  • 세부사항
  • 평가
  • 설치
  • 개발
지원

설명

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 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.

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
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
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
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

자국어로 “ClientPin – Pin Client Feedback & Get Page Approval”(을)를 번역하세요.

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

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록을 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)
  • 태그:
    approvalclient approvalclient feedbackvisual feedbackWebsite review
  • 고급 보기

평점

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

Your review

모든 리뷰 보기

기여자

  • Upluggit

지원

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

지원 포럼 보기

  • 소개
  • 뉴스
  • 호스팅
  • 개인정보
  • 쇼케이스
  • 테마
  • 플러그인
  • 패턴
  • 배우기
  • 지원
  • 개발자 도구
  • WordPress.tv ↗
  • 참여하기
  • 이벤트
  • 기부하기 ↗
  • Swag ↗
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

한국어

  • X(이전 트위터) 계정 방문하기
  • 블루스카이 계정 방문하기
  • 마스토돈 계정 방문하기
  • 스레드 계정 방문하기
  • 페이스북 페이지 방문하기
  • 인스타그램 계정 방문하기
  • LinkedIn 계정 방문하기
  • 틱톡 계정 방문하기
  • 유튜브 채널 방문하기
  • 텀블러 계정 방문하기
코드는 詩다
The WordPress® trademark is the intellectual property of the WordPress Foundation.