Thursday, April 19, 2012

How To Show AdSense in Pop Up Box In Blogger



How to show your Google Adsense in pop up windows to get more CTR. I am sharing the tricks how to do this and its very easy







Discaimer:Do not do this because google do not permit this kinds of activity.sometimes visitors get irritated by pop up ads.You may loose visitors.So this is just for learn


Login to blogger then go to dashboard > design >page elements

Then click on add a widget button at any position and paste the following code including adsense in it.I recommend large rectangle of 325*280 ad


<style> #topbar { height:30px; width:auto; background: #FFFFFF url(''); background-repeat:repeat-x; text-align:left; padding-top:4px; } #adsground { height:auto; margin:0 auto; width: 500px; background:#FFF; border-bottom:2px #ffffff solid; border-right:2px #ffffff solid; border-left:2px #ffffff solid; text-align:Center; padding:4px; } #headlineatas { opacity:1.0; height:auto; width:auto; position:fixed; top:65px; left:170px; border-bottom:1px #ffffff solid; border-bottom:0px blue solid; color:#333; padding:0px; z-index:1001; font-size:13px;} </style><br /> <script type="text/javascript"> function getValue() { document.getElementById("headlineatas").style.display = 'none'; } </script><br /> <div id="headlineatas"><div id="topbar"><img align="left" style="padding-left:2px;" src="" /><br /> <span style="color:#fff;font-size:13px;font-weight:bold;text-shadow:black 0.1em 0.1em 0.1em"></span><br /> <span style="color:#fff;font-size:13px;font-weight:bold;text-shadow:black 0.1em 0.1em 0.1em;float:right;padding-top:3px;padding-right:10px"> <target="_blank" onclick="getValue()"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkPqJhU0kYLXk_CCmIckO5qCqAwXyA7hzqoDZprEpv_kj8Fc32BXMyqc_oJCLweh0udymwEhCEYW2sNDsjo8d59fKUBbxC9AYWXd9Dvh5v0zFmRIhnXCKp7ANGFw8d-rGbGJuG7O7oQTQ/s1600/window-close-3.png" /></target="_blank"></span><br /> </div><div id="adsground"><span style="font-size: x-small;">Get This Pop-Up Window at:</span> <b><a href="http://gj37765.blogspot.com/2011/07/new-pop-up-window-for-google-adsense.html">Making Different</a></b><br /> <p align="left"><h3></h3></p><table align="center" background="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgeQRVhyJ7uAYw5NisWadyAbrcz-pKZnXsLci4NZsS9S-IQ4G9MCkm8VWCmx6VynAn_K_D3pb7ngtlIZplB_HfxY2g3WhuIwZW1Iquoa4EDXkL99U4HHd4UhsByMFSGtibtsRzteSrF9qew/s1600/adsense+background+image%2528gj37765.blogspot.com.jpg.png" border="0" height="300" style="width: 505px;"><tbody> <tr><td height="350" width="505"><br /> <div align="right">your adsense code<br /> </div></td></tr></tbody></table></div></div>



You may also like this stndstill pop up window ad


<style type="text/css"> #gb{ position:fixed; top:10px; z-index:+1000; } * html #gb{position:relative;}   .gbcontent{ float:right; border:2px solid #A5BD51; background:#ffffff; padding:10px; } </style><br /> <script type="text/javascript"> function showHideGB(){ var gb = document.getElementById("gb"); var w = gb.offsetWidth; gb.opened ? moveGB(0, 30-w) : moveGB(20-w, 0); gb.opened = !gb.opened; } function moveGB(x0, xf){ var gb = document.getElementById("gb"); var dx = Math.abs(x0-xf) > 10 ? 5 : 1; var dir = xf>x0 ? 1 : -1; var x = x0 + dx * dir; gb.style.top = x.toString() + "px"; if(x0!=xf){setTimeout("moveGB("+x+", "+xf+")", 10);} } </script><br /> <br /> <br /> <div id="gb"><br /> <br /> <div class="gbtab" onclick="showHideGB()"></div><br /> <br /> <div class="gbcontent"><br /> <br /> <div style="text-align:right"><a href="javascript:showHideGB()"><br /> .:[Click 2 times to close this ad]:.</a><br /> </div><center><br /> your adsense code<br /> <br /> </center><br /> <br />

Insert your adsense code in the place of YOUR ADSENSE CODE if you getting problem please comment here

3 comments: