케빈엉클

유튜브/비메오 ID 갖고오기 (at list.skin.php)

· 12개월 전 · 681

[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에 있어야 합니다.

|
댓글을 작성하시려면 로그인이 필요합니다.

그누보드5 팁자료실

+
제목 글쓴이 날짜 조회
11개월 전 조회 1,088
11개월 전 조회 807
11개월 전 조회 940
11개월 전 조회 1,082
11개월 전 조회 695
11개월 전 조회 814
11개월 전 조회 1,186
11개월 전 조회 779
11개월 전 조회 944
11개월 전 조회 973
11개월 전 조회 996
11개월 전 조회 631
12개월 전 조회 1,040
12개월 전 조회 836
12개월 전 조회 682
12개월 전 조회 751
12개월 전 조회 729
1년 전 조회 840
1년 전 조회 791
1년 전 조회 706
1년 전 조회 800
1년 전 조회 893
1년 전 조회 803
1년 전 조회 768
1년 전 조회 1,331
1년 전 조회 719
1년 전 조회 1,305
1년 전 조회 855
1년 전 조회 705
1년 전 조회 808