

Settings screen for review mode, reviewer roles, and supported content types.
Frustrated with client feedback chaos, multiple staging environments, endless meetings that could have been an email, hundreds of Jira tickets and lost Slack discussions?
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.
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.
Flow Pro extends the free workflow with the following additions:
Assign any number of reviewers per post and set a minimum approval count. Each vote (approved / changes requested / pending) is tracked independently.
Add external email addresses to a post review or site review. Each recipient gets a signed magic link that drops them straight into the review with their identity bound to that link.
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.
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.
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.
A device switcher in the review bar lets reviewers toggle between desktop, tablet, and mobile widths without leaving the page.
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.
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/.
From the plugin directory, with a supported Node.js release:
npm install or npm ci to install dependencies.npm run build to regenerate webpack output.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.
This plugin loads avatar images from Gravatar (operated by Automattic), which is a third-party service.
get_avatar_url(). No raw email address leaves the site.This is the same Gravatar integration that ships with WordPress core; the plugin does not contact any other external services.