Custom emojis

Info

Tato funkce je součástí pluginu livechat verze 10.1.0.

Channel emojis

Streamers can add custom emojis to their channels.

On the channel configuration page, open the “Emotikony kanálu” 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.

Pro svůj kanál můžete nakonfigurovat vlastní emotikony. Tyto emotikony budou k dispozici ve výběru emotikonů. Uživatelé je mohou používat také pomocí jejich krátkého názvu (například napsáním “: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.

V chatu můžete používat emotikony pomocí “:shortname:”. Krátký název může začínat a/nebo končit dvojtečkou (:) a může obsahovat pouze alfanumerické znaky, podtržítka a pomlčky. Důrazně doporučujeme začínat je dvojtečkou, aby uživatelé mohli používat automatické doplňování (zadáním “:” a následným stisknutím klávesy TAB).

Import / Export

On the channel configuration page, there are an “Import” and an “Export” button. The “Export” 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.