Playground Embedder Icon

Playground Embedder

By Joost de Valk

Active Installs

0+

Last Updated

October 14, 2023

First Released

September 29, 2023

Download History (Last one month)


Contributors

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.

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

No FAQ provided.

Changelog

1.1

Added the lazy loading option.

1.0

Initial release.

<br />
<b>Warning</b>:  Undefined array key /home/ylinkin/truewp.net/wp-content/plugins/truewp-plugin-info/truewp-plugin-info.php on line 756
" width="120" height="120">

Available Versions

Version Download Type
1.1 Download Stable
Development Download Trunk

Plugin Info

  • Version: 1.1
  • Last Updated: October 14, 2023
  • Active Installs: 0+
  • WordPress Version: 6.0 or higher
  • Tested up to: 6.2.9
  • PHP Version: 7.4 or higher

Ratings


0.0 out of 5 stars. (0 reviews)

See all reviews
Scroll to Top