custom icons, similar to chroneco's POPchat

flowersnax
he/it/pup/star/plush

New member
Artist
Streamer
how would i go about replicating something like this in slimechat? would i just copy all the JS CSS etc into the appropriate files? trying to migrate away from streamelements and im loving slime2 so far but i loved this little detail on the chatbox i was using previously and was hoping to include it in my new chatbox. any help appreciated! thanks!

1703042792899.png
 

Zaytri
she/her

Glitch Witch
Admin
Developer
Streamer
it's not possible to just copy paste SE widget code to work with slime2, since they both use the code in similar but fundamentally different ways

you could custom code in icons, it'd involve creating an <img> tag in the HTML, filling it in with Javascript, and positioning it with CSS

since you know a bit of HTML/CSS you could try just inserting in an image and positioning it correctly for starters
 
Upvote 0
OP
OP
flowersnax

flowersnax
he/it/pup/star/plush

New member
Artist
Streamer
it's not possible to just copy paste SE widget code to work with slime2, since they both use the code in similar but fundamentally different ways

you could custom code in icons, it'd involve creating an <img> tag in the HTML, filling it in with Javascript, and positioning it with CSS

since you know a bit of HTML/CSS you could try just inserting in an image and positioning it correctly for starters
gotcha, ty! ill have to learn some JS it seems :)
 
Upvote 0
Back
Top