Skip to content

UI to install WordPress plugins on Playground.wordpress.net #170

@adamziel

Description

@adamziel

Let's add UI to install WordPress Plugins on playground.wordpress.net. It may or may not be similar to the one we already have for selecting specific PHP and WP versions (thanks to @elchead):

CleanShot 2023-03-24 at 17 15 57@2x

Technically, that UI only needs to reload the page with one more plugin parameters, e.g. &plugin=coblocks&plugin=friends. The challenge here is creating an ergonomic user experience.

A good starting point is this file rendering the entire Playground.wordpress.net website:

const SupportedWordPressVersionsList = ['6.2', '6.1', '6.0', '5.9'];

Done is:

  • A UI control for adding plugins exists
  • It works well on mobile

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions