[Tips] 게시물 중간에 원하는 위치에 구글 광고 삽입하기 끝!;
2019.10.24 05:30
0
https://eond.com/426613

1. skin.xml 에

<var name="bnCnt" type="textarea">
   <title xml:lang="ko">구글배너</title>
   <description xml:lang="ko">구글배너 코드를 등록하세요.</description>
</var>

2. list.html 에

<block cond="$mobile">
   <script>
         jQuery(function() {
            var html = "<div style='padding-top:10px;clear:both;'><script async src=\"https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js\"><\/script>" +
               "<ins class=\"adsbygoogle\" style=\"display:inline-block;width:900px;height:60px\" data-ad-client=\"ca-pub-6354996705466866\" data-ad-slot=\"6057999515\"><\/ins>" +
               "<script>(adsbygoogle = window.adsbygoogle || []).push({});<\/script><\/div>";
            var cnt = 2*{$module_info->bnCnt}-1;
            jQuery('li.goodslist:eq('+cnt+')').after(html);
            // console.log( cnt );
            //01 = 2*(1)-1
            //23 = 2*(2)-1
            //45 = 2*(3)-1
         });
   </script>
</block>


라이믹스는 이온디와 함께

닫기

마이페이지

로그인을 해주세요