Prilagođeni emojiji

Info

Ova je funkcija dostupna s dodatkom za chat uživo verzije 10.1.0.

Emojiji kanala

Streamers can add custom emojis to their channels.

On the channel configuration page, open the “Emojiji kanala” 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.

Možeš konfigurirati prilagođene emojije za svoj kanal. Ovi emojiji će biti dostupni u alatu za biranje emojija. Korisnici ih također mogu koristiti sa svojim kratkim imenom (na primjer tako da napišu “: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.

Emotikone možeš koristiti u chatu koristeći “:shortname:”. Kratko ime može započeti i/ili završiti dvotočkom (:) te koristiti samo alfanumeričke znakove, podvlake i crtice. Preporuča se započeti ih dvotočkom, kako bi korisnici mogli koristiti automatsko dovršavanje (upisivanjem “:” i pritiskom tipke tabulatora).

Uvoz / Izvoz

On the channel configuration page, there are an “Uvezi” and an “Izvezi” button. The “Izvezi” 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"
  }
]

Atribut sn je kod kratkog imena. Atribut url može biti bilo koji url slike kojem tvoj preglednik može pristupiti ili URL podataka koji predstavlja datoteku koju želiš uvesti.