WordPress 3.2: Add TinyMCE Buttons to HTML Editing in press-this.php

When I choose “HTML” (instead of “Visual”) for the editor in press-this.php I want the TinyMCE buttons to show up like they do when adding/editing a post via post.php.

For example, here’s a clipped screen shot of the buttons available in post.php when “HTML” is active:

Read More

buttons available when editing html

How do I get those buttons to show when using press-this.php?

I think this has to be a simple change but I haven’t found a simple answer. I haven’t written any plugins before so if that’s the solution I’d like some pointers.

Related posts

Leave a Reply

2 comments

  1. Using “HTML” mode in WordPress (whether you are in press-this or posts or pages) is mutually exclusive with having the TimeMCE buttons showing up. Clicking “Visual” puts you in TinyMCE mode. Clicking “HTML” turns off TinyMCE mode.

    TinyMCE helps you write HTML even if you don’t know how to write HTML (clicking the B button basically wraps the text you have selected with a <strong></strong> tag pair) . If you don’t know HTML or you want an editor to help you write it faster, use “Visual”. If you want to write the HTML yourself or you want to tweak the HTML output of TinyMCE, then use “HTML”.