페이스북 댓글 연동 질문
페이스북 개발자 사이트에서 연동하는 방법대로 해보니 모든 글에 같은 댓글이 달리네요
해서 인터넷 서핑 중
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:comments href="http://www.designlog.org/[ ##_article_rep_link_## ]" num_posts="5" width="468"></fb:comments>
[ ##_article_rep_link_## ]을 그누보드에 맞게 수정하면 된다고 하던데요. 참고로 [ ##_article_rep_link_## ]" 은 티스토리의 치환자라고 하네요. 그누보드는 어떻게 바꿔야 하나요? 그누보드에도 치환자가 있나요?
즐거운 하루 되시고요 ^^
해서 인터넷 서핑 중
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:comments href="http://www.designlog.org/[ ##_article_rep_link_## ]" num_posts="5" width="468"></fb:comments>
[ ##_article_rep_link_## ]을 그누보드에 맞게 수정하면 된다고 하던데요. 참고로 [ ##_article_rep_link_## ]" 은 티스토리의 치환자라고 하네요. 그누보드는 어떻게 바꿔야 하나요? 그누보드에도 치환자가 있나요?
즐거운 하루 되시고요 ^^
댓글 3개
멋냄관리자
13년 전
<?php
$url = 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF'].'?bo_table='.$bo_table.'&wr_id='.$wr_id;
$num_posts = 5;
$width = 700;
?>
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:comments href="<?php echo $url?>" num_posts="<?php echo $num_posts?>" width="<?php echo $width?>"></fb:comments>
오로케 하시면 될것 같은데요....
$url = 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF'].'?bo_table='.$bo_table.'&wr_id='.$wr_id;
$num_posts = 5;
$width = 700;
?>
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:comments href="<?php echo $url?>" num_posts="<?php echo $num_posts?>" width="<?php echo $width?>"></fb:comments>
오로케 하시면 될것 같은데요....
gender
13년 전
$url = 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF'].'?bo_table='.$bo_table.'&wr_id='.$wr_id; 을 적용하면 안됩니다. $url에 다른 경로를 찍어줄 경우, 마이페이지의 정보수정이 안됩니다. $url이 아닌 다른변수로 찍어줘야 합니다.
저는 $id_url로 찍어주었습니다.
<?php
$id_url = 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF'].'?bo_table='.$bo_table.'&wr_id='.$wr_id;
$num_posts = 5;
$width = 700;
?>
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:comments href="<?php echo $id_url?>" num_posts="<?php echo $num_posts?>" width="<?php echo $width?>"></fb:comments>
저는 $id_url로 찍어주었습니다.
<?php
$id_url = 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF'].'?bo_table='.$bo_table.'&wr_id='.$wr_id;
$num_posts = 5;
$width = 700;
?>
<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:comments href="<?php echo $id_url?>" num_posts="<?php echo $num_posts?>" width="<?php echo $width?>"></fb:comments>
13년 전
오~ 정말 감사합니다. 당장 시도해 봐야겠네요 .
좋은 하루 되세요~
좋은 하루 되세요~
게시글 목록
| 번호 | 제목 |
|---|---|
| 284508 | |
| 284499 | |
| 284492 | |
| 284490 | |
| 284484 | |
| 284481 | |
| 284478 | |
| 284476 | |
| 284474 | |
| 284472 | |
| 284470 | |
| 284458 | |
| 284457 | |
| 284454 | |
| 284453 | |
| 284447 | |
| 284446 | |
| 284444 | |
| 284441 | |
| 284440 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기