https://github.com/staylor/example-thing
Example Thing!
https://github.com/staylor/example-thing
Last synced: about 1 year ago
JSON representation
Example Thing!
- Host: GitHub
- URL: https://github.com/staylor/example-thing
- Owner: staylor
- Created: 2014-04-02T23:00:34.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-04-27T04:42:29.000Z (about 9 years ago)
- Last Synced: 2025-04-12T21:12:21.523Z (about 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 36
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
How to make a TinyMCE view in WordPress
=============
Example Thing!
In this exercise, we will support a new shortcode: `thing`
Activate the plugin to see a working example of a shortcode being parsed, edited, updated, and rendered.
To get started, create a Post in the WordPress editor with the following content:
`[thing]`
Click it to edit.
Note: you need to be running WordPress 3.9 (currently `trunk`) or later