EditrWP is a WordPress plugin facilitating creation of interactive embeds of the fabulous Editr plugin. EditrWP plugin can be bought at CodeCanyon here. Please use CodeCanyon support forum for any questions / bugs found.
1. Installation
a. Go to Plugins -> Add New -> Upload and upload the .zip file that you have downloaded.
b. Once installed, activate the plugin by clicking Activate.
2. Usage
a. Once activated, a left handside EditrWP menu will appear. From there on, you can upload any file to the EditrWp that will be later listed on a shortcode.
b. Once added an entry, go to a Post or a Page (Custom Post types are also supported) and click on Add Editr Shortcode. This will let you create Editr entries.
c) In case Force default was selected, EditrWP will be embeded in the default state. Defaults can be set in Settings -> EditrWP Settings.
3. EditrWP embed samples
1. Default EditrWP embed.
[editr item=”post-1267″ html=”switch.html;radio.html” css=”normalize.css;radio.css;switch.css” theme=”monokai”]
2. EditrWP embed with light theme.
[editr item=”post-1267″ html=”switch.html;radio.html” css=”normalize.css;radio.css;switch.css” theme=”solarized_light”]
3. EditrWP embed with horizontal view and the data set to readonly.
[editr item=”post-1267″ html=”switch.html;radio.html” css=”normalize.css;radio.css;switch.css” readonly=”true” view=”horizontal” theme=”monokai”]
4. EditrWP embed with vertical view.
[editr item=”post-1267″ html=”switch.html;radio.html” css=”normalize.css;radio.css;!switch.css” view=”vertical” theme=”monokai”]
5. EditrWP embed with cartesian view.
[editr item=”post-1267″ html=”switch.html;radio.html” css=”normalize.css;radio.css;switch.css” view=”cartesian” theme=”monokai”]