Announce
Announce is an organisation comms bar for announcements, alerts and a scrolling ticker, in one web part. Each message has a severity, can be scheduled, can be targeted to groups, and can be dismissed by the people who have read it. It runs client-side as the signed-in user and has no data source of its own.
Permissions
None are required for the base web part. Only optional audience targeting uses a single read-only Microsoft Graph permission, GroupMember.Read.All, which an administrator approves once. It is used only to check group membership, and if the check cannot run it fails open and shows the message.
Set up
- Install the package (see the Install guide).
- If you want audience targeting, have an administrator approve the GroupMember.Read.All permission.
- Edit a page → add the Announce web part.
- In the property pane, choose a mode, add your messages and set each one's severity.
Modes
- Banner - a single full-width strip for the message everyone needs to see.
- Alert cards - several notices side by side, each with its own severity and dismiss control.
- Ticker - a scrolling line of short updates that pauses on hover and honours reduced motion.
Full-width bar (edge to edge)
Announce can sit in a full-width section for an edge-to-edge comms bar across the very top of a page. SharePoint caches the full-width "+" picker's list of allowed web parts, so Announce may not appear in that picker straight away. The reliable way (and the standard method for any custom full-width web part) is to add it in a normal section first, then drag it up:
- Add a Full-width section at the top of the page.
- In a normal section below it, add the Announce web part and configure it.
- Use the web part's move handle to drag it up into the full-width section. It snaps in and renders edge to edge.
- Publish the page. Full-width styling applies after publish.
Once SharePoint refreshes its cache, Announce also appears directly in the full-width picker; until then, the drag method always works.
Message options
- Severity - info, success, warning or critical, each with its own colour and icon.
- Schedule - set a start and end with the date picker, and the message appears and disappears on its own.
- Dismissal - people can close a message they have read, and it stays closed on their next visit, per person.
- Audience - target a message to Microsoft 365 or security groups, so only those people see it.
- Branding - upload a header logo, and every mode inherits your site theme in light and dark.
Announce runs as the signed-in user and stores no content of its own; audience targeting is read-only and fails open.