gnu-social/plugins/BlankAd
Diogo Cordeiro 3909d49982 [PLUGINS] Removed GeoURL as the service doesn't exist anymore 2021-07-16 19:44:34 +01:00
..
locale [PLUGINS] Removed GeoURL as the service doesn't exist anymore 2021-07-16 19:44:34 +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

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));