]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/OpenX/README
Merge branch 'master' into mmn_fixes
[quix0rs-gnu-social.git] / plugins / OpenX / README
1 The OpenX plugin enables support for OpenX Ad Server.
2
3 See: http://www.openx.org/
4
5 Installation
6 ============
7 add "addPlugin('OpenX');"
8 to the bottom of your config.php
9
10 Settings
11 ========
12 mediumRectangle:
13 rectangle:
14 leaderboard:
15 wideSkyscraper:
16 adScript:
17
18 Example
19 =======
20 $config['openx']['mediumRectangle'] = '';
21 $config['openx']['rectangle'] = '';
22 $config['openx']['leaderboard'] = '';
23 $config['openx']['wideSkyscraper'] = '';
24 $config['openx']['adScript'] = '';
25 addPlugin('OpenX');
26