Title: Integration with visual editor
Last modified: August 30, 2016

---

# Integration with visual editor

 *  [Stagger Lee](https://wordpress.org/support/users/stagger-lee/)
 * (@stagger-lee)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/integration-with-visual-editor/)
 * I activate TinyMce for comments on all my sites.
    Would it be very difficult 
   to integrate this plugin with visual editor part ?
 * Very needed plugin because design and styling of nested replies is pain in something.
 * [https://wordpress.org/plugins/at-reply-two/](https://wordpress.org/plugins/at-reply-two/)

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

 *  Plugin Author [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [10 years, 5 months ago](https://wordpress.org/support/topic/integration-with-visual-editor/#post-6869687)
 * How are you activating TinyMCE for comments? Are you using a plugin or some functions
   in your site?
 * If you can explain to me how you set that up, I may be able to reproduce it and
   make it work. In general it shouldn’t _not_ work, but it’s looking for a `textarea`
   of `comment` and if those were changed, that would break it.
 *  Thread Starter [Stagger Lee](https://wordpress.org/support/users/stagger-lee/)
 * (@stagger-lee)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/integration-with-visual-editor/#post-6869710)
 * I bought licence for WP Edit PRO and use only snippet for comments visual editor.
   In my own functions.php file. (plus separate JS file from plugin for nested replies)
 * [@reply](https://wordpress.org/support/users/reply/) Two works well if I switch
   to text editor. But not many visitors will know how to do it.
 *  Plugin Author [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [10 years, 5 months ago](https://wordpress.org/support/topic/integration-with-visual-editor/#post-6869726)
 * [https://wpeditpro.com/](https://wpeditpro.com/) ?
 * I’ll have a look, but it’s pay for, and I generally don’t support conflicts with
   paid products. That said, I know Josh so I’ll drop him a note 🙂
 *  [Josh](https://wordpress.org/support/users/josh401/)
 * (@josh401)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/integration-with-visual-editor/#post-6869762)
 * Hi guys,
 * I’m not at my work computer at the moment; but I’ll have a look at this first
   thing in the morning. I appreciate your patience.
 *  Plugin Author [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [10 years, 5 months ago](https://wordpress.org/support/topic/integration-with-visual-editor/#post-6869771)
 * No worries, Josh 🙂 It’s weekends and holidays.
 *  Thread Starter [Stagger Lee](https://wordpress.org/support/users/stagger-lee/)
 * (@stagger-lee)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/integration-with-visual-editor/#post-6869800)
 * Mika, dont worry about my code from WP Edit PRO. It is not important, except 
   for JS file for nested replies, and it doesnt conflict with your plugin. You 
   can use any PHP snippet for activating visual editor for comments, or those plugins
   when testing. It is the same for [@reply](https://wordpress.org/support/users/reply/)
   Two:
 * [https://wordpress.org/plugins/tinymce-visual-editor-comment/](https://wordpress.org/plugins/tinymce-visual-editor-comment/)
   
   [https://wordpress.org/plugins/tinymce-comment-field/](https://wordpress.org/plugins/tinymce-comment-field/)
 *  Plugin Author [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [10 years, 5 months ago](https://wordpress.org/support/topic/integration-with-visual-editor/#post-6869881)
 * > and it doesnt conflict with your plugin
 * Well… Wait. If it DOESN’T conflict, then it works.
 * Looking at tinymce-visual-editor-comment, it stops working because it renamed.
 * `<textarea class="wp-editor-area" rows="15" autocomplete="off" cols="40" name
   ="comment" id="comment" aria-hidden="true" style="display: none;"></textarea>`
 * See the `style="display: none;"` ? The problem there is the textarea named ‘comment’
   is what @Reply2 is looking for. I’m not sure what’s causing that though, since
   it’s still there…I’m poking at it.
 *  Thread Starter [Stagger Lee](https://wordpress.org/support/users/stagger-lee/)
 * (@stagger-lee)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/integration-with-visual-editor/#post-6869892)
 * Can you borrow and adapt some code from your friends. Those plugins works well
   with TinyMce activated and bbPress replies.
 * [https://wordpress.org/plugins/gd-bbpress-tools/](https://wordpress.org/plugins/gd-bbpress-tools/)
 * [https://github.com/r-a-y/bbp-quote/](https://github.com/r-a-y/bbp-quote/)
 *  Plugin Author [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [10 years, 5 months ago](https://wordpress.org/support/topic/integration-with-visual-editor/#post-6869913)
 * Looks like a whole mess of coding to look into
 * [https://github.com/r-a-y/bbp-quote/blob/master/bbp-quote.php#L64](https://github.com/r-a-y/bbp-quote/blob/master/bbp-quote.php#L64)
 * Basically I’ll have to do a check on that. Well. I needed a project today 😉
 *  Thread Starter [Stagger Lee](https://wordpress.org/support/users/stagger-lee/)
 * (@stagger-lee)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/integration-with-visual-editor/#post-6869915)
 * OK thanks.
 * I personally think nested replies are very hard to style to be something decent.
   Problem is I have no clue what to do, how to begin, what layout/design logic 
   to use. No matter what I try they are allways ugly.
 * They look like some miss by webdesign developer. Right like this. As not finished
   work, in some way. Difficult to explain.
 * There is one promising plugin from one girl here. Collapse nested replies plugin.
   For some reason could not get it to work, did not have time to investigate more.
 *  Plugin Author [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [10 years, 5 months ago](https://wordpress.org/support/topic/integration-with-visual-editor/#post-6869921)
 * It’s not the nested replies. It’s the way they’re _all_ messing with JS and the
   comment-reply.js file and … Basically they’re totally replacing the things I’m
   looking for. So I’ve got a couple ideas, but right now it’s me bashing my head
   into the table.

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

The topic ‘Integration with visual editor’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/at-reply-two_715a4e.svg)
 * [@Reply Two](https://wordpress.org/plugins/at-reply-two/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/at-reply-two/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/at-reply-two/)
 * [Active Topics](https://wordpress.org/support/plugin/at-reply-two/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/at-reply-two/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/at-reply-two/reviews/)

 * 11 replies
 * 3 participants
 * Last reply from: [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/integration-with-visual-editor/#post-6869921)
 * Status: not resolved