[WordPress] 外掛分享: VibeCode Notice Bar

首頁外掛目錄 › VibeCode Notice Bar
WordPress 外掛 VibeCode Notice Bar 的封面圖片
全新外掛
安裝啟用
尚無評分
20 天前
最後更新
問題解決
WordPress 6.2+ PHP 7.4+ v1.0.0 上架:2026-08-10

內容簡介

VibeCode Notice Bar 是一款簡單的公告欄外掛,能在您的 WordPress 網站上方或下方顯示通知,方便用來促銷、公告免費運送、維護警告或引導訪客查看新文章,並提供行動呼籲按鈕。

【主要功能】
• 頂部或底部公告欄顯示
• 可選的黏性通知欄隨滾動而移動
• 自訂顏色的行動呼籲按鈕
• 調整字體大小
• 可選的關閉按鈕,並設定返回天數
• 自動重新顯示新公告給已關閉的訪客

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「VibeCode Notice Bar」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

VibeCode Notice Bar adds a simple announcement bar to the top or bottom of your WordPress site. Use the notification bar to promote a sale, announce free shipping, warn about maintenance, or point visitors at a new post with a call to action button.
It does one job and stays out of your way. There are no advertisements in your dashboard, no deactivation survey, no phoning home, and no data collection of any kind.
Why this plugin
Most notification bar plugins are heavier than the message they display. This one loads a single small stylesheet and, only if you enable the dismiss button, about half a kilobyte of JavaScript. Nothing else is queued on your front end.

Theme safe. The bar is inserted with the wp_body_open hook, or wp_footer if you place it at the bottom, instead of being positioned over your page. It sits above your header without overlapping it or breaking your layout.
Cache friendly. Every visitor receives identical HTML and the dismissal is handled in the browser, so the announcement bar works correctly behind WP Rocket, LiteSpeed Cache, W3 Total Cache, Cloudflare and other full page caches.
No flash of dismissed content. A tiny inline check runs before the bar renders, so a visitor who already closed your banner never sees it blink on screen.
Honest links. If your button link is empty or invalid, the button is simply hidden. It will never send your visitors anywhere you did not choose.

Features

Announcement bar at the top or bottom of the page
Optional sticky notification bar that follows the visitor as they scroll
Call to action button with its own colours and an optional new tab
Full colour control for background, text and button
Adjustable font size
Optional dismiss button, with a configurable number of days before the bar returns
Automatically shows a new announcement again even to visitors who dismissed the previous one
Option to hide the banner on small screens
Accessible markup with a labelled region and a keyboard reachable close button
Respects prefers-reduced-motion
Translation ready
Removes its own settings when you uninstall it

Privacy
This plugin does not collect, transmit or store any personal data. It makes no external HTTP requests. The dismiss state is kept in the visitor’s own browser using local storage, never in a cookie sent to your server.
Developer notes
Filter lwab_show_bar to control display on a per request basis:
add_filter( 'lwab_show_bar', function ( $show ) {
return is_front_page() ? $show : false;
} );

延伸相關外掛

文章
Filter
Mastodon