| 在您的网站插入以下代码,即可嵌入特定的频道组或频道组中的频道列表。该方法将只列出您指定的频道组或频道组中的频道。点击频道名称,该频道将会在一个新的窗口打开。 |
<iframe name="sopchannel" src="http://www.sopcast.com/channel/getch.html?groupId=1&channelId=6001,6002,6543" frameborder="0" width="400" height="50" scrolling="no">The browder doesn't support iframe.</iframe> |
| 代码说明:
groupId: 指定频道组ID;
channelId: 指定频道组中的频道ID,如果指定多个频道,请以逗号“,"分开,0表示该组中的所以频道。
想获得所有公开频道的组ID和频道ID,请参考http://www.sopcast.com/chlist.xml.
|
举例:
1. 列出频道组"1.Sport Channels 体育频道(All from Internet)" 中的"6001 GSports 上海体育", "6002 CCTV5" and "6543 GD-Sports 广东体育 "三个频道。
代码:
<iframe name="sopchannel" src="http://www.sopcast.com/channel/getch.html?groupId=1&channelId=6001,6002,6543" frameborder="0" width="400" height="50" scrolling="no">The browder doesn't support iframe.</iframe>
频道列表:
2. 列出频道组"1.Sport Channels 体育频道(All from Internet)" 中的所有频道
代码:
<iframe name="sopchannel" src="http://www.sopcast.com/channel/getch.html?groupId=1&channelId=0" frameborder="0" width="400" height="350" scrolling="no">The browder doesn't support iframe.</iframe>
频道列表:
|