Every organisation needs a way to get a message in front of everyone - an outage, a policy change, a town-hall reminder. SharePoint doesn't ship a dedicated announcement or alert bar, so most teams improvise. Here's what you can do natively, where it falls short, and how to add a proper comms bar.
What you can do natively
- Drop a Text or Image web part at the top of a page and colour it to look like a banner.
- Use a list with a highlighted view to hold announcements people have to go and find.
Both work - but both are manual, and both live on a single page.
Where the native options stop
- No scheduling - someone has to edit the page to put a message up and again to take it down.
- No severity styling, no scrolling ticker, and no way to run several messages at once.
- No per-user dismissal - the banner nags everyone forever, or nobody.
- No audience targeting, and it only shows where you placed it.
The supported way: an SPFx comms-bar web part
A SharePoint Framework (SPFx) web part can give you a real comms bar. Glow Cloud Kit Announce shows announcements, severity-coloured alerts and a scrolling ticker in one bar, with three display modes. Each message can be scheduled (start and end date), is per-user dismissible, and can be targeted to Microsoft 365 or security groups. Per-message colours and icons, Tinted/Solid/Outline styles, and a full-width placement give you an edge-to-edge bar across the top of a page. Targeting uses one read-only Graph scope that fails open.
A checklist for effective announcements
- Keep it to one or two messages at a time - a wall of alerts gets ignored.
- Use severity colours consistently (info, warning, critical) so people learn to read them fast.
- Schedule start and end dates so nothing goes stale.
- Target sensitive or team-specific messages so only the right people see them.
- Place it in a full-width section for maximum visibility, and test dismissal.
Related
- Glow Cloud Kit Announce - the product overview.
- Announce setup guide - install and configuration steps.
- How to make SharePoint look modern.