갤러리 리스트 중간에 광고 넣을때
본문
위 첨부 자료처럼 갤러리 리스트 중간에 광고를 넣고 싶은데 초보라.. 어찌 해야 할지..도움좀 주세요
list.rows.php 파일에서
for ($i=0; $i < $list_cnt; $i++) {
if($list[$i]['is_notice']) continue;
if($i=="2"){<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle custom_h"
style="display:block"
data-ad-client="----"
data-ad-slot="----"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>}
갤러리 리스트에서 3번째에 광고를 넣어보려고 했거든요..
이렇게 넣어 봤는데 에러 발생하네요...ㅠㅠㅠ
고수님들 도움좀 주세요...
답변 3
for ($i=0; $i < $list_cnt; $i++) {
if($list[$i]['is_notice']) continue;
if($i=="2"){
?>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle custom_h"
style="display:block"
data-ad-client="----"
data-ad-slot="----"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<?php
}
답이 나온거같군여
이런 방법으로 에드센스를 삽입하시면 정책위반으로 계정이 정지될 수도 있으니 주의하셔야 합니다.