twitter-php
twitter-php copied to clipboard
handle full_text property, make tweets clickable when loaded
by default, tweets are truncated, must add this in query to have full tweets: 'tweet_mode' => 'extended' when we do that, the text property is replaced by full_text so it is easier to copy full_text to text I also found easier to allow to call clickable() automatically in search() or load()