gnu-social/plugins/BlankAd
Chimo a614205663 Add plugin READMEs 2016-02-08 17:48:37 +00:00
..
locale Snapshot of the Transifex translation project - October 2015 2015-10-04 18:23:01 +02:00
BlankAdPlugin.php Change status.net/wiki URLs to git.gnu.io 2016-02-08 17:48:10 +00:00
README Add plugin READMEs 2016-02-08 17:48:37 +00:00
redpixel.png make BlankAd dir and change to use a 1x1 image 2010-01-27 16:34:17 -05:00

README

Plugin for testing ad layout

This plugin uses the UAPPlugin framework to output ad content. However,
its ad content is just images with one red pixel stretched to the
right size. It's mostly useful for debugging theme layout.

To use this plugin, set the parameter for the ad size you want to use
to true (or anything non-null).

Example
=======
To make a leaderboard:

addPlugin('BlankAd', array('leaderboard' => true));