Custom emojis
Aquesta funció arriba amb la versió del complement Livechat 10.1.0.
Channel emojis
Streamers can add custom emojis to their channels.
On the channel configuration page, open the “Emojis del canal” tab:
Pots configurar emojis personalitzats per al teu canal. Aquests emojis estaran disponibles al selector d’emojis. Les persones usuàries també poden utilitzar-los amb el seu nom curt (per exemple, escrivint «:short_name:»).
Podeu utilitzar emoji al xat amb «:short_name:». El nom curt pot començar i/o acabar amb dos punts (:) i només contenir caràcters alfanumèrics, guions baixos i guions. És molt recomanable iniciar-los amb dos punts, de manera que els usuaris puguin utilitzar l’autocompleció (escrivint «:» i després prement TAB).
Import / Export
On the channel configuration page, there are an “Importar” and an “Exportar” button. The “Exportar” 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.