JQuery Emoji picker [closed] JQuery Emoji picker [closed] javascript javascript

JQuery Emoji picker [closed]


After the first time I asked this question, I only got down votes. So I thought, probably there isn't any other plugin out there and I developed my own based on Emojiarea (which also Webogram uses). Because I didn't copy the code from Webogram, I didn't sort the icons yet but my solution works how I excepted it.

The custom plugin can be found on my Github Account https://github.com/GittiHab/jquery-emojiarea.

I hope this helps others with a similar problem and takes away some work.


Thanks for your work @JSHelp.

I've found another one here:
https://github.com/wedgies/jquery-emoji-picker

Example usage:

Initialize the jQuery Emoji Picker by calling emojiPicker on an input element (...):

$('.question').emojiPicker({  height: '300px',  width: '450px'});


I've found another one i.e angular-emoji-popup plugins that you can encode and decode emoticons and pick emoji from popup.This plugins helpful for those who want to show emoji on webpage.you can download this plugins from github:-https://github.com/Coraza/angular-emoji-popup