Tag: "WYSIWYG"

How to add styles and buttons to the WYSIWYG Visual Editor in WordPress

Rebecca Markowitz | May 16, 2010 | 2 Comments
The Visual Editor in WordPress is great for clients. It lets them feel comfortable adding content with Word-like buttons that they are familiar with. But, what happens when they want more font styles? Although you can find plugins that add Quicktags to the HTML view Editor, such as Oren Yomtov's Post Editor Buttons Plugin, I ... View Post

How to avoid “gwProxy” or “jsproxy” code in WordPress

Rebecca Markowitz | March 21, 2010 | 0 Comments
While working on one of our sites, I noticed funny code starting to show up in the WYSIWYG editor area. I'm not sure if it actually messed anything up, but it was really annoying: <input id="gwProxy" type="hidden" /> <input id="jsProxy" onclick="jsCall();" type="hidden" /> I found one article online that said it was an FCK / ... View Post

Plugins and hacks for improving the WordPress TinyMCE editor

Miriam Schwab | March 24, 2008 | 16 Comments
The WordPress TinyMCE editor mercilessly strips tags at will. Some will tell you that in order to avoid this problem you should disable the visual editor, but this is not a realistic solution since a. Many people feel more comfortable using a visual editor and b. ... View Post

Amazing hack for fixing the code changing habits of the WordPress editor

Miriam Schwab | March 21, 2008 | 21 Comments
Update March 23, 2008: The code that I originally wrote below based on Roland O'Connor's post didn't work. I subsequently found this WordPress Forum topic, which had the correct code to replace, and I've corrected the post below. Also, I wrote a follow-up post to this one with more ... View Post

Shortcut and plugin for advanced editing options in the WordPress editor

| March 21, 2007 | 0 Comments
There is a demand for more editing options when entering posts in WordPress. As I mentioned here before, Dean's FCKeditor for WordPress plugin allows you to replace the standard WordPress editor options with the well-known FCKeditor. But this has two ... View Post

Dean’s FCKEditor for WordPress plugin

| February 22, 2007 | 0 Comments
From DEAN LEE:/DEV/BLOG: FCKEditor is a full feature web based WYSIWYG html editor,the best things is that:FCKeditor is compatible with most of the internet browsers which include: IE 5.5+ (Windows), Firefox 1.0+, Mozilla 1.3+ and Netscape 7,and claims to produce clean and valid XHTML 1.0 output. Dean’s ... View Post