I need to import Twitter posts (single account) into a Drupal site to display in a sidebar. Obviously I can use the pluggable JS script, but I don't want the page to hang waiting for a response from Twitter.
I installed the new Feeds module, but I am a little confused. I want to create a content type. This content is created from the RSS feed of tweets. However, it would seem that Feeds does not allow me to create multiple feed sources to create different types of content with? Is that true? Does it merge all imported RSS into a single content type?
The reason I ask is because I don't want everything merged into Feed Items, I'd like imported content to be mapped to different content types for Views displays.