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.

Comments

damienmckenna’s picture

Status: Active » Needs review
StatusFileSize
new7.64 KB

This 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.

damienmckenna’s picture

StatusFileSize
new8.28 KB

Updated to add an option that allows the content editor to suppress loading the default CSS & JS files.

damienmckenna’s picture

StatusFileSize
new8.19 KB

Updated to store the twitter_uid as BIGINT.

damienmckenna’s picture

StatusFileSize
new9.16 KB

I've renamed the twitter_account_load_all() function to twitter_load_accounts() to match the 7.x-6.x branch.

damienmckenna’s picture

StatusFileSize
new9.29 KB

Updated to use a new function, twitter_load_account_names(), which was added to twitter.inc.

damienmckenna’s picture

Version: 7.x-5.x-dev » 7.x-6.x-dev
StatusFileSize
new8.8 KB

Ported to 7.x-6.x.

damienmckenna’s picture

Status: Needs review » Fixed

Committed.

  • DamienMcKenna committed c27932c on 7.x-5.x
    Issue #2403315 by DamienMcKenna: Custom field type for displaying the...

  • DamienMcKenna committed 544b2fa on 7.x-5.x
    Issue #2403315 by DamienMcKenna: Follow-up to finish renaming the...

  • DamienMcKenna committed b526c12 on 7.x-6.x
    Issue #2403315 by DamienMcKenna: Custom field type for displaying the...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.