Back to marketplace
126

Reactions

Buy now

Allows users to react to content or comments with emojis

Allows users to react to content or comments with emojis.

Overview

Similar to the "Like" module, but allows multiple reaction emojis, such as: πŸ‘ πŸ‘Ž πŸ˜„ πŸŽ‰ πŸ˜• ❀️

Settings

The available emoji selection is customizable from this list.

Possibility to:

  • disable the Like module. If so, existing "Likes" can be converted to an emoji of your choice. If later the Reaction module is uninstalled, the reactions linked to this emoji are converted back to "Likes".
  • choose the Reaction picker icon
  • restrict the maximum number of emojis a user can select to react to

Pricing

  • €45 including one-year of updates and support
  • €25 each year for updates and support
  • Possible discount for non-profit organizations or countries with a very low median income

You can:

Support, questions & feature requests

Financing

Version 1 was funded by the Transition Movement.

Advanced settings

Some advanced settings are available by changing the value of public fields of the Module.php file (documentation here).

Create your custom emoji list

By default, available emojis are located in your-humhub/static/img/emoji.

You can create a new folder on your server containing your custom emoji list (SVG files).

Then, change the values of the emojiPath and emojiUrl fields by editing the common.php file (documentation here). Example:

return [
    [your other values]
    'modules' => [
        [your other values]
        'reaction' => [
            'emojiPath' => '@webroot-static/img/my-custom-emojis',
            'emojiUrl' => '@web-static/img/my-custom-emojis',
        ]
    ]
]

Module Information

Price:
45 €
Latest version release:
1.1.4 - May 1, 2024
Publisher:
Author(s):
Website:
Compatibility:
HumHub 1.12 - Latest