Hello,
I am trying to figure out how to either embed or in some other way display:
- the past 10 most recent broadcasts
- the past 10 most recent highlights
on my website on a single page in two different sections.
I have found a number of ways to embed a ‘single’ past broadcast, but that is not what I want to do.
I want the output to display thumbnails as it does when you go to any (insert channel name) - https://www.twitch.tv/channelname/videos/past-broadcasts
or
https://www.twitch.tv/channelname/videos/highlights
It would be nice if there was a copy and paste embed field as with a single video, but sadly there is not for the thumbnail list.
I have gone through the API and if I read it correctly GET /channels/:channel/videos would “Returns a list of videos ordered by time of creation, starting with the most recent from :channel.”
However, I don’t understand how I would be able to separate past broadcasts from highlights in two different sections on the same webpage.
That said I have no idea how to get this to work on a WordPress site.
I am looking for the simplest solution as I am not a coder.
…
If no solution to the above would like to request embed code for past broadcast and highlight thumbnail lists.
Maybe through in the option as you would for a single video width and height, but instead be able to define number of thumbs to display, i.e. 5 thumbs wide x 2 thumbs tall.