the-turk/flarum-flamoji

Simple emoji manager for Flarum.

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Maintainers

👁 the-turk

Package info

github.com/the-turk/flarum-flamoji

Language:JavaScript

Type:flarum-extension

pkg:composer/the-turk/flarum-flamoji

Statistics

Installs: 11 682

Dependents: 0

Suggesters: 0

Stars: 8

Open Issues: 9

1.0.4 2022-04-04 21:00 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Replaces

None

MIT 1c9a886cdcac0a997f4351a4ae64c1c8aa0dbcc2

emojipickerflarum

This package is auto-updated.

Last update: 2026-01-05 05:42:58 UTC


README

👁 MIT license
👁 Latest Stable Version
👁 Total Downloads

Simple emoji manager for Flarum.

Screenshots:

👁 Picker

Features

  • 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).

Installation

composer require the-turk/flarum-flamoji

Updating

composer update the-turk/flarum-flamoji
php flarum migrate
php flarum assets:publish
php flarum cache:clear

Import and Export Configurations

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.

Links