Skip to content

[BUG] not working in iframe twitch chat #844

@Satont

Description

@Satont

Is there an existing issue for this?

  • I have searched the existing issues

This issue exists in the latest nightly version

  • I am using the latest nightly version

What browsers are you seeing the problem on?

Firefox

Current Behavior

7tv not loaded in iframe'd twitch chat.
image

Yes, i searched other issues, but seems like they closed as completed.

Expected Behavior

On twitch this is loaded ok, so i expect it to load in iframe.
image

Steps To Reproduce

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    Available

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions