What i want is to pull the images and description that come with each
news just like the way it looks on this page http://news.google.com/
what option should i include in the code
<script type="text/javascript">
function load() {
var feed ="http://news.google.com/news?
ned=us&topic=e&output=rss";
var options = {
numResults : 8,
image : true
}
new GFdynamicFeedControl(feed, "feedControl", options);
}
google.load("feeds", "1");
google.setOnLoadCallback(load);
</script>
</head>
<body>
<div id="feedControl">Loading...</div>
</body>
</html>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google AJAX APIs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-AJAX-Search-API?hl=en
-~----------~----~----~----~------~----~------~--~---