Is there a way to embed twitch on your site so that only the most viewed streamer plays?

Hi. I’m horrible at PHP, I’m a sysadmin, I don’t really do programming really. I’d call what I do scripting, but this sounded like a fun little adventure for me.

I’ve built a working example of what you want, all you have to do is edit the array

$channels = array(“aimzatchu”, “kittyplaysgames”, “schyax”, “cutenaomi”, “cincinbear”, “brialeigh”, “juliehaze”, “pallyberry”);

To be your list of streamers.
It’s currently set to use a handful of streamers from (TeamKitty)

You can download the test.php right from my site or look at the example in action right here

Enjoy!

Added test.php.txt for easy viewing.