So I just started up my blog (wordpress) and I'm trying to figure out how to have the articles appear by my name like other DP members. I put in the RSS feed (it was labeled XML, heck if I know) from the file wp-rss.php into the section of the DP user CP where I was supposed to, but nothing is appearing by my name (my most recent blog entry isn't there). Did I go wrong somewhere? Or does it just take time to show up? Thanks for any help
Takes 20 minutes at least. Patience... PS just checked out you weren't really killing goldfish... And guess what, I've got that LED buckle! Got it on my birthday and yes, it lands you loads of respect. More so than killing goldfish.
Haha, so someone does actually buy those... Hmm...hours later and still no XML feed somethings wrong.
VICTORY! Haha. As I'm sure you can see, I got it. Thanks for your help By the way, I'm Pat..despite lurking on your forums I don't think I've had the chance to say hi, and to thank you for the boards. I appreciate the help on this one. Good to finally meet you.
And wow. For those of you who don't realize, that blog link is like gold if you have webmaster related content you are blogging about. Just got a ton of traffic from the DP members And all I was after was a google index...silly me.
Is there any minimum number of post before my feeds will appear? I also tried my feeds elsewhere and it works fine.
OK, what if I conform to the format of one of them is that acceptable? If no, may I know how my blogger blog can be entered?
I'm having trouble adding my feed, my URL is http://www.outblogger.com/humor.rss. As far as I can tell it mimicks one or more of the feed listed. Any idea? http://www.outblogger.com/humor.rss <?xml version="1.0" ?> <rss version="2.0"> <channel> <title>Funny News</title> <link>http://www.outblogger.com/blog.php?user=humor&category=1</link> <description> </description> <item> <title>Taste of Freedom</title> <description>I've always heard of people becoming institutionalized if they are incarcerated for too long ...</description> <link>http://www.outblogger.com/blog.php?user=humor&note=9</link> </item> <item> <title>Arsonist Fish Dies In Blaze</title> <description>There's nothing new to blaming our pets for things we have done or haven't done such as the dog that gets blamed for eating our homework ...</description> <link>http://www.outblogger.com/blog.php?user=humor&note=13</link> </item> <item> <title>Man Arrested After Developing Pot Plant Photos</title> <description>After hearing stories where law enforcement were called in because someone developed photographs of their child naked or drinking a beer, I have always wondered what people are thinking when they take those types of photos to be developed, as if they can't know that someone might see them and take issue with them ...</description> <link>http://www.outblogger.com/blog.php?user=humor&note=14</link> </item> <item> <title>Police Investigating Horse Manure Theft</title> <description>Imagine trying to explain this one to your kids, wife, lawyer or the bail bondsman ...</description> <link>http://www.outblogger.com/blog.php?user=humor&note=19</link> </item> <item> <title>You Have a Right to Remain Silent</title> <description>This phrase takes on an entirely new meaning after reading this article ...</description> <link>http://www.outblogger.com/blog.php?user=humor&note=22</link> </item> </channel> </rss> Code (markup): That's the link and the output. It seems to be consistent with other blog feeds for software listed. Any ideas why its not working. I see the retriever hitting the server periodically. Thanks! Anythony
If it's not a feed from one of the supported blogs (Movable Type, WordPress, Blogger or MySpace), it's not supported on this end...
Shawn: The naming schema and hierarchy are the same as WordPress and Movable type. It omits some fields such as PubDate, etc. Is it possible for you to tell me what field(s) DP is dependant upon that I'm missing or do I have to mimick item for item one of the above feeds. Worse case, I can rewrite my XML engine to mimick it field by field to WordPress but I was hoping you could point me in the right direction so I could get a quick fix prior to doing that. In theory, if you are parsing for a WordPress feed and you are just pulling for the title, description, link the feed I'm sending should be recognized within a WordPress feed reader...??? Thanks!