]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/BlankAd/README
Debugging output in OStatus for easier reading+greping
[quix0rs-gnu-social.git] / plugins / BlankAd / README
1 Plugin for testing ad layout
2
3 This plugin uses the UAPPlugin framework to output ad content. However,
4 its ad content is just images with one red pixel stretched to the
5 right size. It's mostly useful for debugging theme layout.
6
7 To use this plugin, set the parameter for the ad size you want to use
8 to true (or anything non-null).
9
10 Example
11 =======
12 To make a leaderboard:
13
14 addPlugin('BlankAd', array('leaderboard' => true));