I’m trying to use icons to communicate messages between an Admin and the site’s Registered Users (both collectively and individually):
- An Admin to posts a message in some type of back-end interface (Custom Post Type, maybe?)
- The Admin can designate the individual user(s) or all users (for a site-wide messages)
- The user(s) see the all the message since the user last logged in via a well recognizable "bell" icon with numbers indicating the number of new messages.
- See my example video from a bootstrap template.
I have searched the web, but all i’m getting back is information on Push notifications, which is not what i’m trying to do.
Any guidance would be greatly appreciated.