Using a USTREAM live video feed on your blog is easy, and it makes finding your streaming feed easy for your target audience! This screencast tutorial will help you embed both video and chat on your WordPress blog. NOTE: If you scroll down this page, you’ll see I have pasted some code that I refer to in this video. You can cut and paste it when you go through the setup.
This is #2 in a series. Click here for #1.
HTML code for your blog:
<html>
<body>
<table border=”0″ width=”100%” cellpadding=”10″>
<tr>
<td width=”50%” valign=”top”>
////Your video embed here////
</td>
<td width=”50%” valign=”top”>
////Your chat embed here////
</td>
</tr>
</table>
</body>
</html>


{ 1 comment… read it below or add one }
Great job could not have been done any better.