Simple emoji manager for Flarum.
Screenshots:
- Based on joeattardi/emoji-button repository.
- Add an emoji picker to the text editor (compatible with dark mode).
- Show Twemoji or unicode emojis in the picker.
- Search emojis in your own language.
- Add custom emojis to the picker.
- Import and export custom emoji configurations.
- Everything is dynamically loaded (no CDNs) when the picker is opened (there should be no performance impact until the user interacts with the picker).
composer require the-turk/flarum-flamoji
composer update the-turk/flarum-flamoji
php flarum migrate
php flarum assets:publish
php flarum cache:clear
I added these features so we can share our custom emoji configurations. Just use the "Export JSON" button from the extension's settings page to export your configuration and "Import JSON" button to import others. However, importing action will only import the configuration, not the image files. You still need to upload those images manually into your server.