mervick / emojionearea

Emoji Picker Plugin for jQuery
https://jsfiddle.net/mervick/1v03Lqnu/765/
MIT License
953 stars 257 forks source link

Incorrect show some of smileys #133

Closed AmirHosseinKarimi closed 7 years ago

AmirHosseinKarimi commented 7 years ago

Hi. I use emojionearea 2.1.4 with emojione 2.1.1 also with some changes.... I change smileys list is filters and add some other emoji codes from emoji one. When i insert some (multiple emojies like multi person emojies or husbends) emojies like ( :family_man_girl_boy: or :family_man_boy: ) and some other... these show correct in emoji list and also in emojionearea but when i get text from emoji area it convert to unicode and in another hand when show it these will explode and show like this => :woman: :man: :girl: :boy: How can i fix it?

AmirHosseinKarimi commented 7 years ago

Sorry i fixed it. For someone may have this question: First set Options.shortnames = true and get area text then convert text from shortname to image by emojione.shortnameToImage(":family_mwgb:"); it fixed!