Title: Playground Embedder
Author: Joost de Valk
Published: <strong>29 september 2023</strong>
Last modified: 14 oktober 2023

---

Plugins zoeken

![](https://ps.w.org/playground-embedder/assets/banner-772x250.png?rev=2979037)

Deze plugin **is niet getest met de laatste 3 grotere versies van WordPress**. Mogelijk
wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen
ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

![](https://ps.w.org/playground-embedder/assets/icon-256x256.png?rev=2979037)

# Playground Embedder

 Door [Joost de Valk](https://profiles.wordpress.org/joostdevalk/)

[Download](https://downloads.wordpress.org/plugin/playground-embedder.1.1.zip)

 * [Details](https://nl.wordpress.org/plugins/playground-embedder/#description)
 * [Beoordelingen](https://nl.wordpress.org/plugins/playground-embedder/#reviews)
 *  [Installatie](https://nl.wordpress.org/plugins/playground-embedder/#installation)
 * [Ontwikkeling](https://nl.wordpress.org/plugins/playground-embedder/#developers)

 [Ondersteuning](https://wordpress.org/support/plugin/playground-embedder/)

## 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](https://wordpress.github.io/wordpress-playground/docs/query-api#available-options).

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](https://wordpress.github.io/wordpress-playground/blueprints-api/index).

## Schermafbeeldingen

 * [[
 * A default button loaded when the playground is inserted into a page.
 * [[
 * The playground in action, this time loaded with `lazy=0`.

## Installatie

 1. Install & activate the plugin.
 2. Add a `[wp_playground]` shortcode to one of your pages.
 3. 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

 *   [ Joost de Valk ](https://profiles.wordpress.org/joostdevalk/)

“Playground Embedder” is vertaald in 1 locale. Dank voor [de vertalers](https://translate.wordpress.org/projects/wp-plugins/playground-embedder/contributors)
voor hun bijdragen.

[Vertaal “Playground Embedder” in je eigen taal.](https://translate.wordpress.org/projects/wp-plugins/playground-embedder)

### Interesse in ontwikkeling?

[Bekijk de code](https://plugins.trac.wordpress.org/browser/playground-embedder/),
haal de [SVN repository](https://plugins.svn.wordpress.org/playground-embedder/)
op, of abonneer je op het [ontwikkellog](https://plugins.trac.wordpress.org/log/playground-embedder/)
via [RSS](https://plugins.trac.wordpress.org/log/playground-embedder/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1

Added the lazy loading option.

#### 1.0

Initial release.

## Meta

 *  Versie **1.1**
 *  Laatst geüpdatet **3 jaar geleden**
 *  Actieve installaties **Minder dan 10**
 *  WordPress versie ** 6.0 of nieuwer **
 *  Getest t/m **6.2.9**
 *  PHP versie ** 7.4 of nieuwer **
 *  Talen
 * [Dutch](https://nl.wordpress.org/plugins/playground-embedder/) en [English (US)](https://wordpress.org/plugins/playground-embedder/).
 *  [Vertaal in je eigen taal](https://translate.wordpress.org/projects/wp-plugins/playground-embedder)
 *  [Geavanceerde weergave](https://nl.wordpress.org/plugins/playground-embedder/advanced/)

## Waarderingen

Er zijn nog geen beoordelingen ingediend.

[Your review](https://wordpress.org/support/plugin/playground-embedder/reviews/#new-post)

[Bekijk alle beoordelingen](https://wordpress.org/support/plugin/playground-embedder/reviews/)

## Bijdragers

 *   [ Joost de Valk ](https://profiles.wordpress.org/joostdevalk/)

## Ondersteuning

Iets te melden? Hulp nodig?

 [Het supportforum bekijken](https://wordpress.org/support/plugin/playground-embedder/)