An open API service indexing awesome lists of open source software.

https://github.com/strangerstudios/embed-wp-playground

Embed the WordPress Playground via the block editor
https://github.com/strangerstudios/embed-wp-playground

Last synced: 26 days ago
JSON representation

Embed the WordPress Playground via the block editor

Awesome Lists containing this project

README

          

=== Embed WP Playground ===
Contributors: dlparker1005, strangerstudios
Tags: block, playground
Tested up to: 6.4.2
Stable tag: 0.1.0
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Embed the WordPress Playground via the block editor.

== Description ==

Embed WP Playground allows you to embed the WordPress Playground into your posts and pages using the block editor.

This block is perfect for:

* Demonstrating a plugin or theme
* Showing off a new feature
* Sharing a code snippet

For more information about the WordPress Playground, visit https://developer.wordpress.org/playground/

== Installation ==

= Download, Install and Activate! =
1. Go to Plugins > Add New to find and install Embed WP Playground.
2. Or, download the latest version of the plugin, then go to Plugins > Add New and click the "Upload Plugin" button to upload your .zip file.
3. Activate the plugin.

= Using the Block =

Once this plugin is activated, you can embed the WordPress Playground into your posts and pages by adding the "WordPress Playground" block.

== Frequently Asked Questions ==

= Does this block work for local development? =

In our testing, the block does not always work on local development sites, but it does work on live sites.

== Changelog ==

= 0.1.0 =
* Initial Release