Watching this module's development with interest. I just wanted to suggest that in addition to views filters, you might create an argument for search term - this would really give a lot of power over what tweets show up on what pages. I'm thinking of CCK fields or taxonomies for hash searches that could be associated with nodes, sections of the website, etc...

Cheers!

Comments

dragonwize’s picture

Interesting idea. I will have to think on that one though because it is a break from how the module is meant to work.

That would be getting dynamic search terms and then would have to make live calls back to twitter for results. Currently the module is integrated with the twitter module that caches and stores the tweets on cron runs.

So while it shouldn't be too hard, it will definitely be a different approach and anyone using it would have to be aware of the performance implications unless we implemented some kind of caching rules of our own.

dafeder’s picture

Actually, now that I think about it, on a site with any decent level of traffic, this could run up against the API limit very quickly. Maybe it's not a very viable option.

summit’s picture

Subscribing, greetings, Martijn

dragonwize’s picture

Status: Active » Postponed

I think dynamic searches of some time would be great. We would need to implement a nice cache layer though to make it feasible.

Postponing until someone is working on this.

sheldon rampton’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev

If someone would like to write a patch to add this functionality, I'd be willing to consider it. However, I don't have time myself to work on it other than testing it if someone else writes it.