• Welcome to PHPVIBE Forums. Please log in.
avatar_wmaster

[ Video Sharing CMS v4 ] Need Youtube Link - source link

Started by wmaster,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

wmasterTopic starter

Hi,

I need to display the youtube link after videoplayer.
I have an javascript for users to get the video/download and I need that link/source link.

Thanks

PHPVibe A.

Hi
$video->source


or complex with youtube check

if($vid->decideVideoProvider() == "youtube") {
echo $video->source;
}

wmasterTopic starter


PHPVibe A.


wmasterTopic starter


Similar topics (7)