Retweets get truncated
-
Found a minor quirk with long retweets which get truncated. Helped myself out with the following in lines 231 and following:
$tweet_text = $tweet->text; if ($tweet->retweeted_status) $tweet_text = $tweet->retweeted_status->text; $tweet_text = preg_replace($pattern, $replace, $tweet_text);
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Retweets get truncated’ is closed to new replies.