게시판 첩부이지미파일 썸내일로  sns 공유 이미지로 쓰고 싶습니다.

게시판 첩부이지미파일 썸내일로  sns 공유 이미지로 쓰고 싶습니다.

QA

게시판 첩부이지미파일 썸내일로  sns 공유 이미지로 쓰고 싶습니다.

답변 2

본문

그누보드 5.3을

게시판 첩부이지미파일 썸내일로  sns 공유 이미지로 쓰고 싶습니다.

코딩을 어떻게 해햐 할까요 고수님들 도와주십시요..

<meta property="og:image" content="<?php ?>">

#12

이 질문에 댓글 쓰기 :

답변 2

게시물을 올릴때마다 매번 바뀐다는 건가요??

이미 올려진 게시물의 썸네일을 고정으로 불러오겠다는 건가요??


<?
$bo_table="게시판코드";
$wr_id="게시물번호";
$bo_gallery_width="이미지폭";
$bo_gallery_height="이미지높이";
$thumb = get_list_thumbnail($bo_table, $wr_id, $bo_gallery_width, $bo_gallery_height, false, true);
?>
<meta property="og:image" content="<?=$thumb['src']?>">

function get_list_thumbnail($bo_table, $wr_id, $thumb_width, $thumb_height, $is_create=false, $is_crop=false, $crop_mode='center', $is_sharpen=false, $um_value='80/0.5/3') 함수가 이리  정의되었는데..
$thumb = get_list_thumbnail($bo_table, $wr_id, $bo_gallery_width, $bo_gallery_height, false, true);요게 맞는건가요?

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 125,873
© SIRSOFT
현재 페이지 제일 처음으로