PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Classifieds How do I...? (http://www.photopost.com/forum/classifieds-how-do-i/)
-   -   Google AdSense Insertion (http://www.photopost.com/forum/classifieds-how-do-i/137978-google-adsense-insertion.html)

ColoradoGuy September 25th, 2008 12:28 PM

Google AdSense Insertion
 
I have the Classified site up and running almost.

How do I insert my Google Adsense Code into the templates (.tmpl) ?

Google gives me

<script type="text/javascript">
<!-- google_ad_client = "pub-02688962xxxx"; /* 120x600, created 9/24/08 */ google_ad_slot = "5394xxxx"; google_ad_width = 120; google_ad_height = 600; //-->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

This is the code in the template custom2pal.tmpl which is where I want the code to appear. I have cut and pasted the google code where is says, put the code here. The code appears in the source, that page takes a lot longer to load and nothing appears.

Any suggestions?

<?php
echo<<<PPPRINT
$ppopenside
<tr>
<td align="center" class="{$Style['menubar']}">
<span class="{$Style['medium']}"><b>Google Ads</b></span>
</td>
</tr>
<tr>
<td class="{$Style['tddetails']}" align="left">
<span class="{$Style['small']}">Put the code here.</span>
</td>
</tr>
$ppcloseside
PPPRINT;
?>

Chuck S September 25th, 2008 05:15 PM

Code:

Content visible to verified customers only.
that should be fine

ColoradoGuy October 16th, 2008 05:53 PM

Ok, I got it working finally. The real issue appears to be that the HOST file that I was using included 5 links to google related sites that are necessary to display google ads. Once I commented those lines out I was able to see the ads on my site.

Thank you for your help.

Chuck S October 16th, 2008 06:29 PM

Not a problem glad you got it working


All times are GMT -5. The time now is 12:11 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97