Search code examples
twitterstylesemoji

How can I force an emoji design (twitter, microsoft, etc) on my website?


I'm using emojis on a website I'm developing. I would like them to use Twitter style. Is there any way to do this?


Solution

  • Use the twemoji project and implement the script in the <head> of your website.

    <script src="//twemoji.maxcdn.com/2/twemoji.min.js?2.7"></script>