char limit for Twitter needs to set lower because of t.co #116

Merged
tobiasd merged 1 commit from master into master 2013-04-21 17:25:44 +02:00

View file

@ -286,7 +286,7 @@ function twitter_shortenmsg($b) {
require_once("include/bbcode.php");
require_once("include/html2plain.php");
$max_char = 140;
$max_char = 130;
// Looking for the first image
$image = '';