Direct HTML

To include directly UrFastR Player in the HTML of your pages, simply create a IFrame with a src attribute pointing to the player URL. A very basic example is something like this:
<iframe src="http://player.urfastr.tv/live"></iframe>
Obviously as it is normal html, you can tune it all you want to fit your layout needs. A more complex example that you can see from a real life case (aka on a post in my own blog)
<iframe src="http://player.urfastr.tv/live" style="margin: 0pt 10px 10px 0pt; float: left;"
frameborder="no" height="240" width="320"></iframe>