Quote:
Originally Posted by alc
Hello, new here I have several blogs through different platforms like thumblogger, wordpress and others I need to get a software that I can add many different rss feeds and will go and add all the feeds to my blogs as daily posts I like rss2anywhere I just add all my blog urls in one section then I add all of my content providers rss feed code and set a schedule to post to my blogs as individual posts and suppost to auto post by itself but did not work for me the problem is I do not meet there guidlines and can not use them. I looked into feedforall looks good but not sure if it will do what I need.
I would appreciate any help thanks.
|
You post made me think about a similar task that I'm getting started on.
Run a google for "rss json"
Here's the idea, by converting an rss feed to a JSON (javascript object notation) format, then a little javascript file could be created to load the feed into your page automagically.
update:
Take a look at the technique on this page
http://www.bramstein.nl/xsltjson/
Last edited by willcode4beer; 01-31-2007 at 10:51 AM..
Reason: new info
|