Anda di halaman 1dari 4

1.

pasang dibawah kode <body> atau diatas kode </body>:

<div class='xDialog' id="xDialog">

<div class='DialogCon'>

<div class='googleads DialogClose' style='z-index: 999; position: absolute; overflow: hidden; right:
0px; top: -50px; height: 50px; width: 100px; background:
url(&quot;data:image/gif;base64,R0lGODlhNAAPAMQAAP/u7v8REdGZmcJ3d/8iIv9VVf+ZmaQzM/fu7
v+qqv8zM5UREf93d9mqqsqIiP+7u/Dd3f+IiP/d3f9mZv/MzP///40AAP8AAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAACH5BAAAAAAALAAAAAA0AA8AAAXnoCWOJHmdaKqubHuW8OjOdBvHdZ6Pi0MOA
5luaBM5KgLRoIJYiFKKRwWQIFwqktREgp2cFFxJ4Vopj18jAXKJOAgvBAAgYpBYsahJhRKhVLwScxQKVxIR
EVZoaWVtJicGFWcBJ3gnFBKTARIUF4EMKJUpJUsVDSUoXCuhoakFAFh3ZVkoP0wNSI4XkGeJoRQAmQC
cAQERFQmFEZ+0SkxuaklPJ3FzBgBeWIcFenx+XgkUkMjZEWcXIwcQbiICAk4WUH5Uk2VlERdbXScRXA/0
9fcU3XhDpKDAgfAMKkSYSyERhgQd6ggBADs=&quot;) 100% 100% no-repeat;'>

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

<!-- Clasher Indonesia -->

<ins class='adsbygoogle' data-ad-client='ca-pub-8164623255027376' data-ad-format='auto' data-ad-


slot='9412317845' style='display: inline-block; width: 300px; height: 250px; opacity: 0.01; z-index:
999;'/>

<script>

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

</script>

</div>

<div class='DialogArea' style='line-height: 0; width: auto; height: auto;'><div


style='padding:15px;'><div style='border:4px dashed#000;'>

<h1 style='margin:0;line-height:1.3em;padding:30px;'>Android Portal Indonesia</h1>

</div>

</div>

</div>

</div>

</div>
2. pasang script berikut di widget :

<script>

document.addEventListener('DOMContentLoaded', function() {

if(typeof getCookie('popup-schedule-chuan') == 'undefined'){

setCookie('popup-schedule-chuan' , 'true' , 1);

setTimeout(function(){

document.getElementById("xDialog").style.opacity = "1";

} , 5000);

});

function setCookie(cname, cvalue, exdays) {

var d = new Date();

d.setTime(d.getTime() + (exdays*24*60*60*1000));

var expires = "expires="+d.toUTCString();

document.cookie = cname + "=" + cvalue + "; " + expires;

function getCookie(name) {

var value = "; " + document.cookie;

var parts = value.split("; " + name + "=");

if (parts.length == 2) return parts.pop().split(";").shift();

</script>
3.pasang di bawah <b:skin> atau diatas </b:skin> [jika wordpress taruh di style.css dibawah sendiri] :

.DialogCon { text-align: center; color: rgb(102, 102, 102); width: 825px; background-color: rgb(255,
255, 255); }

.xDialog { position: fixed; z-index: 1000; left: 262px; top: 56px;opacity:0;}

@media screen and (max-width: 600px) {

.DialogCon { width:300px; height: 120px; }

.xDialog { width:300px; height: 120px; left:0px;}

Catatan :

1. ca-pub-8164623255027376 SILAHKAN DIGANTI DENGAN KODE CA-PUB ANDA. JIKA TIDAK JUGA
TIDAK APA-APA, SAYA HAPPY BISA DAPET EARNING ANDA

2. data-ad-slot='9412317845' JUGA.

3. Android Portal Indonesia << juga diganti pake kata2 anda, bebas.

4. document.getElementById("xDialog").style.opacity = "1";

} , 5000);

Silahkan ganti angka 5000 (= 5 detik) dengan angka misal 10000 (=10 detik)

berarti dalam 10 detik popup baru muncul

5. Jika agan menemukan error, Parse Kode ini gan . <script async
src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> ,
--

Semoga bermanfaat...

Anda mungkin juga menyukai