https://github.com/FriendsOfFlarum/reactions
❤ A Flarum extension that adds reactions to your Flarum Community!
https://github.com/FriendsOfFlarum/reactions
emoji extension flarum flarum-extension forum friendsofflarum hacktoberfest reactions
Last synced: about 2 months ago
JSON representation
❤ A Flarum extension that adds reactions to your Flarum Community!
- Host: GitHub
- URL: https://github.com/FriendsOfFlarum/reactions
- Owner: FriendsOfFlarum
- License: mit
- Created: 2018-03-22T21:43:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T08:55:26.000Z (8 months ago)
- Last Synced: 2024-10-29T22:37:24.654Z (7 months ago)
- Topics: emoji, extension, flarum, flarum-extension, forum, friendsofflarum, hacktoberfest, reactions
- Language: PHP
- Homepage:
- Size: 3.11 MB
- Stars: 19
- Watchers: 4
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-flarum - FoF Reactions - Adds reactions to your community. (Extensions / Discussion ([:top:](#table-of-contents)))
README
# Reactions by FriendsOfFlarum
 [](https://packagist.org/packages/fof/reactions) [](https://opencollective.com/fof/donate) [](https://datitisev.me/donate)
A [Flarum](http://flarum.org) 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` and `fof/gamification`### CDN
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.

### Installation
Install manually with composer:
```sh
composer require fof/reactions:"*"
```### Updating
```sh
composer update fof/reactions
php flarum cache:clear
```### Links
[](https://opencollective.com/fof/donate) [](https://datitisev.me/donate/github)
- [Packagist](https://packagist.org/packages/fof/reactions)
- [GitHub](https://github.com/FriendsOfFlarum/reactions)
- [Discuss](https://discuss.flarum.org/d/20655)An extension by [FriendsOfFlarum](https://github.com/FriendsOfFlarum).