Active
Project:
FeedAPI Comments
Version:
6.x-1.0
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Dec 2008 at 03:47 UTC
Updated:
5 Dec 2008 at 05:06 UTC
Jump to comment: Most recent file
Comments
Comment #1
Rickasaurus commentedAfter some reading, I believe I was completely wrong about the ordering being the issue. Instead, I'm sure it's due to my blog platform not being directly supported.
I'm using Community Server 2.0 and the rss looks like:
/Document/rss/channel/item(for each blog entry)/wfw:commentRss
this contains the url to a seperate rss which contains the comments for that particular post.
It looks like:
/Document/rss/Channel/
title
link
description
dc:language
generator
item(for each comment)
each /Document/rss/Channel/Item contains:
title
link
pubDate
guid
dc:creator
description
I'm going to try to create a site entry for it. Although, after looking briefly, it seems that I may need some kind of hook to go grab the comments from their own rss feed.