Guide to Live Feed

2024-08-28 08:55:50 UTC

In order to implement the feature Live Feed in the app, we need an RSS feed from you. Following elements are mandatory in your delivery:

 

  • <channel>: Root element
  • <item>: Container for each article
  • <title>: Headline of the article. The <title> element will also be used for article teasers on starting page of the app and in the Live Feed list
  • <description>: Body text of the article
  • <pubDate>: Time of publication (RFC822-formatted)
  • <link>: Link to the article
  • <guid>: Unique identifier of the article

 

Furthermore, you can add images, captions for the images and a lead text for the article by adding following elements:

 

  • <image>: Container for each article image (URL).
  • <caption>: Caption for the image
  • <lead>: Introduction text
  • <category>: Category for the article. Category can be used to sort articles, or to display in the article.
  • <video>: Container for a video (URL)
  • <byline> Author

 

Elements not mentioned above will be ignored.

 

Example

 

Below is an example of an RSS feed including all elements.

 

<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0">

 

<channel>

 <item>

  <title>Bayern und der HSV bestreiten Eröffnungsspiel am 14. August</title>

  <lead>Der mit Spannung erwartete 1. Spieltag der kommenden Bundesliga-Saison hält einen Klassiker zum Auftakt parat.</lead>

  <description><p>Bayern gegen den HSV, Dortmund gegen Gladbach und Werder gegen Schalke: Der 1. Spieltag der neuen Bundesliga-Saison bietet gleich einige Klassiker.</p><p>Auf den Termin der Veröffentlichung der Spielpläne freuten sich viele Fußball-Fans fast genauso wie auf den Saisonstart. Die Deutschen Fußball Liga (DFL) veröffentlichte am Freitag um Punkt 12 Uhr die Spielpläne für die Erste und Zweite Liga. Die Anhänger können nun zumindest grob beginnen, ihre Auswärtsfahrten zu planen. Die Clubs schalten ihre Ticket-Portale im Internet scharf.</p><p>In den weiteren Partien des 1. Spieltags trifft Leverkusen auf Hoffenheim, Wolfsburg spielt zuhause gegen Frankfurt, Köln muss nach Stuttgart reisen und die Hertha aus Berlin fährt zum Saisonauftakt nach Augsburg. Mainz spielt im heimischen Stadion gegen Aufsteiger Ingolstadt. Hannover 96 muss eine neue Route einschlagen. Das Frontzeck-Team muss zum Aufsteiger aus Darmstadt. Hier geht es zum Hinrundenspielplan der 1. Liga.</p></description>

  <images>

    <image>

      <url>http://www.shz.de/img/luebeck/crop9932011/5998938177-cv16_9-w510/23-71377207-23-71377208-1433889101.jpg</url>

      <caption>Beim letzten Aufeinandertreffen musste HSV-Keeper Jaroslav Drobny den Ball achtmal aus seinem Tor holen.</caption>

      <width>510</width>

      <height>287</height>

    </image>

  </images>

  <pubDate>Fri, 13 Feb 2015 14:50:00 CET</pubDate>

  <link>http://www.shz.de/sport/fussball/bundesliga/bayern-und-der-hsv-bestreiten-eroeffnungsspiel-am-14-august-id10071296.html</link>

  <guid>1234</guid>

 </item>

 <item>

  …

  …

</channel>

 

Illustration 1 below illustrates how the above live feed item converts to a Live Feed article in the app.

livefeed_image1.png

 

livefeed_image2.png

 

 

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments