#Introduction
A plugin for gnusocial which, when enabled, converts emoji's to their respective images.
Parses both a set of UTF-8 characters, and some well-known emotions characters (:-), :-(, for example).
#Installation
Place the Emoticons directory in the local or local/plugins folder of your gnusocial installation. Add the following line to your config.php.
addPlugin('Emoticon');
#Credits
Uses the php-emoji library for the conversion.