| Embed special group or channels, you can insert the code as below into your website. This approach will list only the channel group or channels that you designated. Click channel name, the channel will started in a pop-up web pages. |
<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> |
| Code description:
groupId: designate a channel group id
channelId: designate the channel ids in the group. separate by comma "," if more than one channels, 0 for all channel in the group.
For group id and channel id of all public channel, refer to http://www.sopcast.com/chlist.xml.
|
For example:
1. List channel "6001 GSports 上海体育", "6002 CCTV5" and "6543 GD-Sports 广东体育 " in group "1.Sport Channels 体育频道(All from Internet)"
Code:
<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>
Channel List:
2. List all channels in group "1.Sport Channels 体育频道(All from Internet)"
Code:
<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>
Channel List:
|