We have a client that wanted a way of displaying the single most recent tweet from a given account. I thought others might find it useful so I wrote it as a submodule.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | twitter-n2403315-7-7.x-6.x.patch | 8.8 KB | damienmckenna |
| #6 | twitter-n2403315-6-7.x-5.x.patch | 9.29 KB | damienmckenna |
Comments
Comment #1
damienmckennaThis provides the twitter_last_tweet_field submodule. It was written against 7.x-5.x because that's what the site uses, it wouldn't take much to port it to v7.x-6.x.
Comment #2
damienmckennaUpdated to add an option that allows the content editor to suppress loading the default CSS & JS files.
Comment #4
damienmckennaUpdated to store the twitter_uid as BIGINT.
Comment #5
damienmckennaI've renamed the twitter_account_load_all() function to twitter_load_accounts() to match the 7.x-6.x branch.
Comment #6
damienmckennaUpdated to use a new function, twitter_load_account_names(), which was added to twitter.inc.
Comment #7
damienmckennaPorted to 7.x-6.x.
Comment #8
damienmckennaCommitted.