I cannot find any implementation of this but it would be really useful. Say I have site mysite.com, which has a feed displaying recent changes, new articles, products whatever and I want to use this feed to post new entries for each article to a blogspot blog called, say, mysite.blogspot.com, where perhaps just the first few lines would be featured. Why? Well, as a kind of SEO I guess - incoming links. Of course, scrapers could use this to fill Blogspot blogs with content too... The Blogger API does make this possible, but I haven't found any plugins or other code which would enable this and I am too crap at coding to do it myself. I actually want to do it for a Joomla site, but the easiest way would just be to use the Feedburner feed or whatever. Anyone know of an implementation of this, or have a suggestion as to how it could be done?
Blogger does not allow PHP or any other server side scripting language. Only JavaScript can be used. That means you can not get the SEO advantage.
Ah, I know, but I'm not talking about including a feed in my content, I am talking about actually POSTING to Blogger from the feed, using the Blogger API: http://code.google.com/apis/blogger/ - you probably know more about XML and feeds, so you can tell me whether it would be possible.