왜 유튜브 썸네일이 나오지 않을까요?

왜 유튜브 썸네일이 나오지 않을까요?

QA

왜 유튜브 썸네일이 나오지 않을까요?

본문

기존 갤러리 게시판을 수정했습니다.

 

write.skin.php에서

<tr>
          <th scope="row"><label for="youtube">유튜브주소</label></th>
          <td><input type="text" name="wr_1" value="<?php echo $write['wr_1'] ?>" id="wr_1" class="frm_input" size="50"><p style="margin-top:5px">입력예 : https://youtu.be/0wlXaHmmOVc</p></td>
</tr>

 

list.skin.php에서

$thumb = get_list_thumbnail($board['bo_table'], $list[$i]['wr_id'], $board['bo_gallery_width'], $board['bo_gallery_height']);

                            if($thumb['wr_1']) {
                              $youtube_id = str_replace("https://youtu.be/", "", $list[$i]['wr_1']);
                              $img_content = '<img src="https://img.youtube.com/vi/'.$youtube_id.'/hqdefault.jpg" width="'.$board['bo_gallery_width'].'" height="'.$board['bo_gallery_height'].'">';
                            } else if($thumb['src']) {
                              $img_content = '<img src="'.$thumb['src'].'" alt="'.$thumb['alt'].'" width="'.$board['bo_gallery_width'].'" height="'.$board['bo_gallery_height'].'">';
                            } else {
                                $img_content = '<span style="width:'.$board['bo_gallery_width'].'px;height:'.$board['bo_gallery_height'].'px">no image</span>';
                            }

                            echo $img_content;


 

이렇게 했는데 no image라고 나옵니다 ㅠ

어떻게 해야 정상적으로 썸네일이 나올까요? 

이 질문에 댓글 쓰기 :

답변을 작성하시기 전에 로그인 해주세요.
전체 61,264
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT