-
Products
Information
Free PLR Articles
Your address is safe with us.
Tag Archives: css
AdSense inside the first post – AdsenseExperts Exclusive
Hello
This is another AdSense implementation for your vBulletin 4.0 Forum.
This placement is exclusively released for AdsenseExperts.
You are allowed to use this placement on your own forum, however republishing this modification on other website is only allowed with prior written consent by me.
What this mod does
This mod adds a Google Adsense large rectangle inside the first post of each thread.
It is blended to complement your forum content but is clearly labeled as Ad to strictly separate Ads from content.
This approach is taken for the reasons discussed here: Is too much blending bad for business?
Make sure you use the same colors as you use on your forum to optimize blending!
If you use this AD implementation make sure you also try: AdSense inside the last post – AdsenseExperts Exclusive
Note
This mod shows the AD only to GUESTS!
If you want to show it to your members as well remove the
$show['guest']
part from the condition!
Installation instructions
In the template additional.css add:
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:
Need CSS ideas on loading second adsense ad first
(written by christopher)
Hi all,
My midpage adsense ad receives a higher ctr than my first (top) ad.
As per this suggestion from google, I would like to load my midpage ad first, so shows the highest bid on that unit.
First ad unit counts – AdSense Help
However, their example shows a way to set the ad into an absolute position on the page.
The way my page template works, the adsense ad is embedded in content. It appears after the fourth paragraph, not in a set/absolute location on the page.
Does you know a way I can put the ad code in a div and have it load prior to the others (as per their example) and then display the add in a manner that it will show between paragraphs, so I can do this:
paragraph-1 paragraph-2 paragraph-3 paragraph-4 <div> (show previously loaded ad here)</div> paragraph-5 paragraph-6
Clear examples appreciated 🙂 🙂
It’s a shame google doesn’t just give us a way to easily set a priority order for ads!
Chris