Closed gullocean closed 6 years ago
I think that you forget to add the call to init the plugin:
window.emojiPicker = new EmojiPicker({ assetsPath: 'lib/images/', popupButtonClasses: 'fa fa-smile-o' }); window.emojiPicker.discover();
@cduran433 Thanks for your help. It works good. Awesome. (Finger Crossed)
I am very interested in this plugin, but this doesn't work on my website.
I already include jQuery, js and css files which is needed for this plugin, but it doesn't work. Maybe is there any special method which I can miss for this plugin?