xxb5724/clipboardjs

Add a modern approach to copy code to clipboard with code language display.

Maintainers

Package info

github.com/Xiaoxiaobai5724/clipboardjs

Homepage

Issues

Language:Less

Type:flarum-extension

pkg:composer/xxb5724/clipboardjs

Transparency log

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

2.0.0 2026-07-29 19:06 UTC

This package is auto-updated.

Last update: 2026-07-30 01:51:45 UTC


README

License Latest Stable Version

A Flarum 2.0 extension. Use Clipboardjs to add copy code approach with code language display to your Flarum. You can choose 7 different button styles, like GitHub, SegmentFault, etc.

Supports 47 common languages by default: .properties, apacheconf, bash, bbcode, c, csharp, css, cpp, coffeescript, diff, django, docker, dockerfile, git, go, html, ini, java, javadoc, js, json, less, lua, makefile, markdown, nginx, objectivec, perl, php, powershell, properties, python, python-repl, regex, ruby, rust, sass, scss, sql, stylus, swift, typescript, vim, visual-basic, vue, xml, yaml.

Installation

Install manually with composer:

composer require xxb5724/clipboardjs

Migrating from ffans/clipboardjs This extension was transferred to XXB and was previously published as ffans/clipboardjs. The XXB line begins at 2.0.0, continuing the version history (the previous package reached 1.0.0). For forum admins, migration is a one-line change — swap the package, keep your settings and stored SEO data:

composer remove ffans/clipboardjs
composer require xxb5724/clipboardjs
php flarum cache:clear

Updating

composer update xxb5724/clipboardjs