From: Tobias Diekershoff Date: Fri, 12 Apr 2013 07:13:33 +0000 (+0200) Subject: use simple style for sharing on twitter X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=17b367688339f5eea7bc56371d31df45919d1e74;p=friendica-addons.git use simple style for sharing on twitter --- diff --git a/twitter/twitter.php b/twitter/twitter.php index 43009709..c07d3b58 100755 --- a/twitter/twitter.php +++ b/twitter/twitter.php @@ -512,7 +512,7 @@ function twitter_post_hook(&$a,&$b) { // ok, all the links we want to send out are save, now strip // away the remaining bbcode //$msg = strip_tags(bbcode($tmp, false, false)); - $msg = bbcode($tmp, false, false); + $msg = bbcode($tmp, false, false, true); $msg = str_replace(array('
','
'),"\n",$msg); $msg = strip_tags($msg);