테스트 사이트 - 개발 중인 베타 버전입니다

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

한끝 7년 전 조회 3,308

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

 

write.skin.php에서

                   

입력예 : " target="_blank" rel="noopener noreferrer">https://youtu.be/0wlXaHmmOVc

" target="_blank">https://youtu.be/0wlXaHmmOVc

 

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/" target="_blank">https://youtu.be/", "", $list[$i]['wr_1']);                               $img_content = 'https://img.youtube.com/vi/" target="_blank">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 = ''.$thumb['alt'].'';                             } else {                                 $img_content = 'no image';                             }

                            echo $img_content;

 

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

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

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

답변 1개

채택된 답변
+20 포인트
7년 전

if($thumb['wr_1']) { 여기를 이렇게 수정 if($list[$i]['wr_1']) {

 

참고 http://gnustudy.com/bbs/board.php?bo_table=skin_board&wr_id=94" target="_blank">http://gnustudy.com/bbs/board.php?bo_table=skin_board&wr_id=94

로그인 후 평가할 수 있습니다

답변에 대한 댓글 1개

한끝
7년 전
우와 감사합니다 ㅠㅠ 해결했습니다!!

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

답변을 작성하려면 로그인이 필요합니다.

로그인