View Full Version : Adsense Every 3 Post
nishv
07-14-2006, 11:43 PM
I am trying to add adsense code to appear on every 3 posts... Anybody managed to do it?
Thx
Staxed
07-15-2006, 04:20 AM
i don't know how to do it, but thought i'd ask a question...how many posts do you show per page? because according to adsense TOS you can only have 3 instances of adsense per page...
nishv
07-15-2006, 01:33 PM
6 Posts, So i wanted it after the Third one and the 6th one, Since I also have a header banner, it would make total of 3 in each page...
JimmyN
07-15-2006, 09:50 PM
Change the three to what you want, its the postcount. There is many others in the forum, do a search
https://vborg.vbsupport.ru/showthread.php?t=96249 )this is after first post
<if condition="$post[postcount] == 3">
$spacer_open
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead" align="left">Sponsored Links</td>
</tr>
<tr>
<td class="alt1" align="center">
<center>Ad Sense Code Here</center>
</if>
</td>
</tr>
</table>
</div>
$spacer_close
</if>
nishv
07-15-2006, 11:26 PM
Actually, it worked. Thx
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.