How can you add logos to the twitch users

I can’t figure out how to add logos to the twitch users here is my twitch link

https://codepen.io/Vladimirpak/pen/KWyvBK

Try to console.log what you get from the twitch-api/channels endpoint for a channel/user. It has a lot of the channel info.

I did but didn’t find any logo arrray

Don’t think it was an array, just the property named logo.

I didn’t see that either

You will have to make another request to 'https://api.twitch.tv/kraken/channels/' + channelName to get additional info.

1 Like