nodebb-plugin-emoji-twemoji

Twitter emoji set for NodeBB (requires nodebb-plugin-emoji-extended)

Usage no npm install needed!

<script type="module">
  import nodebbPluginEmojiTwemoji from 'https://cdn.skypack.dev/nodebb-plugin-emoji-twemoji';
</script>

README

NodeBB Plugin: Twemoji <nodebb-plugin-emoji-twemoji>

Twitter emoji set for NodeBB.

Preview the set at: http://twitter.github.io/twemoji/2/test/preview.html

This plugin was based on nodebb-plugin-emoji-one and nodebb-plugin-emoji-apple.

The emoji set belongs to Twitter. You can find their repo here.

Installation

Install and activate nodebb-plugin-emoji-extended and nodebb-plugin-emoji-twemoji via the admin control panel of your NodeBB instance.

Manual installation

The manual installation via NPM may result in version-conflicts with NodeBB.

npm install nodebb-plugin-emoji-extended nodebb-plugin-emoji-twemoji

Development

This module gets developed using the NodeBB Grunt Framework.