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
- Host: GitHub
- URL: https://github.com/strangerstudios/embed-wp-playground
- Owner: strangerstudios
- Created: 2023-10-18T14:24:21.000Z (almost 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-12-14T17:40:03.000Z (over 2 years ago)
- Last Synced: 2025-06-16T10:46:55.173Z (about 1 year ago)
- Language: JavaScript
- Size: 324 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- Contributing: .github/CONTRIBUTING.md
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