티스토리 뷰
전체 페이지를로드 한 후 GOOGLE 광고로드 | ONLOAD 용 자바 스크립트
이제 모든 광고에서 아래의 애드 센스 코드를 삭제하십시오. (이 코드는 머리 부분 만 => 머리 부분 아래에 있음)
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
Step3
또한 모든 ads에서 adsense 부호의 밑에 제거하십시오 (이것은 자바 스크립트 기능에서 정의 할 것입니다)
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
Step4
이 코드를 head 태그 아래에 붙여 넣으십시오. (헤드 태그 닫기 전)
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
Step5
전체 페이지를 초기화하려면 initialize_page () 함수를 만들어야합니다.
function page_begin() { (adsbygoogle = window.adsbygoogle || []).push({});//this is for the first adsense (adsbygoogle = window.adsbygoogle || []).push({});//this is for the second (adsbygoogle = window.adsbygoogle || []).push({});//this is for the third }
Step6
한 페이지에 5 개 이상의 애드 센스 코드가 필요한 경우이 방법으로 코드를 늘려야합니다.
function page_begin()
{
(adsbygoogle = window.adsbygoogle || []).push({});//this is for the first adsense
(adsbygoogle = window.adsbygoogle || []).push({});//this is for the second
(adsbygoogle = window.adsbygoogle || []).push({});//this is for the third
(adsbygoogle = window.adsbygoogle || []).push({});//this is for the fourth
(adsbygoogle = window.adsbygoogle || []).push({});//this is for the fifth
}
이제 귀하의 페이지가 완전히로드되면 모든 Google 애드 센스 광고가로드됩니다.
참고 :
- 테스트 된 방법입니다. 전체 솔루션을 읽고 적용하십시오.
- 그것은 당신을 도울 것입니다.
이 내용은 외국어 페이지를 번역한 내용입니다.
도움이 되시길 기원합니다.
출처 : https://technosmarter.com/js/google-ads-load-after-page-has-loaded.php
'Javascript' 카테고리의 다른 글
Javascript 롤링(슬라이드) 소스 예제 (2) | 2016.08.09 |
---|---|
Ajax로 Cross 도메인간 Json 데이터를 주고 받는 Jsonp 기본 예제 (0) | 2016.08.05 |
레이어 팝업 예제 소스 (1) | 2016.08.01 |
PHP에서 json_encode로 Json Data 통신 기본형 예제 소스 (0) | 2012.07.13 |
스마트폰 터치, jquery touchmove 제어 (0) | 2012.03.20 |
- Total
- Today
- Yesterday
- Tomcat
- rm으로 삭제
- JavaScript
- MariaDB
- 파일삭제
- 시군구 이름
- delete
- Android
- 안드로이드
- 삭제한 파일 복원
- r
- apache
- 안드로이드 개발
- install
- LAPM
- 리눅스
- app
- c++
- API
- MySQL
- java
- 법정동코드
- Linux
- json
- HTML
- 시도 이름
- 지역고유코드
- Android 개발
- Non-Interactive
- 앱개발
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |