The FusePoint Sticky Alerts extension is a SharePoint Framework (SPFx) tool designed to display persistent, site-wide alerts across all pages within a SharePoint site collection. This feature is ideal for communicating critical information—such as emergency notices, weather alerts, or internal announcements—ensuring every user sees the message regardless of the page they're on.
Features
Site-Wide Visibility – Alerts appear across all pages in a site collection, ensuring consistent and reliable communication.
Customizable Content – Create HTML-based messages, including text, icons (e.g., Font Awesome), and hyperlinks.
Adjustable Styling Options – Modify background and text colors with controls for brightness, saturation, and transparency to match your brand.
Interactive Controls – Optional close button lets users dismiss alerts while preserving layout integrity.
Responsive Design – Mobile-friendly design ensures alerts look great and behave consistently across devices and screen sizes.
How to Use
Enabling the Extension
Deploy the FusePoint Sticky Alerts extension to the SharePoint app catalog.
Activate the extension for your target site collection(s).
Open the settings panel to configure alert behavior and content.
Creating and Styling Alerts
Use HTML to define the alert content. Example:
<i class="fas fa-exclamation-triangle"></i> This is an important alert.