Embedding poput urls like stats, stream-marker, activity-feed

When I stream, from my Live Dashboard page I click a lot of the popout icons to display stats, activity feed, stream markers etc on different monitors.

I would like to be able to simply create a webpage on my local machine that does this all for me, but a lot of these don’t work. For example:

<!DOCTYPE html>
<html>
<body>
	<iframe frameborder="0"
		src="https://www.twitch.tv/popout/smerkin5000/dashboard/live/stats"
		height="400px"
		width="100%">
	</iframe>
	<iframe frameborder="0"
		src="https://www.twitch.tv/popout/smerkin5000/dashboard/live/activity-feed"
		height="400px"
		width="100%">
	</iframe>
</body>
</html>

That simply gives me a blank page. Am I able to achieve what I want? The documentation seems to only discuss chat, video and clips.

Emedding dashboard panels is not supported.

If you want to have a site that displays similar things to what the dashboard shows you can gather the data yourself for whatever metrics about your channel/stream you’re interested in and then display them on your site.

Thanks for the reply, is there somewhere I can submit a feature request for this?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.