FrankerFaceZ / Add-Ons

Add-Ons are additional modules for FrankerFaceZ that provide new behaviors and ways to customize Twitch.
66 stars 58 forks source link

7tv emotes not working in iframe twitch chat #177

Closed Satont closed 1 year ago

Satont commented 1 year ago

Thats simple, emotes from 7tv not appears in embeded (iframe) twitch chat.

I'm using this code to iframe chat

<iframe
            v-if="chatUrl"
            :src="`https://www.twitch.tv/embed/${user.login}/chat?parent=${window.location.host}`"
            width="100%"
            height="100%"
            frameborder="0"
            scrolling="no"
            allowfullscreen="true"
        >
        </iframe>
Satont commented 1 year ago

Fixed itself, no idea.