How to extend TinyMCE with the Template Plugin
-
Hi everyone,
For the past two days I have been trying to extend the functionality of TinyMCE with the Template Plugin in WordPress. I don’t want to use a WordPress plugin to do this. However, I couldn’t find any examples or discussions on the internet, so any help will be appreciated
What I’ve managed to do so far is find the following information:
– A link for the plugin.
– What the Codex says – mce_external_plugins – This filter may be useful for loading any of the TinyMCE core plugins, many of which are not included by default in WordPress.
– And the list of installation instructions from the TinyMCE website:
– Add plugin to TinyMCE plugin option list example: plugins : “template”.
– Add the template button name to button list, example: theme_advanced_buttons3_add : “template”.
– Setup your template files
– Setup your template optionsI have no idea how to continue as I have never modified the TinyMCE editor before and I only found instructions but no examples on what to do. Again thank you for the help.
- The topic ‘How to extend TinyMCE with the Template Plugin’ is closed to new replies.