Using Emojione with tinymce

337 Views Asked by At

I want to integrate EmojiOne emojis in TinyMCE editor as a TinyMCE plugin. EmojiOne has javascript plugin called EmojiOne-Area. But I am not sure about how it could be used in TinyMCE editor.

Any idea about how the plugin could be integrated with TinyMCE? (Replace default TinyMCE emoticons plugin with EmojiOne-Area)

1

There are 1 best solutions below

2
Michael Fromin On BEST ANSWER

You would have to create your own plugin for this. You can look at how the standard emoticons plugin is built and adjust that as needed to do what you need with that 3rd party product.