cletusc / Userscript--Twitch-Chat-Emotes

Adds a button to Twitch that allows you to "click-to-insert" an emote.
http://cletusc.github.io/Userscript--Twitch-Chat-Emotes/
MIT License
36 stars 20 forks source link

Question about bttv emotes #62

Closed ghost closed 10 years ago

ghost commented 10 years ago

Hi, Is it possible to load the bttv emotes directly with Twitch-Chat-Emotes?

I have this problem with bttv where the chat text is too big for my HiDPI screen, and i explained them why they should not enforce some of the css they have, but they don't really care about the HiDPI issues, so i forked bttv css and js files for a while, but now i think i don't really need bttv and the only thing i gonna miss is the bttv emotes.

Thanks for your time.

cletusc commented 10 years ago

The emote menu will display whatever emotes are actually found within Twitch's emoticon sets. Unfortunately, I can't provide exactly how to insert custom emotes into the Twitch sets, because I neither know how nor do I really want people to do custom emotes like that (I find it stupid, but I still support it). Pretty much as long as it can be displayed when typed into chat, the emote menu should pick it up.

You might want to check with BTTV to see how they are actually adding their emotes and make that part standalone. Specifically, it should be on or near this portion of their code with the actual emote data coming from their CDN.

That should at least point you in the right direction. Closing as invalid--this isn't really an issue with the emote menu.

ghost commented 10 years ago

Thanks Cletus :)