Jumplinks Flow – Editorial Feedback, Review & Approval Workflow
Frustrated with client feedback chaos, multiple staging environments, endless meetings that could have been an email, hundreds of Jira tickets and lost Slack discussions? Or with AI drafts that look finished until a false claim, off-brand sentence, or broken layout ships? Jumplinks Flow was inspired by the GitHub pull request review experience with inline comments and approval or change requests workflow that developers love, brought natively into WordPress for content and site reviews. No SaaS subscription, no external tools, just a familiar, focused review experience your team will pick up from day one. If your current process depends on long comment threads, scattered docs and email, or third-party review tools, Flow gives you a cleaner path without complex setup or heavyweight workflow tools. If AI or automation is writing the first draft, Flow is the human checkpoint between that draft and Publish. ⚙️ How it works You assign a reviewer to the content — automatically from settings, or by picking a WordPress user or an email address for people outside your site. The reviewer opens the review page and sends feedback via inline comments anchored to the content. The reviewer requests changes or approves. If changes are requested, repeat 2–3 until approval is received. You publish with confidence once the content is approved. Optional: show who reviewed it next to the author. 🎯 Best for Agencies and developers who present in-progress work to clients for feedback and signoff Editorial teams that need a clear draft-to-publish workflow Website owners that want structure without heavy workflow configuration Teams publishing AI-assisted posts, pages, or products who need a named human to verify facts, assets, and layout before go-live ✨ AI-generated content review AI speeds up production. It does not take responsibility. Flow does not generate or detect AI content — it starts where your AI workflow ends: with a draft already in WordPress. Draft with ChatGPT, Claude, Gemini, n8n, Make, Zapier, the REST API, or any other tool, then save the result in WordPress. Assign a named reviewer automatically for new content, or pick a WordPress user or external email by hand. The reviewer inspects the rendered page — real theme, links, images, and layout — and pins comments to the exact sentence or media that needs a rewrite. Request changes, resolve threads, and resubmit until someone with a name attached approves. Optional: require approval before Publish, and show a “Reviewed by” credit on the live page after sign-off. Use any writing assistant or automation you already have. Flow stays source-agnostic and keeps the approval decision in WordPress. 🤝 Human-in-the-loop for AI agents When an AI agent is connected to your WordPress site (WordPress Agent Connector, MCP, or another connector that can call WordPress abilities), Flow is the gate between that agent and a human reviewer. The AI agent can: Assign a WordPress reviewer or an external email, then send the draft for review. Learn that Publish is blocked when mandatory review is on and the post is not yet approved. After a person leaves inline or general comments and requests changes, read those comments — including the exact passage that was selected — and see what to fix. Edit the page with whatever builder tools that agent already uses. Mark addressed comments resolved and send the post back for another human look. The person still owns approve and request-changes. Flow does not let the authoring agent approve its own work, and it does not rewrite Oxygen, Gutenberg, or Elementor trees itself. If the connected agent cannot edit the builder you use, it can still run the review workflow; someone else applies the copy edits. 💡 Why teams choose Flow GitHub-style workflow: Leave feedback exactly where it matters via inline comments so edits are clearer and faster. Review directly on rendered page: Reviewers don’t need access to the content editor; they review the rendered output. No WordPress account needed: Send a review to any email address and Flow mails that person a private magic link straight to the review page — no user account, no signup, no login. Automatic assignment: Choose a default reviewer in settings and Flow assigns them as soon as new supported content is created — including drafts from the REST API or an unattended automation. Named credit after approval: Optionally show “Reviewed by” on published content so the human who signed off is visible next to the author. Works with any editor: Dedicated integration with Gutenberg, Classic Editor, Elementor, Bricks Builder, Beaver Builder, Divi, Avada, Breakdance, and Oxygen Builder, but all editors are supported. Simple review and approval: Move content through practical statuses such as in review, changes requested, and approved. Mandatory mode can block Publish until that approval exists. Familiar Gutenberg-style review page: Dedicated review UI that feels native to WordPress. Fast team onboarding: Minimal setup and intuitive UI for writers, editors, and reviewers. Status-change notifications: Keep everyone aligned with timely workflow updates. Human-in-the-loop for agents: Connected AI agents can assign, send, read comments, and resubmit; only a person can approve, and mandatory review still blocks Publish. Lightweight by design: Built with native WordPress APIs and UI libraries. 🧩 Built for your content stack Editor support: Dedicated integration with Gutenberg, Classic Editor, Elementor, Bricks Builder, Beaver Builder, Divi, Avada, Breakdance, and Oxygen Builder workflows. Content type flexibility: Use Flow for posts, pages, products, and custom post types. WooCommerce friendly: Works smoothly with WooCommerce-based editorial setups. 🤖 What makes Flow different Most feedback tools are paid-only SaaS subscriptions that charge per reviewer and require clients to sign up for separate accounts. Flow runs entirely inside your WordPress site, and lets you invite reviewers with a single link — no signup, no monthly fee, no third-party service collecting your content. Editorial workflow plugins optimize for maximum configuration. Flow optimizes for feedback momentum. You get a clear approval process and contextual collaboration without overwhelming your team or clients with complexity. If you want an editorial workflow that is modern, focused, and easy to use from day one, Flow is built for you. 🚀 Pro features Flow Pro extends the free workflow with the following additions: 👥 Multiple reviewers Assign any number of reviewers per post and set a minimum approval count. Each vote (approved / changes requested / pending) is tracked independently. 🔗 Open to public Free covers one external email reviewer per post; Pro removes the limit. Add as many external email addresses as you need to a post review or a site review, and each recipient gets their own signed magic link that drops them straight into the review with their identity bound to that link. 🌐 Site-wide review Request a site review with one or many reviewers — logged-in users, external email invitees, or both. Reviewers land in a review mode overlaying your site, can navigate freely, and leave anchored comments on any page. 💬 Improved comments A TipTap-powered editor brings bold, italics, headings, lists, links, quotes, and code blocks to every review comment. Type @ to mention any reviewer, the author, or external invitees. 🔌 Webhooks for n8n, Zapier and Make Send review events to any automation tool. When a human approves or requests changes, Flow posts a signed JSON payload so your pipeline can carry on: publish the post, or hand the reviewer’s comments back to your writing agent, fix them, and resubmit for another human look. Payloads include the exact passage each inline comment points at, pre-formatted for a prompt. Deliveries are queued and retried with a full log, so a brief outage at your end does not lose an approval. 🔔 Slack integration Connect a Slack bot once and Flow DMs reviewers when they’re assigned, mentioned, approved, asked for changes, or invited to a site review. Member IDs auto-resolve by email; users can override per-event opt-ins from their profile. 📱 Device selector A device switcher in the review bar lets reviewers toggle between desktop, tablet, and mobile widths without leaving the page. 📊 Activity tracking An activity bar on the review page tracks every status change — pending review, in review, changes requested — along with the user who triggered each event. Development Where is the JavaScript and CSS source? Human-editable source for the compiled assets in build/ lives in the src/ directory. Files under build/ are generated by webpack; edit src/ instead of hand-editing build/. How do I rebuild the compiled assets? From the plugin directory, with a supported Node.js release: Run npm install or npm ci to install dependencies. Run npm run build to regenerate webpack output. Third-party JavaScript Packages such as @wordpress/scripts and @wordpress/icons are declared in package.json. After npm install, see each package under node_modules/ for license text, or refer to the upstream WordPress repositories. External services This plugin loads avatar images from Gravatar (operated by Automattic), which is a third-party service. What is sent: an MD5 hash of the user’s email address, generated by WordPress core via get_avatar_url(). No raw email address leaves the site. When: whenever the plugin renders a comment author avatar (review page comment cards, inline comment threads) or a reviewer/requester avatar (REST responses for the review sidebar and the Elementor, Bricks, Beaver Builder, Divi, Avada, Breakdance, and Oxygen Builder drawers). Why: to display each commenter’s avatar next to their comment, matching the rest of the WordPress avatar experience. Service URL: https://gravatar.com/ Terms: https://automattic.com/terms/ Privacy: https://automattic.com/privacy/ This is the same Gravatar integration that ships with WordPress core; the plugin does not contact any other external services.
Top keywords
- review32×2.05%
- wordpress20×1.28%
- flow18×1.15%
- content14×0.90%
- reviewer13×0.83%
- email12×0.77%
- comments11×0.70%
- page11×0.70%
- workflow11×0.70%
- approval10×0.64%
- builder10×0.64%
- ai9×0.58%
Reviso – Client Feedback & Approvals
Reviso turns WordPress into a true client-collaboration tool. Reviewers (clients, teammates, stakeholders) leave pinned feedback directly on your live pages, no logins, no email chains, no PDF round-trips. It’s native to the Bricks and Elementor builders and the Gutenberg block editor, and works on any WordPress theme or site. Reviso is a visual feedback and website proofing tool for WordPress: clients annotate any element with a pinned comment, you action it inside your builder, and you close each round with a recorded sign-off, which cuts revision rounds. For wording changes, reviewers can go further than commenting. Suggest mode is tracked changes for websites: they propose the new wording in place on the live page, and you accept or reject it in one click, so you never have to work out what “can we reword this?” actually meant. Because every pin captures an automatic screenshot plus the page, browser, operating system and screen size, the same review link doubles as a lightweight bug report and QA channel for launch snags, without sending anything to a third-party service. What’s in the free version Pinned comments on any element: desktop, tablet, or mobile Threaded replies so a back-and-forth doesn’t sprawl across messages Status tracking: open, in progress, resolved, with filters Single-page review links: share one page at a time with anyone, no login required Works in maintenance & coming-soon mode: review links open the real page for invited clients even while Bricks or Elementor maintenance mode is on, so you can collect feedback before launch without taking the site public Admin-bar quick-review: spin up a review for the current page (or whole site, Pro) from the Reviso icon on the front-end admin bar Client approvals: reviewers can mark a page as approved (own admin tab, Reviso → Approvals) Email notifications when someone leaves a comment, replies, or approves a page, with optional burst-coalescing so a flurry of comments arrives as a single email Builder-native UI: the comment overlay adopts the look of Bricks, Elementor or the block editor so it never feels bolted on Element-anchored pins that survive page edits (three fallback strategies: DOM, content, position) Suggest mode: reviewers propose replacement wording directly on the page, like a tracked change, and you accept or reject each one (applying an accepted edit inside Bricks is Pro) Internal comments: pin private team-only notes on any page, including archives, listings and search results, and share a thread with the client only when you choose Emoji reactions on any comment, so “yes, agreed” doesn’t need a whole reply Optional reviewer email: clients can leave feedback with just a name Feedback dashboard: every pinned comment across the whole site in one list Automatic screenshots with page, browser, OS and viewport context attached to each pin Cache-proof review links: reviewer sessions bypass W3 Total Cache, WP Rocket, LiteSpeed, WP Super Cache, Cache Enabler and SiteGround Optimizer, so a share link never shows a stale page Review drafts and unpublished pages through a private link before anything goes live Close on finish: a review can stop taking new comments once the client marks it done, with one-click reopen Available with the Pro addon Reviso Pro extends the free plugin with: Multi-page Reviews: bundle a whole site (or any subset of items) into one shareable Review, covering any post type and templates Email-restricted Reviews: each invitee gets a private magic link, with four roles (Viewer / Reviewer / Approver / Lead) Apply suggested edits in Bricks: accept a reviewer’s proposed wording and Reviso writes it to the page, taking a revertable snapshot first and purging common page caches so it shows immediately AI: automatic comment triage (bug / design / copy / content) and AI-summarised feedback rollups Reviso Cloud (Beta): manage feedback and approvals across all your sites from one dashboard, and optionally connect your own AI assistant to help action it White-label: your agency branding on the review portal, with light + dark logos that auto-pick the right variant for each surface (portal, builder splash, email header) Integrations: Slack, Discord, and generic webhooks (Zapier/Make → ClickUp, Trello, Jira, …) Email digests: optional weekly summaries Advanced notifications: multi-recipient delivery, From/Reply-To control, printable approval certificates Audit log + per-reviewer revoke Concurrent reviews with configurable expiry, including a no-end-date option The Pro addon requires this free plugin to be installed. Privacy & data Reviso stores comment data on your own WordPress site. We don’t see your reviewers’ feedback unless you opt in to Reviso Cloud’s AI features (Beta), which relay the items the assistant acts on to getreviso.io (see External services below). Optional anonymous telemetry (off by default) is opt-in. Full details in our privacy policy. External services This plugin can connect to external services run by us (Reviso, getreviso.io). Each is opt-in and described below. Anonymous usage telemetry (opt-in). When, and only when, you switch telemetry on in Settings → Reviso, the plugin sends a small weekly ping to https://getreviso.io. It contains version numbers, which features are enabled, and a random install ID, and never contains your pages, your reviewers’ comments, email addresses, or any personal data. If you installed Reviso by searching inside your WordPress admin, it also includes the search phrase you used (for example “client feedback”), so we can see how people find the plugin; it is recorded once at activation, capped at 60 characters, and is blank if you activated Reviso from your plugins list. It is used to prioritise fixes and features. You can turn it off again at any time, which stops all pings. Terms: https://getreviso.io/terms-of-service/ , Privacy policy: https://getreviso.io/privacy-policy/ Reviso Cloud (opt-in, Beta). An optional hosted service that connects your site to a Reviso Cloud account so you can manage feedback across all your sites from one dashboard and, in Beta, let an AI assistant you authorise help action that feedback. It does nothing unless an administrator connects the site under Settings → Reviso → Reviso Cloud, and you can disconnect at any time. Baseline sync. While connected, the site sends usage metadata to https://getreviso.io: your site name and address, the account email, your licence tier, and review titles and counts. This alone never sends your feedback content, screenshots, or reviewer details. AI assistant (Beta). If you use the Reviso Cloud AI tools on a connected site, the specific comments, screenshots, page structure, and reviewer names for the items the assistant reads are sent to https://getreviso.io and relayed to the AI agent you connect; with your permission the agent can also write changes back (post replies, resolve comments, edit page content). Only what the assistant acts on is transmitted, and only while you use it. Terms: https://getreviso.io/terms-of-service/ , Privacy policy: https://getreviso.io/privacy-policy/