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

https://github.com/staylor/example-thing

Example Thing!
https://github.com/staylor/example-thing

Last synced: about 1 year ago
JSON representation

Example Thing!

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