Unfortunately, to do what you're wanting to do is going to be quite involved with the Dynamic Feed Control (DFC). The reality is that the DFC uses a standard feed control internally to generate the html nodes that it will use in the larger preview box, and the standard feed control generates these nodes with only bits of the regular JSON response (e.g., .link, .title, and .contentSnippet portions). To do what you're wanting to do, you will need to either heavily modify the DFC so that it generates its own html nodes or create your own control. In all honesty, it will likely be easier to do the latter. You will find a number of examples which will be helpful in the API Playground at the link below:
http://code.google.com/apis/ajax/playground/?exp=feeds Jeremy R. Geerdes Effective website design & development Des Moines, IA For more information or a project quote: http://jgeerdes.home.mchsi.com [email protected] If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Church! On Feb 23, 2010, at 11:30 PM, trucknut wrote: > I've been up and down the code and through the forums and internet > search engines. I barely know enough here to be dangerous, which means > I'm not finding my answers because I cant even google the right > questions. > > Using just the feedcontrol I can was (after several hours) to get > thumbnails that way. But I would like to use the more dynamic vertical > setup with its already setup JS and CSS files. Unfortunately I cannot > seem to figure out where in the GFdynamicFeedControl.js is the results > being limited to plain text snippets instead of HTML. The dynamic > vertical setup has a larger entry box on the top that I would like to > display HTML and thumbnails from Facebook, YouTube, and Flickr feeds. > > I appologize but I'm in just a little over my head here. > > Thanks for any help. > > ref: > http://code.google.com/apis/ajax/playground/?exp=feeds#dynamic_feed_control_-_vertical > > -- > 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. > -- 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.
