Support for simultaneous editing

I’d like to allow multiple authors/editors to simultaneously edit a single page. Each author should immediately see any changes made by any other users concurrently editing the page (just like happens in Google Docs).

Is there any way to do this in WordPress? Is there any plugin that makes it possible?

Related posts

Leave a Reply

1 comment

  1. Short answer – no. Long answer – WordPress retrieves and stores info in the database. To pull and push that data live to multiple locations simultaneously would tax the vast majority of users’ servers beyond their capabilities (especially shared hosting). It does let you know when someone else is editing a page or post, but beyond that I think it’ll be at least 3-5 years (if not more) before this is more than a pipe dream in the WordPress world.