Is there a desktop-based RSS aggregator for Windows that can blog items from RSS feeds to Wordpess? I tried RSS Bandit and Sauce Reader with blogger.com, and I'm currently using Thingamablog (which makes a web log for me).
Also, I used to blog links and titles to pages in my Maxthon browser to blogger.com using the BlogThis plug-in. Is there a similar system that allows me to do the same, but this time blogging to WordPress?
Here's the link to Blogthis: http://maxthon.tarapages.com/plugins/pafiledb.php?action=file&id=45.
It has a small html file containing the following code:
<script language="JavaScript">
// BlogThis (for new blogger)
// al.com http://www.evokerecords.com/blog/
Q='';
if(top.frames.length==0)Q=document.selection.createRange().text;
void(btw=window.open('http://new.blogger.com/blog_this.pyra?t='+escape(Q)+'&u='+escape(location.href)+'&n='+escape(document.title),'bloggerForm'));
btw.focus();
</script>