Hey Stallion -- If you want the results to look exactly the same as news.google.com, I would suggest not using the Dynamic Feed Control. Instead, I would suggest writing your own code to do this. However, it will not be a quick process. If you want a news control that is ready to go and looks more similar to news.google.com, try the News Show: http://code.google.com/apis/ajaxsearch/documentation/newsshow/wizard.html
Lastly, if you don't want to write the code yourself and the News Show and Dynamic Feed Control don't provide what you are looking for, I would suggest hiring someone. -Ben On Apr 21, 6:18 pm, stallion <[email protected]> wrote: > What i want is to pull the images and description that come with each > news just like the way it looks on this pagehttp://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 -~----------~----~----~----~------~----~------~--~---
