80 comments found.
Hello, I want to buy it but want to add field for allowing users add their favor websites URL , something like exactly google reader
Hi, this is a PHP library you’ll need to customize in order to obtain your custom requirements. There is no user interface available for users to add their own feeds – this must be coded properly and you are on your own with it. Hope this helps.
Hi, Nice script. But for some reasons, I`m getting these errors http://diasporaonline.info/timeline/alerte.php when trying to get MAE`s feed: http://www.mae.ro/warnings/feed Any help? Thank you!
Hi, your XML has issues and the PHP simplexml_load_string() warns you about them (they are wranings, not errors) – please correct the generated feed or add the NOWARNING flag in feedAPI.php:100 just like this: http://stackoverflow.com/questions/12956318/simplexml-load-string-warnings
Hello, Will the script work read here: http://www.pragueeventscalendar.com/exports/events/index/code/fc8bd48d-44cd-4245-8324-afcf75f38877
Many thanks
Hi, make sure you check if it’s a standard XML with RSS version 2 just like this one: http://feeds.bbci.co.uk/news/rss.xml
do we get the source codes of library if we buy? We may need to make changes. Can it run on any mobile screen sizes and responsive to mobile?
Hi, thank you for your interest – of course you get the source code for which you can make changes easily. The view of the timeline was tested on multiple devices and works fine on mobiles (you can resize your window to a smaller width to get an idea).
What engine you are using to pull the RSS feeds? Is it something open source?
Hi, I used a custom solution coded by myself – thanks for your interest.
Hi Liviu,
I Want to purchase this script but have some doubts, it will be great if you can help me in this.
1. Can this script be auto refresh without page load?, If no what i can do for this. 2. Can i take feeds directly from url, coz some sites provide only url not the xml file ?, refrence url is http://www.waterworld.com/topics/water-resource.htm
Hi, the script does not auto-refresh and you must have some AJAX JavaScript knowledge to add this feature. The script imports feeds only based on the original feed, not a page that contains a feed in it’s header section. Hope this helps.
Hi, my intended use is to bring in real estate listings. Any limitation on the number of feeds at one time, and any restrictions on images (#, quality)? Are all configurations by code of can I panel access in some way as I am not a coder..thanks.
Hi, there is no limitation of feeds, just your memory limitation on your hosting (all feeds are merged in memory before they are displayed). The script does not handle any image processing, it just displays whatever your RSS has attached to it. You should have basic knowledge of PHP, HYML and CSS to configure and integrate the script in your website.
Hi liviu;
How can I add cache files ?
Hi, the cache files are created automatically when you use the feedAPI.php library file – that’s where the cache settings are. If you have any concerns or questions please get in touch with me via my profile’s contact form and I’ll continue support via email. Thank you.
My friend, It does not work with spanish characters: ñ, á, ...
Any solution?
Hi, what exactly does not work? Please be more specific and send me a message via my profile’s contact form with a preview URL and the RSS entry so I can test things myself – I’ll continue support via email.
Just got an error, it was working until it tried to fetch new feeds:
Warning: RSSFeed::processCurrentFeedEntries() [rssfeed.processcurrentfeedentries]: Cannot assign to an array of nodes (duplicate subnodes or attr detected) in /../feedAPI.php on line 113
Hi, can you send me a preview URL and the RSS source you are using via my profile’s contact form – I’ll take a look at the situation and continue support via email.
Hello, how to show the ShortName just near <?php echo $entry->title; ?> ?
Thank you 
Hi, you can append it to the title like this: <?php echo $entry->title . ’ – Short Name’; ?> ?
Sorry, the “feed name”
?
Alright, you can manually add it as a string, because there is not field for it in each item.
Could you show me the code ? i’m a beginner. Thank you.
Just replace Short Name with the feed name in the above code.
I use more than one feed. How to do this ?
I see, for the moment the script does not support such a feature – but I’ll think about something for the next update.
ok
in how many time could you upgrade the script ? Thank you.
An update will be made probably next week, but can’t tell for sure the day – please check again the Last Update property of this item next week.
thank you, i check your update this week.
Have you got some news about this small upgrade ?
Yes, I thought you already checked – an update was released on 1 December like I promised (just re-download it).
Can you make to be AJAX without to refresh a page? And where we can put rss from favorite site,is there admin panel?
Hi, the script is PHP based and it contains a display that refreshes only on browser refresh (no built-in AJAX support). The RSS feeds will be added with a function after you initialize the library – by code of course.
How often does the RSS get indexed?
Hi, the caching timeout is configurable – it’s up to you to decide when the RSS is refreshed.
Thank you. =)
Hi
“RSS Timeline” automatic refresh is this possible?
Hi, the timeline refreshes when the browser refreshes the page (and depending on caching options) – it’s not AJAX based if that’s what’s your asking.
Howard
This is just an amazing piece of software, easy to instal and terrific to look at.
Hey Howard, thank you for your comment and appreciation.
can you make it a s a catagory wise
Hi, thanks for your interest – the script is provided as it is and any customization can be made by you or a hired web developer.
Hi, I just purchased it and it said this:The package could not be installed. No valid plugins were found.
Plugin install failed.
I’ve never had that before.
Is there a problem ?
Hi, this is not a plugin that can be installed – it’s a simple PHP library.
Hi,
I tried the script on localhost I’m getting the following message
Fatal error: Call to undefined function curl_init() in C:\xampp\htdocs\solrss\feedAPI.php on line 51
Any idea ??
Khodor
Hi, to use this script you must have the cURL module enabled – make sure you enable it in your xampp localhost environment.
Hi Liviu,
Is it possible to have the feed be only one column on the web? I like the look of the mobile version and want a compact 1 column feed. If so, how would I do that (and then I’ll purchase the plugin right away :))
Hi, it is possible with some small changes – I’ll help you tweak it. Drop me a message via my profile’s contact form once you made the purchase.
Hi,
Nice script! I have one question, is it possible for this script to also pull RSS feeds from the web based on keywords?
Hi, the script pulls from any remote RSS .xml file – it’s up to you to provide whatever feed you might need.