그누5 메인화면에 채팅
본문
미니톡 채팅위젯을 띄우려고 합니다.
index.php에 <iframe src="./minitalk.php?channel=[미니톡관리자에서 생성한 채널명]" width="원하는가로크기(200 또는 100%)" height="원하는세로크기 500 또는 100%)" frameborder="0" scrolling="no"></iframe>
물론 채널명이라던지 입력해야할 부분은 전부 입력했습니다.
입력해도 출력되지 않네요.ㅠㅠ
<
답변 1
index.php
에서
아래와 같이 다시 한번 작성해보시기 바랍니다.
<?php
include_once('./_common.php');
define('_INDEX_', true);
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
include_once(G5_PATH.'/head.php');
?>
<iframe src="./minitalk.php?channel=[미니톡관리자에서 생성한 채널명]" width="760" height="530" frameborder="0" scrolling="no"></iframe>
<?php
include_once(G5_PATH.'/tail.php');
?>
답변을 작성하시기 전에 로그인 해주세요.