• This is an excellent plugin. I wondered if there are any plans to support extended tweets, i.e. those over 140 characters that are now allowed? At the moment they are truncated. Is it possible to add a new setting to display the full extended tweets, which are contained in the extended_tweet payload field?

Viewing 1 replies (of 1 total)
  • Thread Starter jrawle

    (@jrawle)

    It’s actually quite easy to fetch the extended tweets. I simply added the extra parameter
    $parameters['tweet_mode'] = 'extended'
    to the feed request settings.

    Then in the “display” method, you need $tweet->full_text instead of $tweet->text

Viewing 1 replies (of 1 total)

The topic ‘Extended tweets’ is closed to new replies.