I'm using the rss merge tags provided by mailchimp to get content from my drupal 6 sites' individual rss feeds into my mailchimp campgain and they work fine with the *|FEEDBLOCK:URL* *|FEEDITEMS:[$count=3]|*.... syntax.
What I'm looking for is the ability to specify and offset or post GUID so that I can do some more involved layouts but still pull all the content in via RSS. I need to be able to display 2 posts from feed x starting from the most recent post, then have a custom image or text block, then show 2 more posts from feed x starting from the 3rd most recent post (an offset of two). I'd like to be able to interleave multiple feeds and show two items from feed x, two from feed y, 3 from feed z etc. and be able to show the next most recent item from feed x/y/z later on without repeating any items.
Is there a variable I can use with the feedblock merge tag like the $count variable, or is there a way that I can achieve this that I have missed in the docs? Any advice would be greatly appreciated.