Get the list of emoji shortcodes supported by the API #347
-
Hi, Would it be possible to get the list of shortcodes I would like to use this list to let the user know a comment won't look exactly like what he typed because some emojis are going to be stripped from it. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We use JoyPixels to render the emoji so here are a few resources: https://trakt.docs.apiary.io/#introduction/emojis That GitHub project should have source code with the shortcodes and what they translate to. We use that toolkit on the website. |
Beta Was this translation helpful? Give feedback.
We use JoyPixels to render the emoji so here are a few resources:
https://trakt.docs.apiary.io/#introduction/emojis
https://www.joypixels.com/emoji
https://www.joypixels.com/fonts
https://github.com/joypixels/emoji-toolkit
That GitHub project should have source code with the shortcodes and what they translate to. We use that toolkit on the website.