Hello
I’m new to this API and I’m trying to figure out how I would embed the most viewed stream on my website. The url https://api.twitch.tv/kraken/streams?limit=1 comes up when I search google but if I input that into iFrame it does nothing. Am I missing code to display the most viewed in my window.
iframe src=“https://api.twitch.tv/kraken/streams?limit=1” frameborder=“0” name=“maintwitch” id=“maintwitch” scrolling=“no” height=“350” width=“400”>/iframe
I know im missing the <> didnt know if it would display the code in post.
Also is it possible to add the 2nd highest 3rd,4th and 5th top streams as href images, that target maintwitch frame.