I'm not sure if this JFeed plugin is not being used much, or maybe I'm using it for the wrong thing. Here's a better way to pull the Blogger Content...
http://code.google.com/apis/gdata/samples/blogger_sample.html On Oct 19, 2:59 pm, rob <rob.sche...@gmail.com> wrote: > Hello, > > I've been working on this for a while and I can't seem to figure this > out. I'm trying to use the jFeed plugin to access an RSS feed from > Blogger. I'm not trying to use any authentication, I just want to use > public read-only access. > > I tried some real simple examples at first (using jFeed Demo from > jQuery.com). When using the local XML file, everything works fine. > When I try to use a blogger address it doesn't work. > > I've tried using: > > http://blogName.blogspot.com/atom.xmlhttp://blogName.blogspot.com/feeds/posts/defaulthttp://www.blogger.com/feeds/blogID/posts/default > > None of these seem to work. Since a local XML file worked in the > demo, I decided to use my own local XML file. This worked fine, > however, when I copied it over to another web server, I was seeing the > same behavior. > > In all cases where there's an error, I see an Error 405 message. In > the function, it is requesting the file by 'GET' instead of 'POST', > but when I look in firebug, it says 'OPTION.' > > Any help would be appreciated.