Mindmeister Plugin Demo

I found a WordPress plugin for Mindmeister that is really easy to implement and decided to write this page that demonstrates it.

The syntax is:

[mindmeister url="MINDMEISTER-URL"]

You can find the plugin here.

And as an aside I had to find a way to display syntax in the blog. First I tried Syntax Highlighter Compress, but that didn’t work and so then I learned that WordPress plugins are called using shortcode syntax which led me to Show Shortcode. Using this plugin is just the shortcode:

[showshortcode][/showshortcode]

And you place your shortcode in between the tags.

Note: The use of shortcodes is very much like coding in HTML except in some cases (like the Mindmeister plugin) no closing tag is needed.