I'm currently developing a website where users will be able to upload content. I would like to be able to show a full-page ad whenever someone tries to view the content. The ad should take up most of the screen, and I should be able to have a "continue to the content -->" link at the top. Preferably, I want something like what is currently on Forbes (if you haven't seen it, here: http://www.forbes.com/fdc/welcome.shtml but with an ad in the black area). Of course, the most revenue is the best.
Tell me more
×
Webmasters Stack Exchange is a question and answer site for
pro webmasters. It's 100% free, no registration required.
|
|
What you are looking for is an "Interstitial Ad". I didn't look into it too much, but found these two providers: http://adclickmedia.com/m/interstitial_info.cgi/adclickmedia |
|||
|
|
|
On the off chance you have custom advertising, or that your current provider has larger sizes available and just not specifically this interstitial functionality, it's actually pretty simple to build yourself. This is much less complicated than it looks with the list nesting; there's relatively little actual code involved. I'm just trying to keep the logic fairly clear:
(The cookie and interstitial doc can obviously be named whatever you want.) |
|||
|
|