Displaying RSS items among posts.
-
Hello.
I would like to create a timeline type page which will list my WP posts from various categories, pretty standard stuff.
The thing is, I’d like to sprinkle in my activity on other sites, such as Twitter, Instagram etc. I can get hold of these items through the respective RSS feeds no problem, and of course there are many ways to show those items in a RSS box or list elsewhere on the page.
I want these items to appear in among the list of chronological posts, sorted by date, so I might get a list of:
<BLOG POST>
<TWEET>
<TWEET>
<INSTAGRAMSHOT>
<BLOG POST>
<BLOG POST>
<TWEET>etc
etcIs there a way to read in these things, and then throw them up in the air along with the WordPress results, then display the entire stream that comes down?
What would be the best way of thinking about doing this? I’m not averse to getting my coding hands dirty, but I’m not particularly experienced…
…any help would be gratefully received.
?
- The topic ‘Displaying RSS items among posts.’ is closed to new replies.