-
-
Notifications
You must be signed in to change notification settings - Fork 462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display channel of emote origin in tooltips #917
Comments
Summary of this idea: "Display channel of sub emotes (or be able to click it and it will open the channel where you can get the sub emote) I also support this feature, BTTV already has it, so when you click the emote you can see the details, see screenshot: I think it is possible to do this for BTTV, because they probably parse the emote img html element:
you extract the 300113079 and then you should be able from somewhere get the channel. You build this request: https://api.twitchemotes.com/api/v4/emotes?id=300113079 and then you have the channel name and you are able to build a link to it. I just put this solution together fast, did not scout how your code works or how you get the chat messages, probably REST calls, maybe you will be able to work with this somehow. Keep up the good work, chatterino2 is really good. Thanks guys. |
I don't know what additional info is loaded to display sub emotes initially, but if there's a channel name, I suggest making the channel link in the same place where the 7tv emotes link is now. Only instead of "Open 7TV emote link" write "Open emote source channel". |
This looks like it might be possible with chat over eventsub |
actually the helix API isn't necessary for this, eventsub alone handles it |
Twitch sub emotes don't have links to emote page, so it would be nice to either see the channel it's from in a tooltip, or have a link to the channel you can sub to to get the emote in the place where the ffz and bttv emote links are located.
The text was updated successfully, but these errors were encountered: