PHPackages                             coldtrick/likes\_extended - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. coldtrick/likes\_extended

ActiveElgg-plugin[Utility &amp; Helpers](/categories/utility)

coldtrick/likes\_extended
=========================

More like options

v2.0(4w ago)095GPL-2.0-onlyPHPCI passing

Since Apr 21Pushed 3w agoCompare

[ Source](https://github.com/ColdTrick/likes_extended)[ Packagist](https://packagist.org/packages/coldtrick/likes_extended)[ Docs](https://www.coldtrick.com)[ Fund](https://www.paypal.me/ColdTrick)[ GitHub Sponsors](https://github.com/ColdTrick)[ RSS](/packages/coldtrick-likes-extended/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)DependenciesVersions (4)Used By (0)

Likes Extended
==============

[](#likes-extended)

[![Elgg 7.0](https://camo.githubusercontent.com/423f166548449e860ac4466d88666ed84d332bb93d5b6b9caa8c8a75806ad841/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f456c67672d372e302d677265656e2e737667)](https://camo.githubusercontent.com/423f166548449e860ac4466d88666ed84d332bb93d5b6b9caa8c8a75806ad841/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f456c67672d372e302d677265656e2e737667)[![Lint Checks](https://github.com/ColdTrick/likes_extended/actions/workflows/lint.yml/badge.svg?event=push)](https://github.com/ColdTrick/likes_extended/actions/workflows/lint.yml/badge.svg?event=push)[![Latest Stable Version](https://camo.githubusercontent.com/a25dc6648a3dba25bb8d7faec55739d4c7718f8c8ad79f9fa0ff8b698fc7eef3/68747470733a2f2f706f7365722e707567782e6f72672f636f6c64747269636b2f6c696b65735f657874656e6465642f762f737461626c652e737667)](https://packagist.org/packages/coldtrick/likes_extended)[![License](https://camo.githubusercontent.com/2fc72dfdf10c769e22bfec30956f3b0b6d85e7206cac17eb9c788c0cbc8196f6/68747470733a2f2f706f7365722e707567782e6f72672f636f6c64747269636b2f6c696b65735f657874656e6465642f6c6963656e73652e737667)](https://packagist.org/packages/coldtrick/likes_extended)

Offer more Likes options

Extending Like options
----------------------

[](#extending-like-options)

Register a callback to the event `'likes:subtypes', 'likes_extended'`. The return must be an array:

```
elgg_register_event_handler('likes:subtypes', 'likes_extended', function (\Elgg\Event $event): array {
	$result = $event->getValue();

	// my custom like
	$result['my_like_type'] = [
		'icon' => 'cheers',
	];

	return $result;
}
```

Also add the following language keys:

- `likes_extended::menu:add` used in the social menu as title when adding your like type
- `likes_extended::menu:remove` used in the social menu as title when removing your like type
- `likes_extended::tab` used when viewing the likes details to generate a tab text
- `likes_extended::annotation` used when viewing the likes details as an annotation title
- `likes_extended::action:success` used as a success message after clicking your like type
- `likes_extended::action:deleted` used as a success message after removing your like type
- `likes_extended::notification:subject` used as the notification subject for your like type
- `likes_extended::notification:summary` used as the notification summary for your like type
- `likes_extended::notification:body` used as the notification body for your like type

###  Health Score

39

—

LowBetter than 85% of packages

Maintenance94

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

Top contributor holds 89.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~19 days

Total

3

Last Release

29d ago

Major Versions

v1.0.1 → v2.02026-05-29

### Community

Maintainers

![](https://www.gravatar.com/avatar/a4ac1d6abe137b2a78bd0527b3c1f085be51c6a8f70e2fd81fcd7fac3d8d59bf?d=identicon)[jeabakker](/maintainers/jeabakker)

---

Top Contributors

[![jeabakker](https://avatars.githubusercontent.com/u/881958?v=4)](https://github.com/jeabakker "jeabakker (26 commits)")[![jdalsem](https://avatars.githubusercontent.com/u/861833?v=4)](https://github.com/jdalsem "jdalsem (3 commits)")

---

Tags

pluginelgg

### Embed Badge

![Health badge](/badges/coldtrick-likes-extended/health.svg)

```
[![Health](https://phpackages.com/badges/coldtrick-likes-extended/health.svg)](https://phpackages.com/packages/coldtrick-likes-extended)
```

###  Alternatives

[coldtrick/group_tools

Combines different group additions into one plugin

305.2k](/packages/coldtrick-group-tools)[coldtrick/profile_manager

Improved management of user and group profile fields

293.8k1](/packages/coldtrick-profile-manager)[coldtrick/widget_manager

Manage your widgets

214.4k](/packages/coldtrick-widget-manager)[coldtrick/thewire_tools

Extend the functionality of The Wire

133.2k](/packages/coldtrick-thewire-tools)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
