Embedding the editor into a web page
Using a Iframe
Some editor option can be set via query string options.
Script that replace textarea
Put the following script in the page header. It will replace any textarea with class="editor". The script will also disable a bunch of plugins to make the editor feel more lightweight.
Then insert the editable text as a textarea.