← Twitch UserVoice Settings and activity 1 result found how to embed twitch with my website 1 vote Vote Vote Vote We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close Vote We’ll send you updates on this idea 3 comments · Developers » API · Delete… · Admin → How important is this to you? Not at all You must login first! Important You must login first! Critical You must login first! We're glad you're herePlease sign in to leave feedback Signed in as (Sign out) Close Close An error occurred while saving the comment brynnwilderf commented · March 28, 2022 · Edit… · Delete… That easy. You can get complete guide here: ttps://dev.twitch.tv/docs/embed You will need to set the "parent" value to your domain. For example, ``` <iframe src="https://player.twitch.tv/?channel=twitch&parent=invictusxp.com" height="378" width="620" allowfullscreen> </iframe> ``` I also done this process on my website https://theshoeinfo.com/ through documentation that i provide you. Save Submitting...
That easy.
You can get complete guide here: ttps://dev.twitch.tv/docs/embed
You will need to set the "parent" value to your domain. For example,
```
<iframe
src="https://player.twitch.tv/?channel=twitch&parent=invictusxp.com"
height="378"
width="620"
allowfullscreen>
</iframe>
```
I also done this process on my website https://theshoeinfo.com/ through documentation that i provide you.