gnu-social/plugins/BlankAd
Diogo Cordeiro 5f4e3fe0eb [TRANSLATION] Update POTs and normalize files 2019-06-08 18:41:10 +01:00
..
locale [TRANSLATION] Update POTs and normalize files 2019-06-08 18:41:10 +01:00
BlankAdPlugin.php [VersionBump] 1.19.0, fairly late 2019-06-07 15:02:08 +01: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));