[code]
//YOUTUBE
$videoId = get_youtube_id($list[$i]['wr_content']);
$youtube_thumbnail = get_youtube_thumbnail(get_youtube_id($list[$i]['wr_content']));
if($youtube_thumbnail) {
//$img_content = '<img src="'.$youtube_thumbnail.'" width="'.$board['bo_gallery_width'].'" height="'.$board['bo_gallery_height'].'">';
$img_content = "";
echo '<iframe width="'.$board['bo_gallery_width'].'" height="'.$board['bo_gallery_height'].'" src="https://www.youtube.com/embed/'.$videoId.'?control=0" frameborder="0" allowfullscreen></iframe>';
}
//VIMEO
$videoIdofvimeo = get_vimeo_id($list[$i]['wr_content']);
$vimeo_thumbnail = get_vimeo_thumbnail(get_vimeo_id($list[$i]['wr_content']));
if($vimeo_thumbnail) {
$img_content = "";
echo '<iframe width="'.$board['bo_gallery_width'].'" height="'.$board['bo_gallery_height'].'"
src="https://player.vimeo.com/video/'.$videoIdofvimeo.'"
frameborder="0"
allow="autoplay; fullscreen; picture-in-picture"
allowfullscreen></iframe>';
}
[/CODE]
단, youtube.lib.php이 lib에 folder에 있어야 합니다.
게시글 목록
| 번호 | 제목 |
|---|---|
| 23966 | |
| 23963 | |
| 23953 | |
| 23949 | |
| 23938 | |
| 23935 | |
| 23933 | |
| 23928 | |
| 23919 | |
| 23918 | |
| 23917 | |
| 23910 | |
| 23902 | |
| 23901 | |
| 23897 | |
| 23894 | |
| 23893 | |
| 23891 | |
| 23885 | |
| 23872 | |
| 23870 | |
| 23862 | |
| 23859 | |
| 23853 | |
| 23845 | |
| 23838 | |
| 23827 | |
| 23819 | |
| 23805 | |
| 23801 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기