A Flarum extension. A Flarum extension that adds reactions to your Flarum Community!
- Just click the react button when hovering over a post, and choose the reaction!
- Custom reactions can be easily added via the admin page
- Integration with
flarum/likes
andfof/gamification
By default, this extension uses Twemoji 14
delivered via cdnjs.cloudflare.com
. You may however change this to any valid CDN of your chooosing, including switching out from Twemoji. See the extension settings in the Flarum admin panel for usage example.
Install manually with composer:
composer require fof/reactions:"*"
composer update fof/reactions
php flarum cache:clear
An extension by FriendsOfFlarum.