본문 바로가기

개발/구글

구글 블로거 애드 센스 넣기

애드센스 기본 스크립트


<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>

<!-- 970x90 - 큰 리더보드 가로긴것 -->

<ins class="adsbygoogle"

     style="display:inline-block;width:970px;height:90px"

     data-ad-client="ca-pub-7831553078502643"

     data-ad-slot="7538151016"></ins>

<script>

(adsbygoogle = window.adsbygoogle || []).push({});

</script>


페이지 해더 상단에 위치 하기



레이아웃 -> Navbar 가젯 -> 수정 -> off 셋팅

템플릿 -> 오른쪽 상단 위 백업 복원 -> 템플릿 다운로드


<div id='header-inner'>를 찾은뒤


    <div id='header-inner'>

      <div class='titlewrapper'>

 <!--

        <h1 class='title'>

          <b:include name='title'/>

        </h1>

-->

<!-- 배너 광고 -->

<script  src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>

<!-- 970x90 - 큰 리더보드 가로긴것 -->

<ins class="adsbygoogle"

style="display:inline-block;width:970px;height:90px"

data-ad-client="ca-pub-7831553078502643"

data-ad-slot="7538151016"></ins>

<script>

(adsbygoogle = window.adsbygoogle || []).push({});

</script>

<!-- // 배너 광고 -->


      </div>

      <b:include name='description'/>

    </div>


수정

주의!

스크립트 로드시 

<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>

async를 삭제 

'개발 > 구글' 카테고리의 다른 글

구글 블로거 메뉴  (0) 2017.01.28
구글 크로미움 기반 크롬 개발자 버전  (0) 2017.01.04
구글맵 API ( 웹 API )  (0) 2011.12.22