public function getDetailBody()
 {
     $body = parent::getDetailBody();
     return $this->tweet2TweetWithLinks($body);
 }