- Download TinyMCE
Chose the Latest Complete Release -
Unzip the archive
On a Unix-like platform with Command:sudo unzip tinymce_x.x.x.zip
-
Copy the tiny_mce Folder on your Site Root
On Unix-like by Commands:cd yourDownloadLocation
sudo cp -r tinymce rootDomain/
-
Activate the TinyMCE Editor
Insert in your Page on the Head or Best before the Body End something like:
-
Be Careful to Don’t put a Comma after the Latest Option (In this Example the last Option is theme_advanced_resizing)
-
If your TinyMCE do Not Work Check if All Plugins Inserted are Still Present inside of the plugins Folder and potentialy Delete those has been Removed from Distribuition…
-
Here the element Target has an id=”content”
-
Once your Page Reloaded you Should Find your Activated TinyMCE Editor :)
For Extra Documentation Configuration Check Here
.