well, actually you can prolly do it yourself.. i'd be glad to take your moohlah, but Google has a nifty way to do it..

http://www.google.com/uds/solutions/dynamicfeed/index.html

I ran a quick wizard there and it grabbed a vertical stacked widget for my blog

Ubbthreads feed from their facebook was a coupla clicks

Code
  
<!-- ++Begin Dynamic Feed Wizard Generated Code++ -->
  <!--
  // Created with a Google AJAX Search and Feed Wizard
  // http://code.google.com/apis/ajaxsearch/wizards.html
  -->

  <!--
  // The Following div element will end up holding the actual feed control.
  // You can place this anywhere on your page.
  -->
  <div id="feed-control">
    <span style="color:#676767;font-size:11px;margin:10px;padding:4px;">Loading...</span>
  </div>

  <!-- Google Ajax Api
  -->
  <script src="http://www.google.com/jsapi?key=notsupplied-wizard"
    type="text/javascript"></script>

  <!-- Dynamic Feed Control and Stylesheet -->
  <script src="http://www.google.com/uds/solutions/dynamicfeed/gfdynamicfeedcontrol.js"
    type="text/javascript"></script>
  <style type="text/css">
    @import url("http://www.google.com/uds/solutions/dynamicfeed/gfdynamicfeedcontrol.css");
  </style>

  <script type="text/javascript">
    function LoadDynamicFeedControl() {
      var feeds = [
	{title: 'ubbthreads',
	 url: 'http://www.facebook.com/feeds/page.php?format=atom10&id=142264336442'
	}];
      var options = {
        stacked : true,
        horizontal : false,
        title : "UBB.threads"
      }

      new GFdynamicFeedControl(feeds, 'feed-control', options);
    }
    // Load the feeds API and set the onload callback.
    google.load('feeds', '1');
    google.setOnLoadCallback(LoadDynamicFeedControl);
  </script>
<!-- ++End Dynamic Feed Control Wizard Generated Code++ -->


Also, http://itde.vccs.edu/rss2js/build.php <-- also works well, but they warn that they might not be there forever.. i figure they aren't going anywhere however, since they are an EDU..

General resources here Linky Poo

PM me if you are stumped or want to throw moohlah @ me instead, but you can prolly save $$ and do it yourself wink