Title: Playground Embedder
Author: Joost de Valk
Published: <strong>29. September 2023</strong>
Last modified: 14. Oktober 2023

---

Plugins suchen

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

Dieses Plugin wurde **nicht mit den 3 neuesten Hauptversionen von WordPress getestet**.
Es wird möglicherweise nicht mehr gepflegt oder unterstützt und kann bei der Verwendung
mit neueren WordPress-Versionen zu Kompatibilitätsproblemen führen.

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

# Playground Embedder

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

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

 * [Details](https://de.wordpress.org/plugins/playground-embedder/#description)
 * [Rezensionen](https://de.wordpress.org/plugins/playground-embedder/#reviews)
 *  [Installation](https://de.wordpress.org/plugins/playground-embedder/#installation)
 * [Entwicklung](https://de.wordpress.org/plugins/playground-embedder/#developers)

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

## Beschreibung

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).

## Screenshots

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

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

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

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

## Installation

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

## Rezensionen

Zu diesem Plugin liegen noch keine Rezensionen vor.

## Mitwirkende und Entwickler

„Playground Embedder“ ist Open-Source-Software. Folgende Menschen haben an diesem
Plugin mitgewirkt:

Mitwirkende

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

„Playground Embedder“ wurde in 1 Sprache übersetzt. Danke an [die Übersetzer](https://translate.wordpress.org/projects/wp-plugins/playground-embedder/contributors)
für ihre Mitwirkung.

[Übersetze „Playground Embedder“ in deine Sprache.](https://translate.wordpress.org/projects/wp-plugins/playground-embedder)

### Interessiert an der Entwicklung?

[Durchstöbere den Code](https://plugins.trac.wordpress.org/browser/playground-embedder/),
sieh dir das [SVN-Repository](https://plugins.svn.wordpress.org/playground-embedder/)
an oder abonniere das [Entwicklungsprotokoll](https://plugins.trac.wordpress.org/log/playground-embedder/)
per [RSS](https://plugins.trac.wordpress.org/log/playground-embedder/?limit=100&mode=stop_on_copy&format=rss).

## Änderungsprotokoll

#### 1.1

Added the lazy loading option.

#### 1.0

Initial release.

## Meta

 *  Version **1.1**
 *  Zuletzt aktualisiert **vor 3 Jahren**
 *  Aktive Installationen **weniger als 10**
 *  WordPress-Version ** 6.0 oder höher **
 *  Getestet bis **6.2.11**
 *  PHP-Version ** 7.4 oder höher **
 *  Sprachen
 * [Dutch](https://nl.wordpress.org/plugins/playground-embedder/) und [English (US)](https://wordpress.org/plugins/playground-embedder/).
 *  [Übersetze in deine Sprache](https://translate.wordpress.org/projects/wp-plugins/playground-embedder)
 *  [Erweiterte Ansicht](https://de.wordpress.org/plugins/playground-embedder/advanced/)

## Bewertungen

Es wurden noch keine Rezensionen eingereicht.

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

[Alle Rezensionen anzeigen](https://wordpress.org/support/plugin/playground-embedder/reviews/)

## Mitwirkende

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

## Support

Möchtest du etwas mitteilen? Brauchst du Unterstützung?

 [Support-Forum anzeigen](https://wordpress.org/support/plugin/playground-embedder/)