how to embed twitch with my website
I am facing issue while embedding twitch through Api on my website. I tried a lot by myself but nothing happened. I am looking for a developer who can easily embed twitch with my website https://www.d-store.co/gothic-pants.html So if you have any information about it then please do let me know. Thank You

-
see2frwfe commented
I'm having trouble using the Api to incorporate Twitch on my website. I made many attempts on my own, but nothing worked. To simply integrate Twitch with my website, https://thedrivingtutors.com/, I'm searching for a coder. Therefore, if you know anything about it, please let me know. I'm grateful.
-
jennykim5 commented
hey,
am also facing the same issue i have integrated twitch through API on my website. i tried my best but it didn't work properly am looking for a developer who can integrate twitch with my website https://cbdoils.pk/product/cbd-oil/
if anyone has some easy or simple solution to this please let me know -
brynnwilderf commented
That easy.
You can get complete guide here: ttps://dev.twitch.tv/docs/embedYou 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.