묻고답하기
애드센스 삽입 코드 하나만 봐주세요
2014.04.05 09:00
이 위치에
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 왼쪽스카이스크래퍼 -->
<ins class="adsbygoogle"
style="display:inline-block;width:120px;height:600px"
data-ad-client="ca-pub-*******"
data-ad-slot="******"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
이 코드를 삽입할려하고 있구요
게시판 view_document.html 의 코드는
<style>.display-toggle{display:none}</style>
<div class="boardRead">
<div class="boardReadHeader">
<div class="titleArea">
<h3 class="title"><a href="{$oDocument->getPermanentUrl()}">{$oDocument->getTitle()}</a></h3>
<a href="{getUrl('category',$oDocument->get('category_srl'), 'document_srl', '')}" class="category">{$category_list[$oDocument->get('category_srl')]->title}</a>
<span class="sum">
<span class="read">{$lang->readed_count} <span class="num">{$oDocument->get('readed_count')}</span></span>
<span class="vote">{$lang->voted_count} <span class="num">{$oDocument->get('voted_count')}</span></span>
<span class="date">{$oDocument->getRegdate('Y.m.d')} {$oDocument->getRegdate('H:i:s')}</span>
</span>
</div>
<div class="authorArea">
<!--@if($module_info->display_author!='N')-->
<!--@if(!$oDocument->getMemberSrl())-->
<!--@if($oDocument->isExistsHomepage())-->
<a href="{$oDocument->getHomepageUrl()}" onclick="window.open(this.href);return false;" class="author">{$oDocument->getNickName()}</a>
<!--@else-->
{$oDocument->getNickName()}
<!--@end-->
<!--@else-->
<a href="#popup_menu_area" class="member_{$oDocument->get('member_srl')} author" onclick="return false">{$oDocument->getNickName()}</a>
<!--@end-->
<!--@end-->
<span class="ipAddress"><!--@if($grant->manager || $module_info->display_ip_address!='N')-->{$oDocument->getIpaddress()}<!--@end--></span>
<a href="{$oDocument->getPermanentUrl()}" class="permaLink">{$oDocument->getPermanentUrl()}</a>
</div> <br> <br>
</div>
<!--@if($oDocument->isExtraVarsExists() && (!$oDocument->isSecret() || $oDocument->isGranted()) )-->
<table border="1" cellspacing="0" summary="Extra Form" class="extraVarsList">
<!--@foreach($oDocument->getExtraVars() as $key => $val)-->
<tr>
<th>{$val->name} :</th>
<td>{$val->getValueHTML()} </td>
</tr>
<!--@end-->
</table>
<!--@end-->
<div class="boardReadBody">
<!--@if($oDocument->isSecret() && !$oDocument->isGranted())-->
<form action="./" method="get" onsubmit="return procFilter(this, input_password)" class="secretMessage">
<input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="page" value="{$page}" />
<input type="hidden" name="document_srl" value="{$oDocument->document_srl}" />
<p>"{$lang->msg_is_secret}"</p>
<dl>
<dt><label for="cpw">{$lang->password}</label> :</dt>
<dd><input type="password" name="password" id="cpw" class="inputText" /><span class="buttonOfficial"><input type="submit" value="{$lang->cmd_input}" /></span></dd>
</dl>
</form>
<!--@else-->
{$oDocument->getContent()}
<!--@end-->
</div>
<div class="boardReadFooter">
<!--@if($module_info->display_sign != 'N' && ($oDocument->getProfileImage() || $oDocument->getSignature()))-->
<div class="memberSignature">
<!--@if($oDocument->getProfileImage())-->
<img src="{$oDocument->getProfileImage()}" alt="profile" class="profile" align="left" />
<!--@end-->
<!--@if($oDocument->getSignature())-->
{$oDocument->getSignature()}
<!--@end-->
</div>
<!--@end-->
{@ $tag_list = $oDocument->get('tag_list') }
<!--@if(count($tag_list))-->
<dl class="tag">
<dt><img src="./img/common/iconTag.gif" width="27" height="11" alt="{$lang->tag}" /></dt>
<!--@for($i=0;$i<count($tag_list);$i++)-->
{@ $tag = $tag_list[$i]; }
<dd><a href="{getUrl('search_target','tag','search_keyword',$tag,'document_srl','')}" rel="tag">{htmlspecialchars($tag)}</a></dd>
<!--@end-->
</dl>
<!--@end-->
<!--@if($oDocument->hasUploadedFiles())-->
<dl class="attachedFile">
<dt><img src="./img/common/iconFiles.gif" width="27" height="11" alt="{$lang->uploaded_file}" /> <button type="button" class="fileToggle" onclick="jQuery(this).parents('dl.attachedFile').toggleClass('open');return false;">{$lang->uploaded_file} ({$oDocument->get('uploaded_count')})</button></dt>
<dd>
<ul class="files">
{@ $uploaded_list = $oDocument->getUploadedFiles() }
<!--@foreach($uploaded_list as $key => $file)-->
<li><a href="{getUrl('')}{$file->download_url}">{$file->source_filename} <span class="bubble">[File Size:{FileHandler::filesize($file->file_size)}/Download:{number_format($file->download_count)}]</span></a></li>
<!--@end-->
</ul>
</dd>
</dl>
<!--@end-->
<!--@if(!$oDocument->getTrackbackCount())-->
<dl class="trackbackURL">
</dl>
<!--@end-->
</div>
<div class="boardNavigation">
<!--@if($module_info->default_style != 'blog')-->
<div class="buttonLeft">
<a href="{getUrl('document_srl','')}" class="buttonOfficial"><span class="calendar"></span><span>{$lang->cmd_list}</span></a>
</div>
<!--@end-->
<!--@if($oDocument->isEditable())-->
<div class="buttonRight">
<a href="{getUrl('act','dispBoardWrite','document_srl',$oDocument->document_srl,'comment_srl','')}" class="buttonOfficial"><span>{$lang->cmd_modify}</span></a>
<a href="{getUrl('act','dispBoardDelete','document_srl',$oDocument->document_srl,'comment_srl','')}" class="buttonOfficial"><span class="delete"></span><span>{$lang->cmd_delete}</span></a>
</div>
<!--@end-->
</div>
<center>
<<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 반응형 광고 -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-******"
data-ad-slot="********"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- 모바일 상단 -->
<ins class="adsbygoogle"
style="display:inline-block;width:320px;height:50px"
data-ad-client="ca-pub-********"
data-ad-slot="*********4"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</center>
</div>
<!--@if($oDocument->allowTrackback())-->
<!--#include("./trackback.html")-->
<!--@end-->
<!--@if($oDocument->allowComment())-->
<a name="comment"></a>
<!--#include("./comment.html")-->
<div id="Editor_dummy">
<!--
<div id="deleteEditor">
<form action="./" method="post" onsubmit="jQuery(this).find('input').each(function(){if(this.title==this.value)this.value='';});return procFilter(this, insert_comment)" class="boardEditor" >
<input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="document_srl" value="{$oDocument->document_srl}" />
<input type="hidden" name="comment_srl" value="" />
<input type="hidden" name="content" value="" />
<input type="hidden" name="parent_srl" value="" />
<div class="boardWrite commentEditor">
<div class="editor">{$oDocument->getCommentEditor()}</div>
<div class="editorOption">
<!--@if(!$is_logged)-->
<input type="text" name="nick_name" class="inputText userName" value="{$lang->writer}" title="{$lang->writer}" onfocus="if(this.value==this.title)this.value='';return false;" />
<input type="password" name="password" class="inputText userPw" value="{$lang->password}" title="{$lang->password}" onfocus="if(this.value==this.title)this.value='';return false;" />
<input type="text" name="email_address" class="inputText emailAddress" value="{$lang->email_address}" title="{$lang->email_address}" onfocus="if(this.value==this.title)this.value='';return false;" />
<input type="text" name="homepage" class="inputText homePage" value="{$lang->homepage}" title="{$lang->homepage}" onfocus="if(this.value==this.title)this.value='';return false;" />
<!--@end-->
</div>
<div class="boardNavigation">
<span class="buttonOfficial"><span class="check"></span><input type="submit" value="{$lang->cmd_comment_registration}" accesskey="s" /></span>
</div>
</div>
</form>
</div>
-->
</div>
<!--@if($grant->write_comment && $oDocument->isEnableComment() )-->
<form action="./" method="post" onsubmit="jQuery(this).find('input').each(function(){if(this.title==this.value)this.value='';});return procFilter(this, insert_comment)" class="boardEditor" >
<input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="document_srl" value="{$oDocument->document_srl}" />
<input type="hidden" name="comment_srl" value="" />
<input type="hidden" name="content" value="" />
<div class="boardWrite commentEditor">
<div class="editor">{$oDocument->getCommentEditor()}</div>
<div class="editorOption">
<!--@if(!$is_logged)-->
<input type="text" name="nick_name" class="inputText userName" value="{$lang->writer}" title="{$lang->writer}" onfocus="if(this.value==this.title)this.value='';return false;" />
<input type="password" name="password" class="inputText userPw" value="{$lang->password}" title="{$lang->password}" onfocus="if(this.value==this.title)this.value='';return false;" />
<input type="text" name="email_address" class="inputText emailAddress" value="{$lang->email_address}" title="{$lang->email_address}" onfocus="if(this.value==this.title)this.value='';return false;" />
<input type="text" name="homepage" class="inputText homePage" value="{$lang->homepage}" title="{$lang->homepage}" onfocus="if(this.value==this.title)this.value='';return false;" />
<!--@end-->
</div>
<div class="boardNavigation">
<span class="buttonOfficial"><span class="check"></span><input type="submit" value="{$lang->cmd_comment_registration}" accesskey="s" /></span>
</div>
</div>
</form>
<!--@end-->
<!--@end-->
<script>
function getRecomment(a){var c=jQuery("#Editor_dummy").html().replace("<!--","").replace("-->","");var b=jQuery("#getEditor_"+a);var d=jQuery("#deleteEditor");d.remove();b.html(c);b.toggleClass("display-toggle");b.find("input[name=parent_srl]").val(a);b.find("textarea").focus();return;}
</script>
입니다.
어디에 끼워 넣어야 하는건가요? 자꾸 이리저리 옳겨보다 광고 다 짤렸네요 ㅠㅠ
댓글 21
-
KrteamENT
2014.04.05 10:31
-
생컨
2014.04.05 10:41
헉 댓글이 달린 게시물은 삭제할수 없다는데 어쩌죠
-
생컨
2014.04.05 10:54
제 댓글부터 삭제할게요. 댓글이 달리면 그 댓글도 삭제할수없고. 게시글 수정도 할수없네요. 삭제좀 부탁드려요 ㅎㅎ
-
몽실아빠
2014.04.05 11:12
걱정되시면 애드센스 계정설정에서 광고 허용하는 도메인 설정해 주세요~~
-
KrteamENT
2014.04.05 11:13
그런 설정도 있기야 하지만.. 대부분 안하시거나 모르시더라구요 ㅇㅅㅇ;;
-
생컨
2014.04.05 11:18
http://puu.sh/7WmMX.png 이렇게 하는건가요..? -
KrteamENT
2014.04.05 11:20
맞습니다아~
-
생컨
2014.04.05 11:23
감사합니다. 배너추가는 view_document 에서 하는게 맞나요? 저 파일은 게시글 본문 파일같은데..
-
KrteamENT
2014.04.05 11:23
layout.html 에서 수정해야지요
-
몽실아빠
2014.04.05 11:21
아닙니다. 지금 하시고 계시는 것은 광고를 선별해서 차단하는 것 이구요. 예를 들어 이 광고는 내 사이트에 나오지 않았으면 했을때 하는 겁니다.
계정 - 사이트관리
여기에 사이트 추가해주세요.
-
KrteamENT
2014.04.05 11:23
ㅇㅁㅇ?? 여태 저리했는데 아닌가요..? ㅁ..뭐지..
-
몽실아빠
2014.04.05 11:31
거기는 맘에 안드는 광고주들 url 등록하는 곳이에요. 보기싫은 광고 내 사이트에 노출하고 싶지 않을때요.
-
KrteamENT
2014.04.05 11:32
아하..
-
생컨
2014.04.05 11:23
어라 그럼 어디죠 ㅎㅎ;
-
생컨
2014.04.05 11:29
http://puu.sh/7WnlP.png
이렇게 하면 되는건가요? 저건 처음부터 셋팅되있던데... 아무튼 걱정 안해도 되겠네요 감사합니다 ㅎㅎ..
-
몽실아빠
2014.04.05 11:31
죄송해요. 아래 댓글 봐주세요.
설정 - 엑세스승인 - 사이트승인
-
몽실아빠
2014.04.05 11:30
죄송합니다. 안내가 조금 잘못되었네요.
엑세스 및 승인 - 사이트승인
여기에 넣어주세요.
-
생컨
2014.04.05 11:34
정말 감사드립니다. http://puu.sh/7WnDs.png 이렇게 하는건가요? www.pokergosu.com 으로 입력해야하는지 pokergosu.com 으로 입력해야하는지 헷갈리네요 ㅎㅎ.. 모바일도 할려면 m.pokergosu.com 도 넣어야하는건가요?
-
몽실아빠
2014.04.05 11:35
모르시겠으면 다 넣으세요. 다 넣으셔도 상관없어요.
-
몽실아빠
2014.04.05 11:37
요렇게 하시면 등록된 사이트에서만 광고 클릭시 수입이 발생해요. 나머지 혹시 누군가 코드를 가져가서 게시해도 광고수입이 발생하지 않기에 부정클릭과 상관이 없어지는거죠. 사실 애드센스코드야 소스보기하면 누구라도 퍼갈수 있잖아요.
-
생컨
2014.04.05 11:41
아 그렇군요 감사합니다. 혹시 레이아웃 질문건도 답변 해주실수 있으신가요 ㅎ_ㅎ...
~~ 애드센스는 그냥, 소스는 공개하시면 안됩니다.
(참고로 악용사용자가 광고를 설치하고 막 눌러대면 광고 짤리기 일숩니다.)