A more complete emoji picker for the Froala WYSIWYG editor - includes 1,097 Emojis organised into 8 categories. Originally developed for emailoctopus.com, a low cost email marketing platform.
Include the CSS and JS files along with your Froala scripts:
<script src="./build/emojis.min.js"></script>
<link href="./build/emojis.min.css" rel="stylesheet" />
And simply register the Emojis button in your toolbar menu:
$('#froala-editor').froalaEditor({
toolbarButtons: ['undo', 'redo' , 'emojis']
})
See the LICENSE file for license rights and limitations (MIT).