Embed service events directly on your website.
The Service Events Widget is a lightweight, customizable component that displays service events, maintenance schedules, and outage notifications to your users. It can be positioned at the top or bottom of your site. Scrolling is only happening when there are multiple events to show and some of them are not fully visible.
To install the widget, add the following code to your website's HTML, preferably before the closing </body> tag.
<script src="https://evenzly.com/widget/evenzly-widget.js"></script>
<script>
window.EvenzlyWidget.init({
publicWorkspaceId: "YOUR_PUBLIC_WORKSPACE_ID", // Replace with your Public Workspace ID from wrokspace settings
position: "bottom", // 'bottom' or 'top'
theme: "light", // 'light' or 'dark'
speed: 30 // Scrolling speed in pixels per second
});
</script>