PHPackages                             hypejunction/elgg\_tooltip - 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. hypejunction/elgg\_tooltip

ActiveElgg-plugin

hypejunction/elgg\_tooltip
==========================

Tooltip for Elgg

2.0.4(10y ago)170GPL-2.0JavaScript

Since Sep 30Pushed 10y ago1 watchersCompare

[ Source](https://github.com/hypeJunction/elgg_tooltip)[ Packagist](https://packagist.org/packages/hypejunction/elgg_tooltip)[ Docs](http://hypejunction.com)[ RSS](/packages/hypejunction-elgg-tooltip/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (2)Versions (8)Used By (0)

Tooltip for Elgg
================

[](#tooltip-for-elgg)

[![Elgg 2.0](https://camo.githubusercontent.com/981b94044a74b931be93e2825c7151896de9c8a53ccb960daf01b8fe0d800774/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f456c67672d322e302e782d6f72616e67652e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/981b94044a74b931be93e2825c7151896de9c8a53ccb960daf01b8fe0d800774/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f456c67672d322e302e782d6f72616e67652e7376673f7374796c653d666c61742d737175617265)

Tooltip component for Elgg

Features
--------

[](#features)

- Integrates Tooltipster ()
- Developer-friendly API

[![Tooltip](https://camo.githubusercontent.com/a67045ffe2ba83a03ae56ce194901aab58555d77f0d511464862705ad5a72a04/68747470733a2f2f7261772e6769746875622e636f6d2f687970654a756e6374696f6e2f656c67675f746f6f6c7469702f6d61737465722f73637265656e73686f74732f746f6f6c7469702e706e67 "Tooltip")](https://camo.githubusercontent.com/a67045ffe2ba83a03ae56ce194901aab58555d77f0d511464862705ad5a72a04/68747470733a2f2f7261772e6769746875622e636f6d2f687970654a756e6374696f6e2f656c67675f746f6f6c7469702f6d61737465722f73637265656e73686f74732f746f6f6c7469702e706e67)

Usage
-----

[](#usage)

To add a tooltip to a string or an html element, use `components/tooltip` view:

```
$tooltip = elgg_view('components/tooltip', array(
	'text' => elgg_view('output/img', array(
		'src' => '/some/image.jpg',
	)),
	'content' => elgg_view_entity($entity, array(
		'full_view' => false,
	)),
));
```

Alternatively, you can just add `.elgg-tooltip` class and a `title="Some text"`attribute to any html element:

```
echo elgg_view('output/url', array(
	'text' => 'Click me',
	'href' => '/take/me/away',
	'class' => 'elgg-tooltip',
	'title' => 'This will show in a tooltip',
));
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~1 days

Total

7

Last Release

3865d ago

Major Versions

1.x-dev → 2.0.02015-10-06

### Community

Maintainers

![](https://www.gravatar.com/avatar/5071b1cd852e094b3f564962a625e04c227adc73af30c5b46b243ab8f20154a7?d=identicon)[hypeJunction](/maintainers/hypeJunction)

---

Top Contributors

[![hypeJunction](https://avatars.githubusercontent.com/u/1202761?v=4)](https://github.com/hypeJunction "hypeJunction (21 commits)")

---

Tags

pluginuielggtooltip

### Embed Badge

![Health badge](/badges/hypejunction-elgg-tooltip/health.svg)

```
[![Health](https://phpackages.com/badges/hypejunction-elgg-tooltip/health.svg)](https://phpackages.com/packages/hypejunction-elgg-tooltip)
```

###  Alternatives

[coldtrick/widget_manager

Manage your widgets

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

Extend the functionality of The Wire

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

Provide an easy way to edit translations

113.4k1](/packages/coldtrick-translation-editor)

PHPackages © 2026

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