CKEditor Samples » WordCount Plugin

WordCount Plugin for CKEditor that counts the words an shows the word count in the footer of the editor..

In order to use the new plugin, include it in the config.extraPlugins configuration setting.

CKEDITOR.replace( 'textarea_id', {
	extraPlugins: 'wordcount'
} );