Read and unread indicators
This article covers how to set read and unread indicators in your News Feed cards via the Braze SDK.
note:
News Feed is being deprecated. Braze recommends that customers who use our News Feed tool move over to our Content Cards messaging channel—it’s more flexible, customizable, and reliable. Check out the migration guide for more.
Braze provides an unread and read indicator on News Feed cards as shown in the following image:
Disabling the indicators
In order to disable this functionality add the following style to your CSS:
1
2
.ab-read-dot { display: none; }
.ab-read-indicator { display: none; }
New Stuff!