예제 #1
0
파일: wall.php 프로젝트: bizanto/Hooked
 function _processWallContent($comment)
 {
     // Convert video link to embedded video
     CFactory::load('helpers', 'videos');
     $comment = CVideosHelper::getVideoLink($comment);
     return $comment;
 }
예제 #2
0
 public static function _processWallContent($comment)
 {
     // Convert video link to embedded video
     $comment = CVideosHelper::getVideoLink($comment);
     return $comment;
 }
예제 #3
0
/**
 * Deprecated since 1.8
 */
function cGetVideoLink($content, $videoWidth = '425', $videoHeight = '344')
{
    return CVideosHelper::getVideoLink($content, $videoWidth, $videoHeight);
}