michal frackowiak wrote on 17 Mar 2010 11:13
This is a design to implement better monetization options for Pro users and their sites. See also the blog post at: http://blog.wikidot.com/blog:advertising
Admins will be able to place HTML ad code on his/her sites. The ad code should be provided (generated) by any of the supported ad networks. E.g. AdSense would provide the following snippet:
<script type="text/javascript"><!--
google_ad_client = "pub-1234567890";
/* 300x250, created 3/17/10 */
google_ad_slot = "1234567890";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
Technically, there should be a panel within Site Manager for each site, that would allow to:
- Paste ad code for each of locations:
- above content
- below content
- above side bar
- below side bar
- below footer
- <custom label> to be displayed by a special ad module
- Set visibility of the ads, either to all visitors, or only those not logged in to Wikidot (preferred)
Ad code will be recognized based on the series of patterns, so that only supported HTML code will be allowed. This will prevent placing arbitrary HTML code, that could lead to XSS.
Supported ad networks should include:
- AdSense https://www.google.com/adsense/
- CPX http://www.cpxinteractive.com/
- Tribal Fusion http://www.tribalfusion.com/
- Amazon Affiliate Program https://affiliate-program.amazon.com/
Advertising panel will be available only to Master Administrators with Pro Lite, Pro and Pro+ subscriptions.
Support for the networks will be added gradually, based on user feedback.
limiting to specific advertisers | By scottplan | 3 Comments | 03 May 2010 13:52 |
Custom placement? | By leiger | 1 Comments | 17 Mar 2010 11:56 |
We discourage direct comments on this thread: to discuss it, please start a sub-thread.