Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 5    Views: 55

miku
Aspiring developer
Profile
Posts: 405
Reg: Feb 20, 2014
zagorje ob savi
10,600
12/13/14 02:20 AM (9 years ago)

RD Simple RSS

I installed RD simple RSS, so I would like to see this website RSS: http://www.erevir.si/gospodarno/aktualno.feed?type=rss I entered this URL and left all other options default. I test this on iPhone but only empty screen is seen. Am I doing something wrong?
 
Red Dog
buzztouch Evangelist
Profile
Posts: 805
Reg: Jun 16, 2011
Southern Califo...
18,800
like
12/14/14 08:37 PM (9 years ago)
Hi Miku. Unfortunately the code for that feed will only show the individual story items in the simple RSS plugin. It still works well, but it will only show the story titles. No pictures in the links. Make sure you have the RSS feed section in your control panel filled in this way; Story XML Element ... item Title XML Element ... title Description XML Element ... description Link XML Element ... link
 
miku
Aspiring developer
Profile
Posts: 405
Reg: Feb 20, 2014
zagorje ob savi
10,600
like
12/14/14 11:59 PM (9 years ago)
I tried to read XML raw data with "view-source" and with "terminal: curl" method. I can't recognize what should I enter in fields: Story, Title, etc. Can you tell me?
 
Red Dog
buzztouch Evangelist
Profile
Posts: 805
Reg: Jun 16, 2011
Southern Califo...
18,800
like
12/15/14 12:12 AM (9 years ago)
I did in my reply.
 
miku
Aspiring developer
Profile
Posts: 405
Reg: Feb 20, 2014
zagorje ob savi
10,600
like
12/15/14 01:36 AM (9 years ago)
Thanks, it was easier than I thought.
 
Niraj
buzztouch Evangelist
Profile
Posts: 2943
Reg: Jul 11, 2012
Cerritos
37,930
like
12/15/14 11:41 AM (9 years ago)
Just for your comparison, I use this plugin to get American Football news with these settings from this RSS feed: http://profootballtalk.nbcsports.com/feed/ I am able to show the thumbnail images in the icon area of the list of news items. http://postimg.org/image/s0jovivhn/ Here is my JSON for the plugin: "listBackgroundColor": "clear", "listRowBackgroundColor": "clear", "listColor": "clear", "listTitleFontColor": "#FBEC5D", "listDescriptionFontColor": "#ffffff", "listDescriptionFontSizeSmallDevice": "12", "listRowSeparatorColor": "#99AABB", "listRowHeightSmallDevice": "52", "listTitleNumberOfLinesSmallDevice": "2", "listTitleHeightSmallDevice": "50", "listTitleFontSizeSmallDevice": "15", "listIconScale" : "scale", "dataURL": "http://profootballtalk.nbcsports.com/feed/", "xmlItemTagName": "item", "xmlItemTitleName": "title", "xmlItemDescriptionName": "description", "xmlItemLinkName": "link", "xmlItemImageName": "media:thumbnail", "rssItemRowTapTransitionType": "0", "rssItemShowBrowserBarBack": "0", "rssItemShowBrowserRefresh": "1", "showBrowserBarBack": "1"
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.