linkrobins/countdown-widget
Composer 安装命令:
composer require linkrobins/countdown-widget
包简介
Countdown widget for fof/forum-widgets-core
README 文档
README
A configurable countdown widget for Flarum 2.0, built as a widget for fof/forum-widgets-core. Same skeleton as linkrobins/html-widget and linkrobins/markdown-widget.
What it does
Renders a four-box countdown — days, hours, minutes, seconds — ticking down to an admin-configured moment. When it hits zero, shows a configurable "done" message. Optionally wraps the whole thing in a link.
Features
- Configurable target via the browser's native date+time picker (year, month, day, hour, minute)
- Timezone-aware — admin picks the IANA timezone for the target, and every visitor counts down to the same actual instant regardless of where they are
- One tick per second with smooth Mithril redraws
- Optional title + FontAwesome icon above the countdown
- Done state with a configurable message (defaults to 🎉) when the countdown reaches zero
- Optional link wrapping the whole widget — useful for "launching in… [click for details]"
- Theme-friendly — uses Flarum 2's CSS custom properties so colors pick up your theme automatically
- Tabular-numerics font feature so digits don't jitter as they tick
Requirements
- Flarum 2.0 or later
- PHP 8.2 or later
fof/forum-widgets-coreinstalled and enabled
Installation
composer require linkrobins/countdown-widget
php flarum cache:clear
In Flarum admin → Extensions, find Link Robins Countdown under the Forum Widgets category and enable it. Configure the target on its settings page, then go to FoF Forum Widgets settings and place the widget where you want it.
Settings
- Title (optional) — shown above the countdown
- Icon (optional) — FontAwesome class shown next to the title (e.g.
fas fa-rocket) - Target date and time — uses the browser's date picker; covers year, month, day, hour, and minute
- Timezone — IANA name like
UTC,America/New_York,Europe/London,Asia/Tokyo. There's a "Use my timezone" button that fills this with whatever your browser thinks the local zone is - Done message — shown when the countdown hits zero (defaults to 🎉)
- Link URL (optional) — if set, the countdown becomes a clickable link
How the timezone math works
The target time is stored as a "naive" wall-clock datetime (e.g. 2026-12-31T23:59) paired with a timezone (e.g. America/New_York). At render time, the widget converts that pair into an absolute UTC instant using the browser's Intl.DateTimeFormat API, which correctly handles daylight-saving transitions for the target date. Every visitor's browser then counts down to that single instant, so the displayed remaining-time stays consistent across the audience regardless of where each viewer is.
This avoids the most common countdown widget bug: "the admin set it for 11pm but my visitors in Tokyo see a different time."
License
MIT
linkrobins/countdown-widget 适用场景与选型建议
linkrobins/countdown-widget 是一款 基于 TypeScript 开发的 Composer 扩展包,目前已累计 73 次下载、GitHub Stars 达 0, 最近一次更新时间为 2026 年 05 月 11 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 linkrobins/countdown-widget 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 linkrobins/countdown-widget 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 73
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 38
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-05-11