AdSense Integration above similar threads

This mod adds a Google Adsense leaderboard above active users and similar threads below each thread.

It is blended to look like the other moduls below the thread without violating google adsense TOS.

Make sure you use the same colors you use on your forum to optimize blending!

Installation instructions

In the template SHOWTHREAD find:

<div id="thread_info" class="thread_info">

and add below:

<h4 class="threadinfohead"><span class="optiontitle">Advertising</span></h4>
<div id="thread_onlineusers" class="thread_info_block">
  <div class="inner_block">
    <h5>Advertising</h5>
    <div>
      <div class="ads_lb_container_forumdisplay">
        <div class="ads_lb">
          <!- Your Google Adsense Code for a 728x90px leaderboard -->
        </div>
      </div>
    </div>
  </div>
</div>

add the following to the template CSS >> additional.css

.ads_lb_container_forumdisplay {
  background: #FFFFFF;
  width:100%;
  margin-left: auto;
  margin-right: auto;
}

.ads_lb {
  position: relative;
  width: 728px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}

Notes

Make sure to check and adapt especially domain to fit your forum.

If you only want this Advertising shown to guests like I do wrap the above code in this condition:

<vb:if condition="$show['guest']">
</vb:if>

Of course feedback is welcome and if you have suggestions to further improve CTR please let me know!

Kind regards

admin

This entry was posted in AdSense Placements and tagged , , , , . Bookmark the permalink.

5 Responses to AdSense Integration above similar threads

  1. BattleStrats says:
    Is this only for VB Board?

    And I know that you can't title your ad area something like - CLICK THIS........but could you put above your ads .....Trending Now......?
  2. admin says:
    Never try to trick your visitors into clicking.

    It is bad for the advertisers and these are the people google is trying to protect and keep.
    • BattleStrats says:
      But about the first part of the question - is this only for VB>?
  3. BattleStrats says:
    no the intent was never to trick my visitors. I just saw it on a Yahoo page and it looked nice.

    My genre is gaming so I was just thinking if made a Text only ad and putting that on the homepage.

    The ads are always game related and advertisements for brand new games - therefore they are all trending topics that i also cover on my site.

    Thats what I had in mind.
  4. admin says:
    You can use the CSS part on any website.

    The vb:if part are vBulletin conditions ;)

Leave a Reply

Your email address will not be published. Required fields are marked *

*