[FormFields]
wb_command=R
<!--WB_BeginTemplate-->
<html>
<head>
  <title>Get YouTube feed using WBGETXML</title>
</head>
<body>
$wbsetv[YTL|$WBGETXML[https://gdata.youtube.com/feeds/api/users/whizbase/uploads|YouTubeFeed|entry|10|T]]
$WBFOR[loopcounter|0|$wbgetv[YTL]|1|
$wbaadd[YTID|$wbright[$wbgetv[YouTubeFeed_entry_id($wbgetv[loopcounter])]|$wbcalc[$wblen[$wbgetv[YouTubeFeed_entry_id($wbgetv[loopcounter])]]-$wblindof[$wbgetv[YouTubeFeed_entry_id($wbgetv[loopcounter])]|/]]]]
<b>$wbgetv[YouTubeFeed_entry_title($wbgetv[loopcounter])]</b><br/>
$wbgetv[YouTubeFeed_entry_content($wbgetv[loopcounter])]<br/>
<a href="http://youtu.be/$wbgetv[YTID($wbgetv[loopcounter])]" target="_blank"><img src="http://img.youtube.com/vi/$wbgetv[YTID($wbgetv[loopcounter])]/1.jpg"></a><br/><br/>
]
</body>
</html>