Official Content
  • This documentation is valid for:

Important note: Google has deprecated the associated API and the Control is not supported anymore.

Ref.: https://developers.google.com/feed/ "This API is officially deprecated and will stop working after December 15th, 2016."

Control Description

Google Feed Control is based on Google Ajax Feed API and allow consuming many RSS from any source in a very simple way.

GoogleFeedControl-runtime

Using the Control

The control basically loads an SDT (included with the control) which contains the information about the feeds that will be displayed by the control.

Example

Sub 'GoogleFeedSample'
 &feedDataItem.Url = "http://www.digg.com/rss/index.xml"
 &feedDataItem.Title = "Digg"
 &feedData.Add(&feedDataitem)
 &feedDataItem = new()
 &feedDataItem.Url = "http://feeds.feedburner.com/Techcrunch"
 &feedDataItem.Title = "TechCrunch"
 &feedData.Add(&feedDataitem)
EndSub
Event Start
  Do 'GoogleFeedSample'
EndEvent


In addition, the control offers a set of properties to customize its behavior.

Control Properties

  • Width
  • Height
  • ControlName
  • FeedData: FeedData SDT-based variable
  • Css: Default
  • NumEntries: Numbers of entries for each RSS source that will be displayed by the control
  • Type: Simple or Preview
     



Last update: February 2024 | © GeneXus. All rights reserved. GeneXus Powered by Globant