Files
peertube-plugin-livechat/support/documentation/content/en/documentation/user/streamers/emojis.md
2024-06-10 19:29:03 +02:00

1.6 KiB

title, description, weight, chapter
title description weight chapter
Custom emojis Plugin peertube-plugin-livechat custom emojis 32 false

{{% notice info %}} This feature comes with the livechat plugin version 10.1.0. {{% /notice %}}

Channel emojis

Streamers can add custom emojis to their channels.

On the channel configuration page, open the "{{% livechat_label livechat_configuration_channel_emojis_title %}}" tab:

Channel configuration / Channel emojis configuration

{{% livechat_label livechat_configuration_channel_emojis_desc %}}

Channel configuration / Channel emojis

Import / Export

On the channel configuration page, there are an "{{% livechat_label action_import %}}" and an "{{% livechat_label action_export %}}" button. The "{{% livechat_label action_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.