I see you can specify @username OR #hashtag in the $twitkey parameter. Is it possible, using this module, to use a combination of both to pull tweets with #hashtag AND tweeted by @username?
I see you can specify @username OR #hashtag in the $twitkey parameter. Is it possible, using this module, to use a combination of both to pull tweets with #hashtag AND tweeted by @username?
Comments
Comment #1
chrsnlsn commentedMultiple hashtags and users would be nice
Looks like you can refine results using multiple hashtags like this with a plus sign between hashtags
twitter_pull_render('#pdx+#drupal', '', 10);