Tray Notification Bell

The Notification Bell is a convenient way to open the On-site Notification Tray. The top left corner displays the number of unseen notifications in the user's feed and will be cleared once the user has opened the notification tray. Any number of bells can be on the page.

If no bell is already on the page, one will be added to the commenting widget.

Settings:

NameTypeDescriptionDefaultNotes
floatingtrue or falseIf true, the bell will float at the bottom right of the pagefalseThis setting is optional

Rendered Example

50

This code will show the bell in the regular DOM flow where you position it within your template:

<div class="viafoura">
     <vf-tray-trigger></vf-tray-trigger>
</div>

This code will show the bell as a floating element in the bottom-right corner of the screen:

<div class="viafoura">
     <vf-tray-trigger floating="true"></vf-tray-trigger>
</div>