Exemplo n.º 1
0
 function _processWallContent($comment)
 {
     // Convert video link to embedded video
     CFactory::load('helpers', 'videos');
     $comment = CVideosHelper::getVideoLink($comment);
     return $comment;
 }
Exemplo n.º 2
0
 public static function _processWallContent($comment)
 {
     // Convert video link to embedded video
     $comment = CVideosHelper::getVideoLink($comment);
     return $comment;
 }
Exemplo n.º 3
0
/**
 * Deprecated since 1.8
 */
function cGetVideoLink($content, $videoWidth = '425', $videoHeight = '344')
{
    return CVideosHelper::getVideoLink($content, $videoWidth, $videoHeight);
}