Beschrijving
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.
Schermafbeeldingen
Installatie
- Install & activate the plugin.
- Add a
[wp_playground]shortcode to one of your pages. - You’re done.
Beoordelingen
Er zijn geen beoordelingen voor deze plugin.
Bijdragers & ontwikkelaars
“Playground Embedder” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
Bijdragers“Playground Embedder” is vertaald in 1 locale. Dank voor de vertalers voor hun bijdragen.
Vertaal “Playground Embedder” in je eigen taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
1.1
Added the lazy loading option.
1.0
Initial release.


