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)
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.