Computer Tips and Tricks | WordPress Technology Hints » Entries tagged with "adsense"
Clickheat heatmap to see where visitors click most on your site
We all want to get more clicks on our ads to gain revenue for the site but what is the best way to find out where to place the adverts so they perform their best? One simple way to do this is to use a Heatmap. Heatmaps are a piece of code that reports where people are clicking on your pages and much like a thermal camera, displays darker red colours in the hot spots … Read entire article »
Filed under: Computer Tips and Tricks, Technology Tips
PHPBB Forum – How to add AdSense sky scraper banner ads to either side of your forum
This is very easy to apply in 7 easy steps and works perfect with the standard ProSilver template ranges. To see an example see – http://www.catforumchat.com Step:1 open: styles/yourstyle/theme/content.css add at bottom of page add —————————————————————————————————————- Code: Select all Select all .page-sidebarr { float:right; margin-top:0px; width: 10%; } .page-sidebarl { float:left; margin-top:0px; width: 10%; } —————————————————————————————– Step:2 You would have to edit the width variable for tweeking to fit your forum open: style/yourstyle/theme/common.css find —————————————————————————————————————- Code: Select all Select all #wrap { —————————————————————————————————————- change to as follows:- change —————————————————————————————————————- Select all #wrap { padding: 0 10px; margin: 0 auto; width: 75%; min-width: 65%; } —————————————————————————————————————- Step:3 open: styles/your style/template/overall_header.html add right at the bottom of page add <table width="100%" cellpadding="0" border="0"> <tr> <td width="160" valign="top"> <div><!-- INCLUDE sidebarl.html --></div> </td> <td valign="top"> —————————————————————————————————————- Step:4 open: styles/your style/template/overall_footer.html add right at the top of page add —————————————————————————————————————- </div> </td> <td width="160" valign="top"> <div><!-- INCLUDE sidebarr.html --></div> </td> </tr> </table> —————————————————————————————————————- Step:5 now create to standard html files as below and past your add code into the files. sidebarl.html ( left side ) sidebarr.html (right side) Step:6 Now save files into /styles/your style/template Step:7 Now clear your forum cache. … Read entire article »
Filed under: PHPBB Tips
WordPress Easy Peasy Adsense plugin released
http://wordpress.org/extend/plugins/easy-peasy-adsense/ Version 1.0 of Easy Peasy Adsense is now available. Easy Peasy Adsense allows you to submit up to 3 various google adsense code into your pages, posts sidebar widgets – wherever you like. … Read entire article »
Filed under: Wordpress Tips