jmadler / emoji-picker

Add a slick emoji selector to input fields and textareas on your website.
Other
1.31k stars 318 forks source link

Emoji icon is not showing. #91

Closed gullocean closed 6 years ago

gullocean commented 6 years ago

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?

cduran433 commented 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();

gullocean commented 6 years ago

@cduran433 Thanks for your help. It works good. Awesome. (Finger Crossed)