PHPackages                             codelight/tinymce-button-button - 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. codelight/tinymce-button-button

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

codelight/tinymce-button-button
===============================

Add buttons with specified CSS classes to your WordPress TinyMCE editor

1.1.1(8y ago)016PHP

Since Sep 25Pushed 6y ago3 watchersCompare

[ Source](https://github.com/codelight-eu/tinymce-button-button)[ Packagist](https://packagist.org/packages/codelight/tinymce-button-button)[ RSS](/packages/codelight-tinymce-button-button/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (4)Used By (0)

WordPress TinyMCE Button Button
===============================

[](#wordpress-tinymce-button-button)

Add buttons to your TinyMCE editor. The "buttons" are actually just link tags with CSS classes you can define.

[![Screenshot](https://camo.githubusercontent.com/46f68ab7042f37ef9c68556cbf7dd0c4f8eb423495946db2c752a7a3df681496/68747470733a2f2f692e696d6775722e636f6d2f6e6d48356465422e706e67)](https://camo.githubusercontent.com/46f68ab7042f37ef9c68556cbf7dd0c4f8eb423495946db2c752a7a3df681496/68747470733a2f2f692e696d6775722e636f6d2f6e6d48356465422e706e67)

Installation
------------

[](#installation)

Via Composer:
`composer require codelight/tinymce-button-button`

Alternatively, download and install as a WordPress plugin.
Note that v2 of this plugin will only be released as a composer package.

Usage
-----

[](#usage)

Register different button styles using the following filter:

```
add_filter('tinyMCEButton', function ($buttons) {
    $buttons[] = [
        'text' => 'Intro Button',
        'value' => 'button intro-button'
    ];
    return $buttons;
});
```

Every element in the `$buttons` array will create a new selectable button style.
The `text` parameter is displayed to the user when selecting button styles. The `value` parameter is used as the link class.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 75% 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 ~25 days

Total

3

Last Release

3104d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/014813826797ac3011077a92f41d74ae92eb8dae62cb8ea7d6def18947918039?d=identicon)[indrek\_k](/maintainers/indrek_k)

---

Top Contributors

[![indrek-k](https://avatars.githubusercontent.com/u/1229164?v=4)](https://github.com/indrek-k "indrek-k (9 commits)")[![zimdin12](https://avatars.githubusercontent.com/u/18162148?v=4)](https://github.com/zimdin12 "zimdin12 (3 commits)")

### Embed Badge

![Health badge](/badges/codelight-tinymce-button-button/health.svg)

```
[![Health](https://phpackages.com/badges/codelight-tinymce-button-button/health.svg)](https://phpackages.com/packages/codelight-tinymce-button-button)
```

###  Alternatives

[mastergalen/adsense-ads

Display Adsense ads easily in Laravel.

1311.2k](/packages/mastergalen-adsense-ads)

PHPackages © 2026

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