KB Plugins

The best Wordpress plugins are free

Print this post

Released today: KB Advanced RSS 2.1

The newest version of the my RSS widget for WordPress integrates several suggestions made by commenters on this post. Among the changes:

  • A checkbox to reverse the order of the feed’s contents
  • An option to hide that annoying “the feed is down” error message when the feed is empty
  • Options to bypass the script stripping, so you can allow javascript in feeds you trust.

Download now

132 comments

1
Detrom writes
at 3:57 am on January 31, 2008 #

Hi, thanks for the plugin. I have one question, can i use KB Advanced plugin out of my sidebar? i dont know what code i need to do it.

Thanks.

2
Thus saith Adam
at 8:48 am on January 31, 2008 #

Yes, but it’s more complicated that way. Look in the FAQ under “What code do I place in my sidebar?”

3
Alessandro proclaims
at 10:50 am on February 1, 2008 #

Hi, i installed also version 2.1 and i’ve same problem…

This is what i wrote on vers 2.0:

Hi, ive a problem, when i show my (rss title) it convert the ‘ or ” with ? why this??

Please help me , its important.

4
at 8:29 am on February 2, 2008 #

How can I (if ever) add the RSS data to my frontpage, which is not blog and no WP?! How do include it? It’s php. Thanks in advance, great tool.

5
Thus saith Adam
at 9:36 am on February 2, 2008 #

@Marcis: Google for “magpie rss”.

6
Alessandro adds
at 4:13 pm on February 2, 2008 #

Adam for me thereisnt a solution?? u can help me??

7
Thus saith Adam
at 7:11 pm on February 2, 2008 #

Alessandro:

That probably means that the feed contains an HTML entity that magpie RSS (WordPress’s parsing engine) cannot understand. Check the FAQ under “I need to debug the feed.” If you see the error when in debug mode, then there’s nothing I can do for you.

Remember, this plugin doesn’t parse the feed–it uses WP’s built-in parses (Magpie). This feed just adjusts how WP displays the feed.

8
Dan R comments
at 12:48 pm on February 5, 2008 #

I have been trying to emulate your RSS setup on your site under the header “KB Advanced RSS” ..I am using rss feed “http://rss.news.yahoo.com/rss/health” can you give me the layout so I can try and set it up that way???

Thank you for a GREAT plugin :)

9
Thus saith Adam
at 1:40 pm on February 5, 2008 #

I use this, with <ul> and </ul> before and after:

<li><a href="^link$" title="^description$">^title$</a><ul><li>^description[opts:trim=60]$...</li></ul></li>
10
Thanh proclaims
at 1:46 pm on February 5, 2008 #

can this plugin can add more than 1 RSS feed? I would like to add another feed to my front page, is it possible? If not, maybe a feature for your next release?

11
Thus saith Adam
at 1:49 pm on February 5, 2008 #

Thanh, just scroll down in your widgets admin screen to increase the number of widgets available.

12
Thanh says
at 11:20 am on February 6, 2008 #

Awesome. That works great, I didnt notice that the settings were all the way at the bottom. Thanks for this plugin!

13
jack adds
at 2:50 pm on February 19, 2008 #

hi adam!
love your plugin! had a question. i wanted to insert the entire rss post into the sidebar. I plan to have short tips and wanted them separate from the rest of my site… can I do this with your plugin?

14
Thus saith Adam
at 7:36 pm on February 19, 2008 #

jack: If it’s in the feed, you can display it. Check the documentation. In particular, look in the FAQ under “what fields are available in the feed?”

15
jack comments
at 7:23 am on February 20, 2008 #

thanks. do you knwo how to include the whole post into the feed? I think it is but not sure?

16
jack exclaims
at 7:27 am on February 20, 2008 #

ok, i’m a little new to this, thank you for oyur time…
in the faq you say something about “?kbrss=http://path.to.feed/” where do I put this? in your plugin? in the sidebar? in the address line of my browser?

17
jack exclaims
at 7:51 am on February 20, 2008 #

one more question…
i’m reading the “other notes” category. and i think i’m missing an essential point. where do i do these edits? in the plugins editor? the theme editor or a file on my server… thanks in advance!

18
jack adds
at 8:12 am on February 20, 2008 #

ok, this is embarrassing… i think i’m getting it now. i just did not understand at first. thanks!

19
Ash says
at 3:48 pm on February 24, 2008 #

The feed I am using is from a gallery and has images with it, but only the titles and link is showing. I was hoping this plugin would allow the images and descriptions. I’m not sure what I need to add to achieve this. Any help would be appreciated!
Thanks!

20
Thus saith Adam
at 8:28 am on February 25, 2008 #

Ash:

By default, only the titles show. You need to fiddle with the options to display other stuff from the feed. How you do that depends on the specific feed in question.

Check the FAQ under “which fields are available in the feed.”

21
Ash writes
at 11:18 am on February 25, 2008 #

Thanks Adam, I don’t know about the feed to figure out what to do to get the images. Thanks for answering anyway!

22
at 6:14 am on March 4, 2008 #

Hi Adam,

I wonder if it’s possible to specify only the first “link” in an RSS feed. My problem is the RSS Google reader gives me to work with (see here: [link]).

Your Plugin reads the feed just fine, however it combines both links (^^ plus ^^) so the link gets invalid.

