Jumpy07
Member
Posts: 18
Registered: Jan 2010

|
Posted January 27th, 2010 11:06 AM IP  Found this works quite well.. insert it in your header after <body>
For example. see my board... http://excoboard.com/26215
CJ
<br><center>
<!-- ++Begin Dynamic Feed Wizard Generated Code++ -->
<!--
// Created with a Google AJAX Search and Feed Wizard
// http://code.google.com/apis/ajaxsea...ch/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:#677777;font-size:11px;margin:10px;padding:5px;">Loading news...</span>
</div>
<center>
<!-- Google Ajax Api
-->
<script src="http://www.google.com/jsapi?key=ABQIAAAAr1a3jwXckn2EhUmrcGrcCRS_SWNSrk60ZrhysZSP6wNc9c9gVBRIO5jyiS0EfGeSx8jqf-IL145XYQ"
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: 'INSERT RSS FEED TITLE HERE:', url: 'INSERT RSS FEED URL HERE' }];
var options = {
stacked : false,
horizontal : true,
numResults : 12,
title : ""
}
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++ -->
</center>
|