Sunday, May 13, 2012

How to Create Ads Box in Page Footer

How to Create Ads Box in Page Footer. To optimize the google adsense ads from your sponsor or by placing ads in the Footer box that user-freindly. In orger that the ads posted are not too many ads also can be seen in an optimal set, you can put ads in the Footer box or use the Screen PopUp Ads. At this time the trick How to Create Ads in Footer box I gave uses Javascript. For those interested please be listened tutorial.
For fixing the code in your blog please put the code before </ body>
<!-- Footer adds begin--> <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js' type='text/javascript'> </script><br > <script type='text/javascript'> $(document).ready(function() { $('img#closed').click(function(){ $('#btm_banner').hide(90); }); }); </script> <style type='text/css'> div#btm_banner { bottom: 0; position: fixed; width: 100%; opacity: 0.9; left: 0; } div#btm_banner img{ border:0; cursor:pointer; } </style> <div style='height: 0px;'></div> <div align='center' id='btm_banner' style='height: 80px; z-index: 9999;'> <div style='text-align: right; width: 980px; height: 3px;'> <img id='closed' src='http://www.voa-islam.com/images/close-icon.png'/></div> <div style='clear: both;'></div> <p> <p><center> Your adds code </center></p> </p> </div> <!-- End footer adds -->
Note :
1.  height: 80px: You can change according to the height of advertising.
2.  width: 980px. : You can change the width of the adds.
3.  Your adds code : Replace with adds script code.
Look at the picture bellow to see the composition of the code :


Not all PPC advertising services allow the posting like this, so before you install make sure this trick does not violate the TOS (Terms of Service) PPC service which you follow.

Posted by: Denmas Tugino
Godheg Updated at: Sunday, May 13, 2012

0 komentar:

Post a Comment