23
at 6:16 am on March 4, 2008 #

edit:
<link rel="alternate" href="http://on10.net/blogs/sarahintampa/21369/" type="text/html" /> plus <link rel="alternate" href="http://on10.net/" type="text/html" />)

24
G comments
at 11:16 pm on March 7, 2008 #

Great plugin! exactly what I was looking for now that feeddigest.com is no longer reliable. Unfortunately I am using google rss reader and I am having the same problem as Christoph Voigt. Google uses the same element ids for various elements. How crazy is that! Escpecially the element. Any help with this is greatly appreciated. Thank you.

Regards,

G

25
Thus saith Adam
at 8:39 am on March 10, 2008 #

I’m a bit swamped at the moment. But I wouldn’t be able to look at this anyway without a link to an RSS feed.

In the meantime, have you checked the bit in the FAQ under “I need to debug the feed?”

26
G contributes
at 11:06 am on March 10, 2008 #

Hey, thanks for the reply! Here is an example of a google reader broadcast rss. As you will quickly surmise, google uses the “link” field to denote the url of the source blog and the url of the individual source post. This leads to two links being displayed in each item of the rss widget. If we could somehow limit to the first “link” field we would probably resolve the situation.

Yes, I did read the faq section and that is why I think it is possible to resolve but I think it would require “modifying the feed” which is something I am not technically capable of achieving. And since this affects the widely used google rss broadcast feeds I thought everyone would benefit. I was not surprised to see I am not the only one affected by this. Thank for your feedback!

Regards,

G

27
Thus saith Adam
at 12:23 pm on March 10, 2008 #

Ahh, thanks for the example. Now I see what you mean.

Google’s use of the link tag twice for each entry is confusing Magpie. Magpie is the PHP class that parses feeds. It shows up in wordpress as wp-includes/rss.php or something like that.

My widget doesn’t parse the feed–it sends the feed to WP’s built-in version of Magpie. So there’s not an easy fix for me to implement within the plugin.

