I just read this old article on Chris J Davis’ site today. It talks about using WP’s rss functions to pull in feeds and format them as you’d like. Might help. http://www.chrisjdavis.org/2005/06/13/secrets-pt-3/
And the old stand-by: Syndication plugins will have some interesting stuff.
I wish people could agree on terminology… π
I use ‘aggregator’ for something that can display feed items on a page or sidebar, but not store them into the db. (CG-FeedRead as an example…).
I use ‘reblogger’ for something that grabs items from another site and blogs them into your site. (FeedWordPress, reBlog, et al).
FeedRead might in a next generation add reblogging capabilities, as I move to more ‘commercial’ type releases and feature set becomes ultra important. π π
-d
Thread Starter
f9dc
(@f9dc)
Thanks for the tip, ryanfitzer. I’m going to try his code out tonight, but at first glance it appears to set up:
Blog A Post from 10/18/06
Blog A Post from 10/15/06
Blog A Post from 10/10/06
Blog B Post from 10/17/06
Blog B Post from 10/16/06
Blog B Post from 10/15/06
Blog C Post from 10/14/06
My local post from 10/17/06
My local post frmo 10/9/06
…when what I *really* want is…
Blog A Post from 10/18/06
My local post from 10/17/06
Blog B Post from 10/17/06
Blog B Post from 10/16/06
Blog A Post from 10/15/06
Blog B Post from 10/15/06
Blog C Post from 10/14/06
Blog A Post from 10/10/06
My local post from 10/9/06
Then again, my mental coding isn’t always perfect, so I’m gonna take a shot at it anyway. HandySolo, I’m still poking my way through the plugins, but so far no success. It looks like there are two problems making this a not-easy implementation:
1) Getting the RSS headline in as a post, not a block
2) Only fetching the “new” entries in the RSS feeds
I was also going to say that meshing the feeds together and sorting by date/time would be a tricky trick, but if they get placed as posts, WP would handle that just fine on its own.
davidchait, I’m going to Google those names – thanks. If you ever feel the urge to do what I’m describing, you’ll certainly have a paying user here! π
Thread Starter
f9dc
(@f9dc)
Thanks everyone, and especially davidchait. I installed FeedWordPress and everything works like a dream. For a second there I thought I was going to have to try a different CMS – whew!
BTW, the site is here, for anyone who wants to see exactly what I had in mind.
Thanks again!
After a lot of testing and searching I also found FeedWordPress, but since I am new to the WordPress terminology I was wondering how I get the Feeds into Pages?
I assume I should use [get_syndication_feed()] but I fail to locate any parameter to identify the feed.
Awesome plugin, by the sounds of it. f9dc, I was looking for something just like this too, I’m glad I came across this post.
I found this, and would recommend it for feeds that are not dependent on publication in posts:
http://ink.bur.st/wordpress-plugins/#kqf
I can do pretty much what I like with it, include it in pages or posts, and base the site on a 100% controlled feed availability.
http://www.homeworldtrinity.org
I was wondering if anyone new anyway to configure the feedwordress plugin so that I can get RSS snippets and not entire posts.
Everything works but the feeds I get are long. I just want to get snippets and have users follow the link to the sites.