if( !defined('sistem') ) exit;
$video = $youtube->getID($id);
?>
title,55); ?>
src="/player.swf?file=id); ?>&skin=&dock=true&autostart="
width=""
height=""
allowscriptaccess="always"
allowfullscreen="true"
id="player1"
name="player1"
/>
category; ?>
viewCount); ?>
commentCount) ? $video->commentCount : 0); ?>
Ekleyen uploader; ?>
Açıklama
description; ?>
if(isset($video->tags) && count($video->tags) > 0 ){
echo 'Etiketler : ';
foreach($video->tags as $tag){
echo ' '.$tag.' ';
}
}
?>
if( $ayarlar['show_comments'] != 0 ){
if( in_array('comments' , $watch_details) && $video->commentCount > 0 ){
echo 'Yorumlar '.number_format($video->commentCount).' , Gösterilen '.$ayarlar['show_comments'].' yorum
';
$yorum = $youtube->getComments($video->id , $ayarlar['show_comments'] , 1);
foreach($yorum as $comment){
include dir . 'sayfa/comments_list.php';
}
}
}
?>
Video bulunamadı.!
Bir sorun oluştu hizmete erişilemiyor.
bu sayfada türkçe karakter sorunu var ve çözemiyorum arkadaşlar