
內容簡介
Supernifty Bublz 將您的 WordPress 網站轉變為一個視覺反饋板,讓使用者可以輕鬆地在頁面上釘選任務,並在可自訂的看板上追蹤進度,無需外部工具或額外登入,所有功能均可在 WordPress 控制台內操作。
【主要功能】
• 點擊釘選反饋:點擊頁面元素創建任務並釘選於該位置
• 視覺看板:在可自訂狀態欄之間拖放任務
• 優先級標示:顏色編碼的優先級讓緊急問題更顯眼
• 使用者分配:將任務指派給任何 WordPress 使用者
• 頁面關聯任務:查看與當前頁面相關的所有任務
• 前端任務欄:在前端創建和檢視任務
外掛標籤
開發者團隊
原文外掛簡介
Bublz turns your WordPress site into a visual feedback board. Click any element on any page to pin a task to it — then track everything on a drag-and-drop kanban board. No external tools. No extra logins. It all lives inside your WordPress dashboard.
Key Features:
Click-to-Pin Feedback — Click any page element to create a task pinned to that exact spot
Visual Kanban Board — Drag and drop tasks between customizable status columns
Priority Levels — Color-coded priorities so urgent issues stand out
User Assignment — Assign tasks to any WordPress user
Page-Linked Tasks — See every task associated with the current page
Frontend Task Bar — Create and review tasks without leaving the frontend
Perfect For:
Freelancers — Give clients a way to point at problems instead of describing them in emails
Agencies — Manage feedback across client sites from a familiar WordPress interface
Developers — Track bugs where they actually happen, not in a separate tool
Site Maintainers — Collect enhancement requests with context attached
Why Choose Bublz?
WordPress-native — not a SaaS overlay. Your data stays on your server. No per-seat pricing — everyone on your WordPress site can use it. Self-hosted and GDPR-friendly by design. Lightweight — no bloat, installs in seconds, loads fast, stays out of your way.
External services
This plugin connects to the Gravatar service (provided by Automattic Inc.) to display user avatars.
What it does
Checks whether users have a Gravatar avatar associated with their email address. If a Gravatar exists, it displays the avatar image. If not, it shows the user’s initials instead.
What data is sent
An MD5 hash of the user’s email address is sent to Gravatar’s servers via a HEAD request. The actual email address is NOT sent – only its hash.
When data is sent
When displaying user avatars in the Bublz interface (ticket views, Kanban board)
When users access their avatar preference settings
User control
Users can avoid Gravatar entirely by selecting “Initial” or “Custom Avatar” in their Bublz preferences (Bublz > Preferences).
Service provider
Gravatar is provided by Automattic Inc.
* Terms of Service: https://automattic.com/tos/
* Privacy Policy: https://automattic.com/privacy/
Development
This plugin includes source code and build configuration. The compiled assets in dist/ are built from source files in src/ using Vite.
To build from source:
Run npm install
Run npm run build
