Guide how to enable the 2nd RSS feed for the BBC news with logo

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
bertybassett Offline
Senior Member
Posts: 131
Joined: Jun 2010
Reputation: 4
Photo  Guide how to enable the 2nd RSS feed for the BBC news with logo Post: #1
here is how to enable the 2nd RSS feed for BBC news
Create Rssfeed.xml with the following

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rssfeeds>
  <!--RSS feeds. To have multiple feeds, just add a feed to the set. You can also have multiple sets.-->
  <!--To use different sets in your skin, each must be called from skin with a unique id.-->
  <set id="1">
    <feed updateinterval="30">http://feeds.feedburner.com/xbmc</feed>
  </set>
  <set id="2">
    <feed updateinterval="30">http://feeds.bbci.co.uk/news/uk/rss.xml</feed>
  </set>
</rssfeeds>

Then drop this into your profiles directory (within file manager).

Now enable this in the setting / skin / home window / enable bottom RSS feed and browse to location of BBC new logo


[Image: 2nd%20BBC%20RSS%20feed%20Icon.png]

The BBC news logo can be download from http://dl.dropbox.com/u/1944725/2nd%20BB...20Icon.png
(This post was last modified: 2012-08-07 13:28 by bertybassett.)
find quote