# Emojione for CKEditor This plugin integrates the emojione library into the CKEditor. The plugin allows you to add all known emojis into your content in unicode format. Plugin on the [CKEditor website](http://ckeditor.com/addon/emojione) Try our [Demo](http://ckeditor-emojione-demo.braune-digital.com) You can install the dependencies and the plugin with bower: ``` bower install ckeditor bower install emojione bower install ckeditor-emojione ``` After that you can register the plugin within your CKeditor configuration: ``` CKEditor
``` This addon has been inspired by the [smiley plugin](https://github.com/ckeditor/ckeditor-dev/tree/master/plugins/smiley) and added support for native emojis.