Guide to Creating Your Own WordPress Editor Buttons
- Published
- Genre
- Web Development
External source
code.tutsplus.com External website
You are viewing the Vahuk Story page. The link above opens the shared source website.
Most likely you know that WordPress is bundled with the HTML WYSIWYG editor, TinyMCE. The variety of features, and the ability to be extended though plugins, make it the most used WYSIWYG editor in the world. WordPress doesn’t make use of all its features, however. WordPress customizes it and only keeps parts which are really helpful to users, avoiding messing up the user interface. That also means some features, buttons for example, have been hidden from users. You can totally enable the hidden MCE buttons. Typically they are stylesheet, sub, sup buttons. If even the hidden ones still don’t satisfy your needs, then you have to create a TinyMCE plugin to do add your own. In this tutorial, I will walk you through the basics of adding your WordPress Editor buttons by creating a TinyMCE plugin.
Community reactions
Karma 26
Discussion
0 comments
No comments yet. Be the first to join the discussion.