Plugin info

Total downloads: 683
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 2 language(s)
Contributors: 2
Last updated: 10/14/2023 (809 days ago)
Added to WordPress: 9/29/2023 (2 years old)
Minimum WordPress version: 6.0
Tested up to WordPress version: 6.2.8
Minimum PHP version: 7.4

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 809 days ago

20/100

Is Playground Embedder abandoned?

Possibly abandoned (last update 809 days ago).

Compatibility

Requires WordPress: 6.0
Tested up to: 6.2.8
Requires PHP: 7.4

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

Add the WordPress playground by adding a [wp_playground] shortcode to your pages. This plugin supports all the attributes the playground supports, which you can find here.

By default, the plugin lazy loads the playground, so it’s only loaded after a button click. An additional feature is that you
can decide not to lazy load the playground by adding lazy=0 to the shortcode, like so:

[wp_playground lazy=0]

At this point the plugin renders the playground immediately.

Blueprints

You can load entire blueprints into the shortcode by putting them in the content between the shortcode, like this:

[wp_playground]
{
    "landingPage": "/wp-admin/",
    "preferredVersions": {
        "php": "8.0",
        "wp": "latest"
    },
    "steps": [
        {
            "step": "login",
            "username": "admin",
            "password": "password"
        }
    ]
}
[/wp_playground]

These blueprints allow you to install themes, plugins and more. To learn about them, read the Playground documentation.

Installation

  1. Install & activate the plugin.
  2. Add a [wp_playground] shortcode to one of your pages.
  3. You’re done.

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

  1. A default button loaded when the playground is inserted into a page.

    A default button loaded when the playground is inserted into a page.

  2. The playground in action, this time loaded with <code>lazy=0</code>.

    The playground in action, this time loaded with lazy=0.

Changelog

1.1

Added the lazy loading option.

1.0

Initial release.