Title: MCE in Plugin
Last modified: August 19, 2016

---

# MCE in Plugin

 *  Resolved [mbzbugsy](https://wordpress.org/support/users/mbzbugsy/)
 * (@mbzbugsy)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/mce-in-plugin/)
 * Hi,
 * I’m new to WordPress, so I was hoping i might get some help here. I’m creating
   a plug-in from scratch and need to add a WYSIWYG textareas and inputs inside 
   my forms. I would like to add the default one that is being used in Posts and
   Page section. I’m grateful for any help.
 * Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [mbzbugsy](https://wordpress.org/support/users/mbzbugsy/)
 * (@mbzbugsy)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/mce-in-plugin/#post-1250041)
 * ok so far have tested this code and managed to get MCE load in the textarea. 
   But I like it to be in advance mode like in post and pages. Any ideas ?
 * add_filter( ‘teeny_mce_before_init’, create_function( ‘$a’, ‘$a[“height”] = “
   400”; $a[“width”] = “600”; $a[“onpageload”] = “”; $a[“mode”] = “textareas”; $
   a[“editor_selector”] = “mceEditor”; return $a;’ ) );
    wp_tiny_mce( true );
 * Thanks for any help
 *  Thread Starter [mbzbugsy](https://wordpress.org/support/users/mbzbugsy/)
 * (@mbzbugsy)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/mce-in-plugin/#post-1250261)
 * Ok, I found all the answers I needed in [this thread](http://wordpress.org/support/topic/222226?replies=10).
   I thank the others for sharing and saving my day. It’s really great to have people
   who care and help others.
 * Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘MCE in Plugin’ is closed to new replies.

 * 2 replies
 * 1 participant
 * Last reply from: [mbzbugsy](https://wordpress.org/support/users/mbzbugsy/)
 * Last activity: [16 years, 8 months ago](https://wordpress.org/support/topic/mce-in-plugin/#post-1250261)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
