Skip to main content

Getting Started

This guide explains how to create a Custom Widget or Custom Code AlertBox using StreamElements' Overlay Editor UI.

We'll start by creating an Overlay, then add widgets like an AlertBox and a Custom Widget, which you can edit.

Creating an Overlay

  1. Navigate to the Overlays section.
  2. Click the NEW OVERLAY button.

New Overlay button

  1. Choose your resolution and click the START button.
tip

Overlay size: Usually it should match your stream's resolution, or be smaller if you'd like to do the repositioning in your broadcasting software.

AlertBox

The AlertBox is a native widget that displays live events from the queue in a popup-like behavior.

To create an AlertBox:

  1. Click the + button in the overlay editor.

New widget plus button

  1. Select AlertBox in the ALERTS section.

New widget alert box

Enabling Custom Code for AlertBox

To enable custom code for AlertBox:

  1. Open options for AlertBox.
  2. Go to the "Followers" tab.
  3. Toggle the "Enable custom CSS" option for the alert type you want to use.

Custom Widget

The Custom Widget is a native widget that you can use to display any content you want. It's ideal for displaying your own content in the overlay and can consume local events (like tips, follows, etc.) as well as remote events read from a websocket or REST API.

To create a Custom Widget:

  1. Click the + button in the overlay editor.

New widget plus button

  1. Select Custom Widget in the STATIC/CUSTOM section.

New widget custom code