Custom emojis

資訊

This feature comes with the livechat plugin version 10.1.0.

Channel emojis

Streamers can add custom emojis to their channels.

On the channel configuration page, open the “頻道emojis” tab:

Screenshot of the emoji configuration page. There is a form where you can\nadd new\nemojis. Screenshot of the emoji configuration page. There is a form where you can\nadd new\nemojis.

您可以為您的頻道組態自訂表情符號。 這些表情符號將在表情符號選擇器中提供。 使用者也可以透過其短名稱來使用它們(例如透過編寫“:shortname:”)。

Screenshot of a chat session, with messages containing custom emojis. The\nemoji picker is open, and shows custom\nemojis. Screenshot of a chat session, with messages containing custom emojis. The\nemoji picker is open, and shows custom\nemojis.

You can use emojis in the chat using “:shortname:”. The short name can start and/or end by a colon (:), and only contain alphanumerical characters, underscores and hyphens. It is strongly recommended to start them by a colon, so that users can use autocompletion (by typing “:” then press TAB).

Import / Export

On the channel configuration page, there are an “匯入” and an “匯出” button. The “匯出” button generates a file than you can then import on another channel.

You can also generate a file to import from any other source (for example you can import your Twitch custom emojis). The file must be a valid JSON file, using the following format:

[
  {
    "sn": ":short_name:",
    "url": "https://example.com/image.png"
  }
]

The sn attribute is the short name code. The url attribute can be any image url than your browser can access, or a Data URL representing the file you want to import.