We'll create fresh WordPress site with Mindmeister Shortcode installed. You have 20 minutes to test the plugin after that site we'll be deleted.
This plugin provides an easy way to embed Mindmeister plugins within your posts, page or whatever custom types you use.
It is pretty straightforward, with both lazy and complete way.
Copy and paste any URL for the [mindmeister url="MINDMAP_URL"]
shortcode.
Currently works with these mindmap URLs (the MINDMAP_URL
string above):
Alternatively, you can use only the ID if you feel comfortable enough with this syntax:
[mindmeister id="ID"]
[mindmeister]ID[/mindmeister]
They work at any time:
id
: ID of the Mindmeister mindmapurl
: URL of the Mindmeister mindmapheight
: desired height of the displayed mindmap (numeric, in pixel)width
: desired width of the displayed mindmap (numeric, in pixel)zoom
: desired zoom of the displayed mindmap (numeric, between 0 and 10)You need at least either of url
or id
arguments to procude a working shortcode.
If WP_DEBUG
is enabled, error message will be traced through WP_Error
.