Remove Twitch branding in embeded video

I am trying to remove the twitch logo from the player after i embedded it in a website. Is it possible. Any suggestion please.

you can add a query parameter to the embed url if using an iframe to embed a stream

https://player.twitch.tv/?channel=acarlton5&branding=false

I dont know where i am making wrong i try this code

<iframe src="https://player.twitch.tv/?channel=acarlton5&amp;amp;muted=false&amp;amp;branding=false" width="700" height="300" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen"></iframe>

But branding is not getting remove. Please help me out. What i am missing.

I don’t believe it is possible to remove the Twitch branding when embedded in an external site.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.