Skip to content
Translate Ideas and Comments
Choose language:
There was an error during translation

Settings and activity

1 result found

  1. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    3 comments  ·  Developers » API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    brynnwilderf commented  · 

    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&quot;
    height="378"
    width="620"
    allowfullscreen>
    </iframe>
    ```

    I also done this process on my website https://theshoeinfo.com/ through documentation that i provide you.