Custom emojis
この機能は、livechatプラグイン バージョン 10.1.0にて登場します。
Channel emojis
Streamers can add custom emojis to their channels.
On the channel configuration page, open the “チャンネルの絵文字” tab:
チャンネルのカスタム絵文字を設定できます。 これらの絵文字は、絵文字ピッカーから利用できます。 絵文字は、短縮名でも使用できます。(例えば":shortname:")
チャット上で、絵文字を":shortname:“で使用できます。 短縮名は、先頭と末尾にコロン(:)があり、英数字、アンダーバー、ハイフンのみが含まれている必要があります。 自動補完(”:“を入力後、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.