Tistory 메인에 광고 달기
티스토리 메인에 광고를 다는 법에 대해 포스팅해보겠습니다.
먼저 관리자 모드로 들어가 에디션을 수정합니다.
그리고 원하는 위치에 다음과 같이 추가한 후
아이템은 아무렇게나 선정하시고
디자인으로 이동합니다.
디자인으로 가시면 HTML이라고 있는데
여기에 들어가셔서 모든 내용을 삭제하고 다음과 같이 복사합니다.
<table cellpadding="0" cellspacing="0" table width="700">
<tr>
<td width="350">
<center>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Tistory Main Center Left -->
<ins class="adsbygoogle"
style="display:inline-block;width:336px;height:280px"
data-ad-client="ca-pub-6508233432570467"
data-ad-slot="5298559230"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</td>
<td width="350">
<center>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Tistory Main Center Right -->
<ins class="adsbygoogle"
style="display:inline-block;width:336px;height:280px"
data-ad-client="ca-pub-6508233432570467"
data-ad-slot="6775292436"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</center>
</td>
</tr>
</table>
<br />
나머지는 자신의 광고로 삽입하시면 됩니다.
간단한 포스팅이였습니다.