Does anyone know the code for inserting a google adsense ad after the first post of a topic? And will it work for IPB? Thanks in advance.
you need to change the code to insert it. Check for the code ... you will find a loop .. a while loop or a for loop ... use a count variable in the display code ... and when count = 1( depending on ur logic) print the adsense code.. PM me for any help.
If you are talking about SimpleMachines Forum, here are a few links that are useful: 1. Integration and blending of Google AdSense ads into SMF (Various positions) 2. Adding a Google AdSense ad unit after every FIRST post in SMF medusa
How did you get that to work on IPB? I have been trying to do exactly that. Would you mind PMing me directions. Thanks in advance!
I found this article usefull for phpbb http://www.askdavetaylor.com/phpbb_trick_for_including_google_adsense_between_articles.html Code (markup):