-
Regular Purple Popups Ruin Experience The purple popups that occur when watching an embeded stream really only serve to worsen the experience of using an Embed. Attempts to engage with third party content are ruined but these purple screens cutting off the action every 15 minutes and the "Best experience" that twitch claims you can get from using the website directly is an experience devoid of the actual functionality provided by some third party applications that are at time the whole reason for seeing the stream in the first place.
4 votes -
Improve embed for mobile devices Live embed are really not optimized for mobile devices
1 vote -
Make embeds work on iOS web based apps (like ionic) While it works on Android, it is still impossible to use iframe embeds on web-based mobile iOS apps. The reason being that iOS' WKWebView expects
<schema>://<host>
in the CORS headers returned by Twitch. Twitch uses theparent
parameter to generate those headers. Unfortunately, iOS prevents the use ofhttp://
,https://
andfile://
as schemas and forces us to use a custom schema likeionic://localhost
(or anything else) for accessing local files.The request is to add the ability for twitch embeds to return a CORS header that can match a custom scheme like
ionic://localhost
.I read through all…
39 votes -
Option to remove prime button, or turn of flag notifications. It stays persistently flagged, I can activate it and within ten minutes a new red flag has appeared and wants more attention. Give users a way to stop the nagging notifications for prime deals. Everyday all day it lights back-up everytime you click it. It is a nuisance.
1 vote -
[BUG] Twitch and Twitch embed, black screen, infinite loading Describe the bug:
VS2019 UWP WebView
Does not play Twitch and Twitch embed, black screen, infinite loading.Reproduce
Test 1 - WebView UWP project:
Iniciate UWP project, add WebView with source url:
https://www.twitch.tv/
https://player.twitch.tv/?channel=esl_csgo&parent=localhostGo Project Properties > Tab: Debug, in Debugger type: Application process set to 'Script' to inspect WebView console
Test 2 - Another browser same enginer:
insert the source url:
https://www.twitch.tv/
https://player.twitch.tv/?channel=esl_csgo&parent=localhoston JavaScript Browser: https://github.com/MicrosoftEdge/JSBrowser
Output:
Exception was thrown at line 1, column 124483 in https://static.twitchcdn.net/assets/vendor-a6a1f255f35b353a66f3.js
0x800a1391 - JavaScript runtime error: 'globalThis' is not defined
Exception was thrown at line 1, column 845709 in https://static.twitchcdn.net/assets/player-main-3d0abb9af23b3bb9aecd.js
0x8000ffff…1 vote -
Embeds should have language parameter Our live events are in french. We would like the chat embed widget to be in french, or at least give us the option to change the text of what's visible like the "Send a message", "Chat", and "Welcome to the chat" messages.
2 votes -
Responsive Embed Widgets The "Embed everything", "Embed Video", and "Embed chat" widgets should be responsive instead of a fixed width and height. Or if we specify the width, at least automate the height so it respects the aspect ratio.
3 votes -
Allow VOD chat embed or publish chat event stream from VOD I use multiple twitch VOD embeds on my site, and I'd love to be able to show the chats for at least one of those VODs. Ideally I would just be able to embed a chat like I embed a VOD somewhere on the page, tying it somehow to an already embedded VOD. Another thing I'd be happy with would be an event stream of messages plus relevant data like usernames, badges, and emotes so I could build the chat myself. I'd also want it to support seeking the same way a normal twitch VOD chat replay supports seeking
2 votes -
Timestamp is not working properly when clicking on the twitch logo on an embedded VOD video Timestamp is not working properly when clicking on the twitch logo on an embedded VOD video
When clicking on the twitch logo of an embedded video of a VOD, the normal behavior should be that it goes to another tab and opens the VOD with the timestamp working. However the behavior that is shown in the video and through my experience is that due to the link/url including "/?ttcontent=twitchlogo&tt_medium=embed" after the timestamp, it invalidates the link with the timestamp.
[https://www.twitch.tv/videos/1044994951?t=3h47m46s/?tt_content=twitch_logo&tt_medium=embed]
[https://www.twitch.tv/videos/1044994951?t=3h47m46s%2F%3Ftt_content%3Dtwitch_logo]
If the link was instead "https://www.twitch.tv/videos/1044994951?tt_content=twitch_logo&tt_medium=embed&t=3h47m46s", it would work as intended.
…
2 votes -
Twitch embed loading more ads than stream Really, who approved this. We bitched about this and now you refer us to this new place, killing off the discussion thread we had before. Hoping we let it slide. You are actively creating this problem and are unwilling to fix it.
Test was concluded, results are in. We are not nagging our external users enough. That seems to be the conclusion of last months 'extensive' testing.
9 votes -
Embeds have 1px solid white line in certain responsive sizes See: https://gyazo.com/38763967bd9f2f69728c30af7386dfd7
The shot is taken at: https://www.hltv.org/news/31121/vod-hltv-confirmed-with-guest-flusha-talking-fnatic-exit-and-plans-for-2021
Proposed fix: Set the background-color: black on the html element in the iframe. Possibly only in a darkmode if such exists.
Why is this the correct fix ? I think the cause is weird sub pixel roundings (in this case Firefox). We have seen it previously on Chrome also and seems to also be hardware dependent. I doubt this will ever be fixed from browser vendors while setting it black will mask the issue for good.
1 vote -
Allow Embedding Clip Editor Allow us to embed the clip editor.
I have a personal site that I used to list and view all of my clips that I make during a stream. I also have functions for tagging my clips for easier searching, and other implementations.
Currently, I have to link to the edit page, to edit the clip to the desired length and position. Then, go back to my site to embed the clip player, where I have my extra functionality. My desired work flow would be to just embed the edit page, so that I could use my page's tagging functions…
1 vote -
After the recent BunnyHop incident harden the embed link feature against abuse As we all know by know the recent bunnyhop incident showed, that the way this feature is offered today might actually lead to ways of URL grabbing and harvesting.
The way it is designed today makes it easy to replace it and harvest many streams as content.
"<!-- Add a placeholder for the Twitch embed -->
<div id="twitch-embed"></div><!-- Load the Twitch embed script -->
<script src="https://player.twitch.tv/js/embed/v1.js"></script><!-- Create a Twitch.Player object. This will render within the placeholder div -->
<script type="text/javascript">
new Twitch.Player("twitch-embed", {
channel: "itmkoeln"
});
</script>"Even if that gets moved in the dashboard instead of the…
1 vote -
4 votes
-
Add streamline chat embed option Add a streamline embed option for chat. Be able to remove the header, leaderboard, and footer options to be more inline with the mobile website style.
This comes from an example from the forum, but this would be very helpful on mobile websites, and responsive websites. Having only 1 or 2 lines of chat on screen is counter productive, and a terrible user experience.
https://discuss.dev.twitch.tv/t/possible-to-embed-mobile-ux-of-twitch-chat/28645
7 votes -
1 vote
-
Follow the new embed requirements during a raid redirect. It's as the title suggests.
When I embed a chat and include the parent parameter then that streamer initiates a raid, the chat embed redirects to a standard popout link for the target channel and not the embed link with the same parent as was set. I believe that when we set the parameters they should stay during this process.
eg: twitch.tv/popout/channel/chat when it should be twitch.tv/embed/channel/chat?parent=...5 votes -
Fix "report video" button load timing Make the "report video" button load simultaneously with the rest of the "settings" drop down menu on embedded videos, so that the menu's button positioning doesn't change 1 second after loading.
1 vote -
Add Team Embed Option I would love an option that mimics the team page's embed, that it shows the top streamer, or even a random active streamer from the team. So you can just embed one object, and Twitch will do the logic to show whoever is currently live.
5 votes -
Display hosted channels parameter option Consider a parameter option to display hosted channels if the embedded channel is not live. The parameter option is being suggested so that a broadcaster/developer can choose if they do or do not want hosted channels to display when the experience is embedded.
8 votes
- Don't see your idea?