gnu-social/plugins/BlankAd
Diogo Cordeiro 20a6f1d4f4 [CORE] Plugin API now extends a new Module API 2021-07-16 19:44:33 +01:00
..
locale [CORE] Plugin API now extends a new Module API 2021-07-16 19:44:33 +01:00
BlankAdPlugin.php [CORE] Plugin API now extends a new Module API 2021-07-16 19:44:33 +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));