...
Code Block | ||
---|---|---|
| ||
LIVECHATSDK.SDK.getEmojiShortcut().then( function(EmojiShortcutClass) { // Deep copy into new object window.Emoji_by_ShortName = jQuery.extend(true, {}, EmojiShortcutClass); } ); |
...
Download the complete JSON Emoji shortnames and shortcuts file by clicking on the following box:
View file | ||
---|---|---|
|
Using a regular expression pattern we can define a special sequence of characters (like : shortname:) to search and replace with the equivalent emoji stored in the LIVECHATSDK.LIVECHAT.emojiShortNames
hash.
...