Search This Site

Custom Search

Wednesday, September 29, 2010

[bloggerDev] Re: Archive feed not enabled

That's essentially what I did, though there were some complexities due
to working within the framework of the web content management system
I'm using. It has a Feed Importer that imports the feed entries as
blog posts (whether posts or comments). I first import the posts,
then the comments, and then use an event listener (custom Java) to
associate the comments with the posts - again made more difficult
because the Feed Importer only imports the blog ID and comment ID for
comments, not the post ID. Anyhow, my custom solution works, but I
was hoping to get everything in a single feed that the Feed Importer
could use without needing custom code to associate the comments with
posts.

Thanks again for the help!

Jeremy

On Sep 29, 10:29 pm, Aratina Cage <aratina.c...@gmail.com> wrote:
> I see. If you continue running into dead ends trying to get it all at
> once through an archive, it should be easy enough to create a coupler
> function that associates all comments with their respective posts. For
> example, if you were using JSON feeds, you would match a single
> comment's entry["thr$in-reply-to"].source with a single post's
> entry.link[i].href where link[i] has a "rel" attribute of "self". Good
> luck!
>

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

No comments:

Post a Comment