I am developing my comments submission form and i would like to create sth like http://wordpress.stackexchange.com window ( the one i am writting now in) with B, I, add hyper-link and photo, and bullets.
Are you using your own code?
Is there any plugin or someone could link me any web how to do it?

2 Answers
2

You can use WordPress’s built in TinyMCE editor anywhere in PHP code using wp_editor(). This would output all the necessary styles and scripts for it to load, and there are a lot of options documented in the codex link above.

Leave a Reply

Your email address will not be published. Required fields are marked *