However, here’s a suggestion. For some reason, WP comes with an outdated version of Magpie (unless they’ve changed that with a recent update, I haven’t checked). Another user of this widget made this suggestion (comment #1) for an unrelated problem; it may help here too.

28
Dan opines
at 11:15 am on March 11, 2008 #

When I select “Link title to feed URL” it works fine; however…the title is blending into the background color I have set on my theme….is there a way to customize that link so it shows as White text? I have tried to adjust my theme css but i have been unable to figure out a way to set it so it doesn’t mess up other links in my theme. Sorry if this is a n00b question, it’s drivin me crazy!

29
Thus saith Adam
at 11:19 am on March 11, 2008 #

Yes, adjusting your theme’s CSS is the way to go. That’s really all I can tell you, though–every theme is different.

If you really can’t figure it out, you’ll need to give your URL so I can look.

30
Dan says
at 12:02 pm on March 11, 2008 #

is it possible to add a custom color into the widget properties so I can change only that one parameter?

31
Thus saith Adam
at 12:53 pm on March 11, 2008 #

The widget will have a custom CSS class that you can fiddle with in your theme’s stylesheet, but that class might have a slightly different name from theme to theme. In my theme, that class is widget_kbrss.

But if you ask any more questions along these lines, you’ll need to give your URL or I won’t be able to answer. Sorry.

32
judas opines
at 10:05 am on March 12, 2008 #

This is a really great plugin and I’m using it in several ways. I consider my blog as mi face on the Net, so I use your plugin to track my notes on FaceBook and to display links to sites I comment on by using del.icio.us feeds and tags. The result is a complete map of my Web presence. Thanks a lot.

Yo can see it working at mi home: a very important part of my sidebar is made using 5 times your plugin, calling 5 times the function kb_rss_template. But I have a little issue: I can’t control how many items in RSS are displayed. In code, I placed this, for example:

kb_rss_template($url = 'http://del.icio.us/rss/ishkarioth/comentado', $format = '^title$‘, $numItems=7, $utf=false, $echo=true)

But I’e getting 10 elements instead of 7 no matter what I change. I guess it could happen because in kb_advanced_rss.php…:

function kb_rss_template($url, $format, $numItems=10, $utf=false, $echo=true){
global $kb_advRss;
return $kb_advRss->display_template( $url, $format, $numItems, $utf, $echo );

and maybe that 10 is overwriting my preferences when calling the function on sidebar. And there is a 10 too in the arguments of the display_template function.

¿Can I fix this by simply changing «$numItems=10» with «$numItems»? New with php… Thanks in advance.

Sorry about my english: I’m spanish.

33
Thus saith Adam
at 10:17 am on March 12, 2008 #

This isn’t how you call a PHP function:

kb_rss_template($url = 'http://del.icio.us/rss/ishkarioth/comentado', $format = '^title$‘, $numItems=7, $utf=false, $echo=true)

You call it like this:

kb_rss_template('http://del.icio.us/rss/ishkarioth/comentado', '^title$', 7, false, true);

Hope that helps.

34
judas says
at 10:52 am on March 12, 2008 #

Ops, now I feel like a stupid… Said I was new in php.

I’m still getting 10 elements…

That’s not a big problem by now, but I have a section where I want to show only the last item, and I woukd like to use your plugin to do so.

¿What can be going wrong?

35
Thus saith Adam
at 11:03 am on March 12, 2008 #

Oops, there’s at typo in the code. Sorry. On line 148, find this:

$options[0]['num_items'] = $args[1];

Change it to this:

$options[0]['items'] = $args[1];

That should fix it.

36
judas adds
at 11:23 am on March 12, 2008 #

Perfect!!

Lots of thanks!! And I must admit I’m very glad you answered so fast. Chapeau.

37
at 8:03 am on March 20, 2008 #

Is there a way to hide the icon in the title bar?
In fact, I would like to display the widget with no title bar at all.
Is this possible?

Thanks!

Jeff

38
Thus saith Adam
at 9:47 am on March 20, 2008 #

Jeff, just delete the icon URL in the widget’s settings.

39
Jay contributes
at 1:58 am on March 24, 2008 #

Just installed the new RSS plugin, and I am a bit of a novice with Wordpress. But I was curious if the html code should be inearted under admin to make the RSS feed pop up in a new _blank window? If so what where and what would that code be? Also could that be added as a feature?

Would love to be able to have certain feeds open in a new blank tab/window, and other be open in my content section. Don’t want to lose viewers to another site if they start clicking away.. Thanks!

40
JP opines
at 11:18 am on March 24, 2008 #

Hi Adams,
First of all thanks for a great widget.

I installed it the first day and it worked just fine but then it stopped.

Now when I activate the widget it cuts off the page right before the where the widget is supposed to display.

When I take it remove the widget from the sidebar then the page goes back to normal.

Can you help?

Thanks

41
Thus saith Adam
at 2:19 pm on March 25, 2008 #

Jay:

Please, please, please don’t use the _blank attribute. I am one of many people who hates that.

If you must do it, see here. (That link should take you to comment #9 on a previous post.)

42
Thus saith Adam
at 2:20 pm on March 25, 2008 #

JP:

Sounds like the widget is experiencing a PHP error. Put it back in your sidebar and go to whatever page was getting cutoff. View the HTML source and scroll all the way to the end. Is there an error message there? What does it say?

43
Hansson comments
at 12:17 pm on March 26, 2008 #

Could you give me a hint on how to add rel nofollow tags to the linked titles, and how to have them open in _blank target?
I appreciate very much your work and your help. Thank you!

44
Thus saith Adam
at 12:26 pm on March 26, 2008 #

comments 39 and 41 right above yours, mate.

45
joshua contributes
at 1:41 pm on March 31, 2008 #

Plugin worked great.. then I moved hosts and now running php 5.2.5.. busted it. The widget dialog box will not open in the widgets pane, and the widget topped producing output on the render side. WP 2.3.3. Ideas? Thanks.

46
Thus saith Adam
at 3:54 pm on March 31, 2008 #

joshua: Look for PHP error messages. Otherwise, I’m at a loss to guess. E.g. in the widgets admin screen, view the HTML source. Is there a PHP error in there (probably at the end of the page)? Hit ctrl-f and search the source for “error” and see if anything shows up.

47
Thus saith Adam
at 10:36 am on April 1, 2008 #

Sorry joshua, accidentally deleted your comment while fixing formatting. Here was your error msg, for future reference:

Fatal error: Cannot use string offset as an array in /www/vhosts/.../wp-content/plugins/kb-advanced-rss-widget/kb_advanced_rss.php on line 159

I’m fairly sure I know what the problem is. But I’m not convinced the problem is line 159 of the current version of the widget; I’m thinking it’s really line 149. What version of the widget are you using? It will say in your plugins admin screen.

48
David writes
at 7:30 pm on April 6, 2008 #

Just wanna say this is the best wp plugin I’ve ever used. Great Job. Thanks so much.

49
Michael opines
at 7:31 pm on April 7, 2008 #

Hi, Adam. Understand your real-world concerns. So if you read this and can respond, great. If not, no worries.

Anyhow, I’ve read up and down the many pages here and remain baffled by the “An error has occurred…” problem. I know the feed’s not down because it’s displaying properly in the stock RSS widget at the same time as your widget is displaying the error message.

The feed I’m using is from Yahoo Finance:

http://finance.yahoo.com/q/h?s=acn,aig,anf,boom,chl,csco,cvs,ebay,fast,mdt,ne,pg

Can you point to me in the right direction to troubleshoot?

Thanks a million!

50
Thus saith Adam
at 11:05 am on April 8, 2008 #

That’s odd that it would work in the default RSS widget but not mine, given that they both use the same backend parser. Generally, if it works in one of the two widgets, it should work in both.

I notice that the feed has some errors in it.

Also, have you looked at this?

If those suggestions don’t help, I’m afraid I don’t have time at the moment to dig deeper looking for problems.

51
John P. contributes
at 2:32 pm on April 8, 2008 #

Great plugin. I use it primarily to convert feeds to UTF-8 (which WordPress doesn’t do as you know!). In WordPress 2.5, I noticed the ‘help’ dialog box unfurls automatically when you drag a new KB widget onto the sidebar. There’s something funky in the way the widget page is set up in WordPress 2.5 because when I have your plugin activated and try to use Fluency Admin 1.1, the widget page freezes hard. Deactivate your plugin and it’s fine. Odd.

52
Michael proclaims
at 5:43 pm on April 10, 2008 #

Thanks, Adam.

Yes, I have reviewed the other information on your site, tried updating Magpie, etc. I swear I tried hard to figure it out myself before imposing on you! ;)

Anyhow, interesting that the feed isn’t valid. I suppose I should take it up with Yahoo.

But it’s definitely true that the feed displays in the stock widget (though the links are badly formed, which is why I went looking for another solution) while your widget displays the error message.

53
John P. proclaims
at 6:16 pm on April 11, 2008 #

When you add a new KBrss widget, all the text inside the ul tags within the div id kb_rss_help_# echos on widget.php. Very odd. Heading tags and paragraph tags do not echo. I believe something in the widget.php style is conflicting with the plugin styling.

WP 2.5, kb ver 2.1.2.

54
Genie writes
at 2:12 pm on April 12, 2008 #

The plugin works great for one of my RSS feeds, but not for another. I’m trying to use it to display the most recent entry from one of my categories on my WP blog. If I use the RSS from the entire blog, it works But if I use the one for a specific category, it doesn’t (says the feed is down). :(

[link] works

[link] doesn’t (for my OMG category)

I tried to use the ?kb_rss tool to see what elements are in my rss feed from WP, but it tells me I need to be logged in as an administrator, even though I am. You can see my experiments on the main page on the right

Any help greatly appreciated!

55
John P. comments
at 4:25 am on April 13, 2008 #

@Genie. Your feed URL is wrong. Read up. Not sure why you are grabbing feeds from your own blog.

56
Genie remarks
at 8:18 pm on April 13, 2008 #

@John P. My main page only shows entries of a particular category and I want to have entries in this other category show up in the sidebar. Interestingly enough, I found another person’s WordPress blog that is giving similar errors but only for his RSS feeds that have tags (http://ordinarywebguy.wordpress.com/).

57
Miguel opines
at 12:10 am on April 18, 2008 #

Hello Adam, your plug in is great. I just want to ask you if theres is a way to put the entire content of the feed in the rss list and not only the description.

i tried with this, but i did’t work

^title$ ‘^content$’

Thank You

58
david comments
at 8:32 pm on April 18, 2008 #

re your excellent kb-advanced-rss wordpress plugin

Hi Adam and the other readers,

great plugin it works fantastically!

quick question im pulling up an rss feed in the side navbar. when one of the rss news items is clicked how do I get it to open up in a new window instead of opening up and changing in the current parent window?

I realize I must have to change the source code somewhere, but don’t know where and don’t know what to, hope you can help.

many thanks in advance

David

59
ThePete says
at 1:53 am on April 22, 2008 #

Great plugin (as I’m sure you know by now)!! :) One question–is there a way to get it to auto-link URLs listed in the feeds? I’m using it to display my Twitterstream and I don’t have enough space in each entry to include href tags.

60
at 6:28 pm on April 26, 2008 #

Hi - great plug-in, thanks. Any way to filter a feed (e.g., by category)? I’m getting a feed from blogtalkradio which has blog posts as well as ‘radio’ shows and just want to display the shows.

Thanks!

61
Carl thinks
at 10:28 pm on April 28, 2008 #

I have a suggestion for the next version. Normally, there is an option for linking the title of the feed to the feed’s URL (it’s nice to be able to disable this btw). But it would be even better if we could manually enter a URL for the title to link to. For instance, I use this to display the latest posts from our forum, on our Wordpress powered main site. However, I do not want to link to the forum’s feed, but I do want to link to the forum itself. Thanks for this great plugin.

62
Li-An exclaims
at 7:35 am on April 29, 2008 #

Hello,
I wanted to know if it’s possible to show images. I tried Simplepie for Wordpress and it shows text and images but with your plugin (and Magpie I suppose), I can only hâve text. I cannot use Simplepie any more because I need to disable other plugins to make it work… ;-)

63
Roman writes
at 12:57 am on May 8, 2008 #

Hello,

nice plugin but how can I add value ‘author of title’ to the output feed? I have no clear about that.

64
Carl writes
at 8:58 am on May 20, 2008 #

Nice plugin. I have one question. The individual feed entries link back to my site rather than the actual feed site’s article. Is this an issue with the feed, my site or the plugin. This is the feed: [link] The actual feed has feed rather than http, but if i put feed nothing shows up.

65
Trey remarks
at 8:52 am on May 30, 2008 #

Sorry if this is a noob question, but one of my feeds routinely uses quotes in their titles. These seem to get replaced with all sorts of funky characters in my sidebar. How do I fix this? See it here.

66
Trey remarks
at 8:59 am on May 30, 2008 #

Ok, I just answered my own question. I just had to turn off the UTF-8 conversion.

67
Brad adds
at 5:32 pm on June 19, 2008 #

Is there a way to increase the number of widgets from 20 to say 100? The site I am designing has several different sidebars.

68
Brad proclaims
at 5:44 pm on June 19, 2008 #

Answered my own question, thanks for the great plugin. For the record it is easy to change the max amount of widgets for anyone interested:
// SETTINGS
define('KBRSS_HOWMANY', 20); // max number of KB RSS widgets that you can have. Set to whatever you want. But don't put it higher than you need, or you may gum up your server.
define('KBRSS_MAXITEMS', 20); // max number of items you can display from a feed. Obviously, you can't get more than are in the actual feed.

change the 20 to however many. thanks again for the great plugin. anyone interested can see the results of this effort tomorrow at [link]

69
Nick comments
at 11:49 am on June 20, 2008 #

Hey, is there a way I can make the RSS feed title bold and keep the rest of the feed’s body normal?

I’m using a feed from my Vbulletin forum. See site in sig, would be greatful if you could help!

70
Shawn adds
at 8:45 pm on June 27, 2008 #

Hi Adam. Thanks for this great plugin. I have my ^title$ trimmed to the first 40 characters. I was wondering: is there a way to insert an elipsis (or, just three periods) after the ^title$ element,but only if trimming actually took place?

71
mitch exclaims
at 10:35 am on June 30, 2008 #

I would like to try this plug in, but as of this time, I am receiving a “404 File not found” message at the 2.1.2 download URL:

[link]

72
Damon contributes
at 11:04 am on July 5, 2008 #

Maybe I missed this in the docs - but is there a way to get it to parse URLs in a feed so they are hyperlinked to the referenced URL - instead of just having he entry entirely linked back to the original feed or post?

73
Abi adds
at 10:57 am on July 9, 2008 #

Adam-

This is by far going to be the most useful plugin I/my company uses — I can tell already, so a big THANK YOU for doing this!!

Here’s my situation, I’m not sure if it is too involved, but as I am a PHP novice, I am afraid to tinker too much with the plugin’s php file, for fear of blowing it up:

The company I work for has several clients who have their own blogs. The goal for OUR OWN blog, however, is to have a widget in the sidebar that displays the most recent 5 posts from an aggregate of all our clients’ blogs. I created the aggregate feed using Yahoo Pipes (if anyone has any other suggestions for creating an aggregate feed, I’m open to using something else), and so on my test blog I was able to use that Pipe feed with your awesome plugin. So far I have the following in the plugin:

`^pubdate[opts:date=M jS]$ ~ ^title$

(I hope I formatted that code so it showed up correctly!)

What I REALLY want is to append that so the result ends with something like “by Joe Shmoe” (I want to be able to control that byline, btw, in case Joe Shmoe’s user name is set to only “Joe”)

SO, what I think I need to do (yes, I am finally getting to the point, thanks for sticking with me) is create some code in the kb_advanced_rss.php file that will allow me to say:

—> if the feed link = “xyzfeed”, then this new textfield should = “Joe Shmoe”

And then, of course, be able to somehow add that new textfield to the formatting in the admin widget section.

Is this possible? Like I said, I’m a bit of a newbie. Any help is GREATLY appreciated.

THANKS!!

74
Abi proclaims
at 10:59 am on July 9, 2008 #

Huh, I put a backtick in the code — maybe I’m supposed to surround it with backticks? If the below doesn’t show my code correctly, let’s just assume I’m using the default formatting.

<li>^pubdate[opts:date=M jS]$ ~ <a class='kbrsswidget' href='^link$' title='^description$'>^title$</a></li>

thanks!

75
Firefly proclaims
at 12:31 pm on August 4, 2008 #

Hello,

Thanks for creating a great plugin!

I’m trying to get it working to output the following :

Title by $Creator, Date
Description(trimmed to 100)

My best effort so far is

^title$by ^creator$^pubdate$ ^description[opts:trim=100]$…

I’m sorry if this is a basic question, but I wonder if someone could point me in the right direction?

Thanks very much!

76
Sam writes
at 9:12 pm on August 16, 2008 #

Hi - awesome plugin - works great in the sidebar. I noticed that there’s code in the php file on lines 472 and 498 (I only know enough to be dangerous) about displaying the feed in a template rather than a sidebar. But I can’t figure out what to put in the template. Any guidance, even a basic example, would be appreciated!

77
gadget proclaims
at 5:51 am on August 20, 2008 #

Is it possible to incorporate my Affiliate ID within the RSS feed?

78
Alex remarks
at 9:05 am on August 26, 2008 #

I would like the feed to display images in the sidebar. (last section of the sidebar) Here is my blog. [link]

Here is the feed.

[link]

Here is the html part of the feed.

$field_value = “$data[product] - ” . $config[’General’][’currency_symbol’] . $data[’price’] . “$data[product_url]$data[main_category]” . strftime(’%a, %d %b %Y %H:%M:%S GMT’, $data[’adddate’]) . “<![CDATA[ ” . $data[’product’] . ” ]]>” . $data[’productid’] . ‘:’ . $data[’adddate’] . “” . chr(10);

What changes do I do to make it work?

79
ovidiu exclaims
at 4:35 am on August 30, 2008 #

unfortunately your latest addition makes it unusable for wpmu:

Options to bypass the script stripping, so you can allow javascript in feeds you trust.

on wpmu you can’t afford to let users insert any php or JS files/stuff so I will be sticking to 2.1 but maybe you could insert a check to see if wpmu or wp is running?

80
Stuart opines
at 9:21 am on September 18, 2008 #

Was there any update to the “Fatal error: Cannot use string offset as an array in /www/vhosts/…/wp-content/plugins/kb-advanced-rss-widget/kb_advanced_rss.php on line 159″ from post 47 here?

Is there a way to fix this?

81
Monika remarks
at 10:36 am on September 24, 2008 #

I’m using KB Advanced RSS Widget with Wordpress 2.6.2. I’m trying to get the Yahoo! Weather RSS feed (http://weather.yahooapis.com/forecastrss?p=USCA1116). The feed works fine, but I can’t get the weather images to display. Any ideas? I also tried another weather related feed (http://www.rssweather.com/hw3.php?place=bloomington&state=mn&country=us&utm_source=rss&utm_medium=rss) and got the same results, no weather icons.

Any help would be greatly appreciated!

Thanks.

82
Jeff Allen thinks
at 11:42 am on September 25, 2008 #

Alright, I have went through the documentation and used the rss troubleshooter. I want it to show the thumbnail image that is in my feed as well. For some reason even though I think I have done everything right, it still strips it out!

83
Jixor comments
at 9:13 am on September 30, 2008 #

Hey, just stumbled across your plugin on the WP Directory. I have created a completely different and somewhat less ‘noob’ friendly take on an rss aggregation widget. Thought you might be interested, or not, please yourself. =D [link]

84
Raj adds
at 7:31 pm on October 19, 2008 #

Dear Adam,

Great job on the widget, it works very well. I have a feature request - if you want to discuss offline, please do.

We want to display a different feed per category. Likely the best way to do this with your plugin is to have an omit feed if category exists or vice versa… What are your thoughts on this?

Thanks!

Raj

85
Luca comments
at 1:53 pm on October 21, 2008 #

Hi, great widget. I am trying to keep the hyperlinks in the feeds when the widget shows them. I mean, I don’t want the feed to be linked to the original post: instead I’d like to have it linked to the page the original post pointed to. Is it possible? Thank you very much. Luca.

86
Peter remarks
at 8:34 am on October 31, 2008 #

Awesome widget!

You’ve got reverse order, but what about alphabetical on title?

Pulling in RSS Feed of my Delicious bookmarks and I keep them Alphabetical there.

87
at 2:18 pm on November 17, 2008 #

Found a way to tackle the Google Reader feed problem. You can clean up the feed with Feedburner before shipping it over to Wordpress. Details at: [link]

88
ThePete comments
at 12:00 pm on November 21, 2008 #

‘^pubdate[opts:date=M jS]$’ <–that doesn’t get the dates to show up. What am I doing wrong?

89
ThePete proclaims
at 3:01 pm on November 25, 2008 #

I thought this would be a simple question with a simple answer :( Guess not…

90
Hani Obaid opines
at 12:17 am on December 21, 2008 #

Greetings,

It’s possible upgrading to WP2.7 breaks KB RSS 2.1.

Hani

91
Rarst says
at 6:23 am on January 2, 2009 #

I am using your excellent KB Advanced RSS plugin at my blog for some time. Recently I had added second instance to display favorites from my StumbleUpon feed.

[link]

Feed has URLs to image thumbnails in enclosure tag but for some reason plugin doesn’t see those enclosures at all. They don’t show up in troubleshooter. I found something similar about modifying feed before displaying in docs but don’t understand what am I supposed to add to plugin code (don’t know PHP).

Is it plugin issue or WordPress feed parsing issue? Any way to get to those URLs? Thanks in advance.

92
legrosszabb opines
at 1:59 am on January 5, 2009 #

Hi! Why dont I use the ^creator$ tag?

I would like to use the tag so:

^pubdate[opts:date=H:i]$ ^title$ (^creator$)

But the last tag isnt working.

93
Guest exclaims
at 5:10 am on January 8, 2009 #

Please, use:
“^dc=>creator$”

94
Niko contributes
at 4:11 pm on January 15, 2009 #

How can i cut the titel of a feed to a special character (like “-”) ?
Concretly i’d like to cut of the description of the macupdate-RSS-feed from the titel (in this case the description is in the feed-titel included and the seperator is “-”).
Does anybody have an idea? THX!

95
Viniciu thinks
at 2:47 am on January 24, 2009 #

Exactly what I am looking for. I just installed it. I’m using wordpress 2.6 with Cutline 3 column theme.

I just installed KB Advanced RSS, and it wiped out the whole sidebar of widgets and info.

I can’t figure out why that happened, it may be due to the way I coded that side bar. I just added HTML and some widgets but not through the widget tool on Wordpress.

Also how can I position the KB Advanced RSS widget on my site. I would like to place it between two widgets on the right hand side.

Any info you can provide is much appreciated.

96
Thus saith Adam
at 8:49 am on January 24, 2009 #

Viniciu–it’s a widget, so it’s best used through the wordpress widget menu. Use that, and it won’t wipe out your sidebar–and it will be easy to position.

Niko–you need to modify the code with a regular expression or something similar.

Rarst, Jeff, Monika–anything that doesn’t show up in the troubleshooter is a parsing issue, not an issue with this plugin.

Hani–what exactly broke?

Peter–you could insert a sort() somethere in the code to accomplish that. Customizations like that are up to you, though.

Abi–it’s possible, but unfortunately I don’t have time to do customizations for folks.

97
Rarst opines
at 6:56 am on January 25, 2009 #

@Adam

I have solved my issue, had to patch MagpieRSS. Version included in WordPress doesn’t support enclosures.

98
raapil comments
at 5:03 am on January 26, 2009 #

Hi - the rss-feed doesn’t show danish ‘æ’, ‘ø’ and ‘å’. Or rather it shows only 50 pct. of the time. I’ve tried to insert da_DK in the css but apparently I haven’t found the right place. I’m using Wordpress 2.7 in the Danish translation.

Thanks, Lars

99
poisonborz remarks
at 4:30 pm on February 8, 2009 #

Hola,
I have a serious bug to report, the worst thing is that this widget is quite important for a site I’m working on, and since there are no real alternatives, I can’t finish it :(

I’ve set up the widget with these options:
[link]

the Before the widget line that can’t be seen is:
<ul id=”rsswidget”

Everything works fine in localhost, however, when I uploaded it to the server, the widget simply stopped loading. Wherever the plugin is present, the site breaks from loading on (both in the widgets page, and on the site) - so I can’t even change the options to see what’s wrong. My only option is to delete the widget, when I reactivate it, the bug reappears (where are the widget settings stored?)

100
st3n proclaims
at 6:28 pm on February 10, 2009 #

I updated worpress to version 2.7.1 and now I have problems, KB Adv. RSS is not generating start of list. only tags … when i put in pretext and to posttext nothings happend….

101
Jake says
at 11:31 am on February 11, 2009 #

Hi- I would like to request a slight code change. The RSS icon graphic has an ugly white or purple border around it by default. I have been able to remove it like this: in line 237 (post 2.7 version) or 198 (pre) in the icon’s “style” tag, add border:none; to the existing code. Looks much cleaner that way. Thanks!

102
Tracey opines
at 1:23 am on February 12, 2009 #

I updated to wordpress 2.7.1 and now this widget can’t seem to remember and of the information typed into the fields except for the url of the RSS feed. It keeps resetting to the default.

103
Sandi contributes
at 3:18 pm on February 15, 2009 #

I am having the same problem as Tracey. The widgets don’t hold the info.

104
Sandi comments
at 3:49 pm on February 15, 2009 #

Going back to 2.7 fixes the issue, so it must be a change in the upgraded files.

105
Michael adds
at 10:32 am on February 16, 2009 #

Help! All of my integrated RSS content is a mess. Same prob as others are having with KB Advanced RSS 2.1 not holding content in WordPress 2.7.1. We know you’re busy, but this is a nightmare! Please??? How can we tempt you to make the fix?

106
Miguel says
at 4:47 pm on February 16, 2009 #

hello… so i want to use the “^image[opts:extractUrl=1]$” on my feed but…. u said after i do that i should open the plugin file and search for function item_cleanup. Insert the code in there. Something like this:

if (1==$extractURL){

}

what should the dots be?

107
Thus saith Adam
at 4:51 pm on February 16, 2009 #

To the 2.7.1 people: Sorry, don’t know the problem, and won’t have time to fix it. I would love to turn this particular plugin over to somebody else for continued development. It is not a priority for me; it’s been some time since I used it on one of my own blogs.

I’m a bit puzzled by the problem, though, since I tested it on the 2.8 development version a few weeks ago. Weird.

Miguel: Like most plugin authors, I don’t do customizations. Sorry. If you want to customize the plugin, you’ll need to code the customization yourself.

108
babel remarks
at 5:47 am on February 17, 2009 #

Great plugin! You saved me! By the way, I am using 2.7 and it works perfect.

For those who want to put just the RSS content and title, it’s easy. Put ^description$ ^title$ in the feed items of the widget. It took me a while to figure out, because I have no clue about coding. But it works perfect now.

109
Miguel remarks
at 8:53 pm on February 17, 2009 #

o, i understand =]
it wasnt that important…
thanks… great plugin!!
this plugin gave me a great deal on my blog ;)

110
Carl proclaims
at 7:50 am on February 22, 2009 #

I am having a problem with the widgets not saving the formatting options. Title, etc are saved, but the rest is reset to default when I click save.

Using WP 2.7.1

111
John P writes
at 12:20 pm on February 25, 2009 #

Small suggestion for the kb_advanced_rss.php version selector. Instead of exploding the version variable, do a function_exists check on a WP 2.7 and later function like have_comments(). A single if/else to require the appropriate file.

112
Rarst opines
at 6:40 am on March 1, 2009 #

Having same problem with saving settings after upgrading to 2.7.1 :( Was using widget extensively at my blog.

It was pleasure using your plugin, thank you! Off to search for alternative.

113
Wesley proclaims
at 9:45 am on March 2, 2009 #

I just found out what causes this error.

It’s nothing to do with the plugin itself, it’s a bug in Wordpress 2.7.1.

To fix it, open wp-includes/compat.php and go to the bottom of the page until you come across function htmlspecialchars_decode().. You’ll notice it’s first argument is $str, but inside the function you’ll see references to $string.

Change $string to $str in that function and the plugin will function properly again.

This is a bug that will only surface if you have PHP4 btw.

114
Linda Peppin comments
at 4:05 am on March 17, 2009 #

Hi, I have just installed your plug in and it works great. However, is it possible to be able to open the blog links in a new page so as not to lose the visitor? Linda

115
Jesse remarks
at 10:29 pm on April 7, 2009 #

Hey Adam. No probs if you don’t respond.
I’d like to add the author of the post in, the same way that the default RSS widget does, but want the options your widget has. I can’t figure it all out, not for lack of trying (googled, checked ‘Other Notes’, etc.).

116
ageor thinks
at 12:46 pm on April 22, 2009 #

I like KB Advanced RSS. I’m sharing my experience with it in my post WordPress: External RSS Feeds Optimization with KB Advanced RSS, including details of customization with an additional “rtrim” string manipulation option.

I hope this is useful and, maybe, included in a future version.

117
Keith writes
at 2:38 pm on April 24, 2009 #

Apostrophe’s in titles show up as ? in the plugin. Also the plugin does not pickup my css for sidebar.

118
Awnist exclaims
at 10:28 pm on April 25, 2009 #

it would be a nice improvement if there was a method to avoid tag stripping from content, which seems mandatory? perhaps different tags. ^description$ for regular stripped content, ^^description$$ for raw?

119
at 4:45 am on April 28, 2009 #

Hi. Thanks for this great pluin.

I want to use it for a podcast, but i suppose, it isn’t possible to get attribute values of tags - e.g. get the attribute value of url in this enclosure tag:
Am I right?

120
wayne thinks
at 6:54 pm on May 6, 2009 #

Do you know the correct tags or elements to use in order to display calendar events from a Google Calendar feed? I have the events showing - but I cannot get the date and time to display.

121
at 10:55 am on June 3, 2009 #

I think I’ve found a bug. It’s pretty serious. The fields that ask for preceding and following html tags (default ul and /ul ) goes blank every time I try and save it. I’ll enter, hit Done, and hit save changes, and once it reloads, those fields are blank. It always erase anything in the feed item format field, and sets it back to the default.

122
Matt says
at 8:09 am on June 4, 2009 #

I love your plugin, it is just about what I was looking for, but i’m having trouble with one thing. I am trying to add a custom image, but one that will display abit larger than your average rss feed..in fact 160×71 are the dimensions. It posts fine, but for some reason, goes to the right instead of centered or left. Do you know why that would be going on, or a way to fix it? If you want to see what I am talking about, I have it setup at [link] Any help you can give me is REALLY appreciated too.

123
Richard thinks
at 5:27 pm on June 7, 2009 #

I am using your plugin/widget on my blog and it has been working fine, until today.. all day and night, it has not been appearing on my site.

When I uncheck the option to hide it if the feed is down, it shows up with a message saying “An error has occurred; the feed is probably down. Try again later.”

My feed is not down!

Any help would be much appreciated.

Thanks
Richard

124
at 11:58 am on June 10, 2009 #

@Tony Bullard: I am having the same problem (using v 2.1.3). I cannot replace the default formatting code, and the default preceding and following html tags are blank; it will accept changes but won’t save them.

Consequently the RSS feed is showing, but not the way I want it to, which kind of defeats the purpose.

125
at 12:29 pm on June 10, 2009 #

Ok, I just realized that the solution to this problem was presented in Wesley’s comment above.

I changed the compat.php file in the wp-includes directory and was able to save my changes to the KB RSS widget.

126
at 6:20 am on June 17, 2009 #

Hi mate. I would like to report a compatability issue with wordpress version 2.8.

Due to changed made in the way the widgets page works users are no longer able to have multiple kb advanced rss widgets.

When i use the drop down and select say 3 widgets, nothing happens. Limited to one kb advanced rss widget untill a fix is found.

A warning to those who are using this widget. Do not under any surcomstances upgrade to wordpress 2.8 i you are using more than one kb advanced rss widget on page untill this issue is resolved.

Thanks.

127
Daan Koppelmans adds
at 11:30 pm on June 23, 2009 #

Hi Adam,

I have the same compatability issue with the KB advanced RSS widget and WP2.8 as Frank MacDonald remarks. I can’t get the KB advanced RSS widget to display more than one RSS reader in the widget sidebar. When you’ve already configured 3 widgets and uppgrade to WP2.8 after, it does show the three widgets, but when you new install WP2.8 and KB Advanced RSS Widget, then select say 4 widgets from the dropdown menu, nothing happens.

Could somebody please post a fix for this problem?

Kind reagrds,

Daan Koppelmans, the Netherlands

128
Christoph writes
at 8:16 am on June 26, 2009 #

I got the same Problem and could not fix it. wordpress nightly also didnt help.
Anybody got an idea?

129
Sebastian opines
at 4:43 am on July 2, 2009 #

A fix for the WP 2.8 issue with showing more than one KB RSS widget would be highly appreciated.

Best,
Sebastian

130
Markus contributes
at 3:25 pm on July 25, 2009 #

I know that you’re searching for a developer for your wordpress plugin but can you please tell us how we could fix the issue that you can only add one widget in WP 2.8? Would be really cool :)

131
Thus saith Adam
at 7:51 pm on July 25, 2009 #

@Markus, etc.:

It requires a complete rewrite of the plugin using the new widgets API. That’s a couple full days of work right there–not possible if you’ve got a full time job.

Every version or two of WP, the WP developers completely revamp the code that plugin developers need to use to interact with the widgets interface. It’s changes like these that made it so I could not continue to support the plugin.

I suggest you let the WP developers know about the adverse effect their constant “improvements” to the widgets API are having on plugin developers.

In fact, that’s the cause of many of the problems raised in the preceding comments–such as changes not saving.

132
Thus saith Adam
at 11:04 am on August 4, 2009 #

The new version of the plugin should fix many of the problems identified above.

Closing this thread, as it is now outdated.

Additional commenting has been turned off for this post. I probably explain why above. Maybe you should look at the post (or at the last comment by me) to see where you should post your comment since you cannot do it here.