Voici l’exemple :
setTimeout(function() {
$('.screen_div').fadeOut('fast', function() {
$('.screen_div').remove();
setRefresh();
});
}, 5000);
$(".screen_div").html("<div style='position: absolute; bottom: 15px; left: 15px; background-color: rgba(10,10,10,0.2); color: white; padding: 10px;'><img src='https://wapi.wizebot.tv/api/avatars/$@arg(1)/sized/50x50' style='vertical-align: middle; margin-right: 15px;' /> N'hésitez pas à suivre $@arg(1) !</div>");
C’est un exemple basique, mais il affiche l’avatar puis le message “N’hésitez pas à suivre XXX”.
Il faut que l’option “TAGS ON” soit active sur la commande pour que cela fonctionne