Status
Not open for further replies.
It's a list, updating every 5 minutes with people's online status and such. Clicking the links will take the member to the streamer's twitch.tv page :)
 
It's a list, updating every 5 minutes with people's online status and such. Clicking the links will take the member to the streamer's twitch.tv page :)

Can you add the viewable on the current site feature. Its an easy add. I wrote this for our site and you can see how it looks. I also added collapsible headings so that it looks cleaner, but I have not included the code for this (it can be done using a jquery). Just copy and paste the code below in here to see it live: Tryit Editor v1.9

Code:
<p style="text-align: center;"><strong style="font-size: 24px; color: #FC0; text-align: center;">Twitch Live Streams</strong></p>
<br>

<!DOCTYPE html>
<html>

<head>
<style>
table,th,td
{
border:1px solid black;
border-collapse:collapse;
}
</style>
</head>

<body>
<table style="width:300px">
<tr>
  <td><a href="http://www.twitch.tv/rawrbmb" target="_blank"><Font Color=red>rawrbmb</font></b></a>
<br>
 <object type="application/x-shockwave-flash" id="live_embed_player_flash" 
 data="http://www.twitch.tv/widgets/live_embed_player.swf?channel={rawrbmb}" 
 bgcolor="#000000" height="350" width="550">
  <param name="allowFullScreen" value="true">
  <param name="allowScriptAccess" value="always">
  <param name="allowNetworking" value="all">
  <param name="movie" value="http://www.twitch.tv/widgets/live_embed_player.swf">
  <param name="flashvars" value="hostname=www.twitch.tv&channel=riotgames&auto_play=true&start_volume=25">
 </object></td>
  
<td><a href="http://www.twitch.tv/rawrbmb" target="_blank"><Font Color=red>rawrbmb</font></b></a>
<br>
 <object type="application/x-shockwave-flash" id="live_embed_player_flash" 
 data="http://www.twitch.tv/widgets/live_embed_player.swf?channel={iixdiabloxii}" 
 bgc bgcolor="#000000" height="350" width="550">
aram name="allowFullScreen" value="true">
  <param name="allowScriptAccess" value="always">
  <param name="allowNetworking" value="all">
  <param name="movie" value="http://www.twitch.tv/widgets/live_embed_player.swf">
  <param name="flashvars" value="hostname=www.twitch.tv&channel=riotgames&auto_play=true&start_volume=25">
 </object></td>		
  </tr>

</body>
</html>
 
There's feature request threads in this forum that has posted this already, and it's flagged as Under Consideration :)
 
Status
Not open for further replies.

Legacy Live Streaming Suite

vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
265
Customer rating
0.00 star(s) 0 ratings
Back
Top