Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playground Block as a sandbox for blocks, plugins, and even site edits #1597

Open
adamziel opened this issue Jul 10, 2024 · 0 comments
Open

Comments

@adamziel
Copy link
Collaborator

I recently managed to embed this live Playground Mindmap in a blog post using the Playground block:

https://whimsical.com/wordpress-playground-mindmap-3hVkrfvWsDvQXSPEDnUGcN

The embed used an <iframe>, and iframes are typically difficult to embed in posts because of security issues, KSES filtering, and user permissions. However, with Playground, we get a sandboxed environment that can run WordPress blocks, plugins, and even clone the current site.

Playground could, therefore, power the following features:

  • Use X block without installing it
  • Create a page with a feature from Y plugin without installing it
  • Build a custom block directly on the website
  • Easily embed external content
  • A "Playground editor role" who can fork the site, make changes, and propose them back – similar to pull requests but native to WordPress and without git.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment