Hello friends
I am using a free buggy RSS script (get what you pay for, eh?) and when using multiple feeds, a labels parameter randomly displays inverted.
This happens a lot in IE, some in Chrome and not at all in FF - so trying to use firebug in ff is useless.
As a workaround am trying something like this (I only have 2 feeds)
socialfeed.addFeed(“1”, “feed1URL”)
socialfeed.addFeed(“5”, “Fed2URL”)
I have verified that at the end of the script that the labels 1 and 5 occasionally get inverted.
I am trying to identify the point at which an object holds these 2 numbers and then check to see that the first value is 1. If the first value is 5, I will invert them.
My problem is I am lousy at debugging JS and can’t even use firebug and don’t know how to print object values to see what is going on.
If anyone can give some tips, that would be much appreciated.
Thanks!
Matt