Live Reactions

Caution: Realtime Events must be active in order to use live reactions

Config

{
  disableRealtimeEvents: false,
  liveReactions: {
    enabled: true,
    position: 'sidebar', // alternatively: "controlbar"
    items: ['👏', '👍', '❤️'], // or
    itemImages: ['http://url-to-image.png'] // optional
  }
}

Live Demo

Last updated