I'm not a programmer. I'm trying to help someone make a small change
to their website. They currently have the following code to display
recent news releases.

  <script type="text/javascript">
    function LoadDynamicFeedControl() {
      var myfeed = [{title: 'XXX', url: 'XXX'}];
      var options = {stacked : true, horizontal : false, numResults :
8, title : "Recent"}
      new GFdynamicFeedControl(myfeed, 'feed-control', options);    }

    google.load('feeds', '1');
    google.setOnLoadCallback(LoadDynamicFeedControl);
  </script>

It works great and displays the 8 most recent press releases with the
title hyperlinked to the actual release. Now they want to add the date
that the news release was published in the results like so (05/03/2012
- Most Recent Press Release Blah Blah Blah). I'm sure it's a super
simple thing for an experienced programmer to do but I can't figure
out the proper formatting. I've read through the documentation and
tried various samples I've found but nothing seems to work. I'd really
appreciate some help. Thanks.

-- 
You received this message because you are subscribed to the Google
Groups "Google AJAX APIs" group.
To post to this group, send email to
google-ajax-search-api@googlegroups.com
To unsubscribe from this group, send email to
google-ajax-search-api+unsubscr...@googlegroups.com
To view this message on the web, visit
http://groups.google.com/group/google-ajax-search-api?hl=en_US
For more options, visit this group at
http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en

Reply via email to