4chan/www.4chan/advertise.php
2025-04-17 18:12:08 -05:00

118 lines
5.5 KiB
PHP

<?php
if (false) {
// self serve FAQ was here
}
else {
function title() {
echo "Advertise - 4chan";
}
function stylesheet() {
?>//s.4cdn.org/css/advertise.css?2<?
}
$top_box_count = 1;
function top_box_title_0() {
?>Advertise<?
}
function top_box_content_0() {
?>
<p>4chan is the original and largest English-language image board with over 20 million unique visitors monthly. Our boards cover a wide array of interests, including Video Games, Anime, Television, Film, Comics, Technology, Fitness, and Cars.</p>
<p>Self-serve advertising campaigns are available on a CPM bidding basis with features such as board-targeting, geo-targeting and frequency capping.</p>
<div class="center">
<a href="https://danbo.org/register?with=4chan" class="ssButton">Click Here to Purchase a Self-Serve Ad Campaign</a>
</div>
<p>For more information about self-serve campaigns, please e-mail <a rel="nofollow" href="mailto:advertise@4chan.org">advertise@4chan.org</a> with details about what you'd like to advertise,
your budget, and flight dates. A representative will respond to your inquiry as soon as possible.</p>
<? }
$left_box_count = 1;
function left_box_title_0() {
?>Ad Units<?
}
function left_box_content_0() {
?>
<p>
<strong>Positions/Dimensions:</strong> 728x90 Leaderboard in both header and footer positions in desktop view, 300x250 Medium Rectangle in both header and footer positions in mobile view)<br />
<strong>Format:</strong> JPG/PNG/GIF/WEBP<br />
<strong>Example Placements:</strong>
</p>
<p class="center">
<a href="//s.4cdn.org/image/advertise/top_ad_desktop.png" target="_blank"><img src="//s.4cdn.org/image/advertise/top_ad_desktop.png" alt="Desktop Header" title="Click for large" style="height: 200px; border: 1px solid;" /></a>
<a href="//s.4cdn.org/image/advertise/bottom_ad_desktop.png" target="_blank"><img src="//s.4cdn.org/image/advertise/bottom_ad_desktop.png" alt="Desktop Footer" title="Click for large" style="height: 200px; border: 1px solid; margin-top: 10px" /></a>
<a href="//s.4cdn.org/image/advertise/top_ad_mobile.png" target="_blank"><img src="//s.4cdn.org/image/advertise/top_ad_mobile.png" alt="Mobile Header" title="Click for large" style="height: 200px; border: 1px solid; margin-top: 10px" /></a>
<a href="//s.4cdn.org/image/advertise/bottom_ad_mobile.png" target="_blank"><img src="//s.4cdn.org/image/advertise/bottom_ad_mobile.png" alt="Mobile Footer" title="Click for large" style="height: 200px; border: 1px solid; margin-top: 10px" /></a>
</p>
<?
}
$right_box_count = 3;
function right_box_title_0() {
?>Ad Guidelines<?
}
function right_box_content_0() {
?>
<ol>
<li>Creatives must be of acceptable quality, and "work safe."</li>
<li>No ads inciting harassment or containing personal information will be accepted.</li>
<li>No ads that are harmful or malicious in nature will be accepted. This includes landing pages with pop-ups, pop-unders, redirects, dialog box loops, malware, etc.</li>
<li>You may not advertise products or services that violate United States or local law.</li>
<li>Landing pages must match ad content (i.e. no "bait & switch" advertising).</li>
<li>No creatives imitating video players, close or cancel buttons, download buttons, browser/system/anti-virus alerts, etc.</li>
<li>Ads cannot purport to be "official" 4chan ads.</li>
<li>We only accept banner ads in JPG, PNG, and GIF formats. We reserve the right to reject animated GIFs that are annoying, distracting, or otherwise objectionable.</li>
<li>Purchasing any advertisement on 4chan does not exempt you from our strict "No Advertising" rule while posting on 4chan. You are purchasing a banner ad only, and not the ability to advertise your product/site/etc in regular posts.</li>
<li>4chan reserves the right to reject any and all advertising at its sole discretion.</li>
</ol>
We will not accept ads for the following products or services:
<ul>
<li>Gambling</li>
<li>Controlled substances or paraphernalia</li>
<li>Alcohol, tobacco, tobacco products, or prescription drugs</li>
<li>Affiliate marketing (referrals, direct marketing, etc)</li>
<li>Firearms, ammunition, or weapons</li>
<li>Pirated software or hacking/cracking tools</li>
<li>Discriminatory content, including content that promotes discrimination by race, ethnicity, nationality, religion, disability, gender, age, or sexual orientation</li>
</ul>
<?
}
function right_box_title_1() {
?>Stats<?
}
function right_box_content_1() {
?>
<ul>
<li>Page impressions per month: 500,000,000+</li>
<li>Unique visitors per month: 20,000,000+</li>
<li>Posts per day: 900,000-1,000,000</li>
</ul>
<?
}
function right_box_title_2() {
?>Demographic<?
}
function right_box_content_2() {
?>
<ul>
<li>Age: 18-34</li>
<li>Gender: ~70% male, ~30% female</li>
<li>Location: United States (47%), United Kingdom (7%), Canada (6%), Australia (4%), Germany (4%)</li>
<li>Interests: Japanese culture, anime, manga, video games,
comics, technology, music, movies</li>
<li>Education: Majority attended or currently enrolled in college</li>
</ul>
<?
}
}
include 'frontpage_template.php';
?>