twitter-php icon indicating copy to clipboard operation
twitter-php copied to clipboard

handle full_text property, make tweets clickable when loaded

Open regisgrison opened this issue 5 years ago • 0 comments

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()

regisgrison avatar Mar 12 '19 14:03 regisgrison