in dynamic feedcontrol how can you remove links in the feed results.
here  is the current code:

function LoadDynamicFeedControl() {
      var feeds = [ {title: '', url:

'http://domain.rss' }];
      var options = {
numResults : 2,
        linkTarget : google.feeds.LINK_TARGET_BLANK,
        stacked : false,
        horizontal : false,
tabbed : true,
        title : "Feed"
      }

      new GFdynamicFeedControl(feeds, 'feed-control', options);
    }

    // Load the feeds API and set the onload callback.
    google.load('feeds', '1');
    google.setOnLoadCallback(LoadDynamicFeedControl);
    google.setOnLoadCallback(LoadDynamicFeedControl2);

-- 
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.

Reply via email to