1 [[!template id=plugin name=plusone author="[[BerndZeimetz]]"]]
3 [[!tag plugins]] [[!tag patch]] [[!tag wishlist]]
7 IkiWiki::Plugin::plusone - Adding the +1 button to your posts
12 add_plugins => [qw{goodstuff plusone ....}],
16 plusone_size => 'standard',
17 plusone_lang => 'en-US',
22 This plugin allows to add a google plusone button using the plusone directive
24 where ever you want the button to show up.
27 The plusone directive allows to override the automativally generated url by specifying the wanted url as option:
28 [[!plusone url="http://bzed.de/"]]
33 * single file: [plusone.pm](http://git.recluse.de/?p=users/bzed/ikiwiki.git;a=blob_plain;f=IkiWiki/Plugin/plusone.pm;hb=refs/heads/plusone)
34 * browse repository: <http://git.recluse.de/?p=users/bzed/ikiwiki.git;a=shortlog;h=refs/heads/plusone>
35 * git repo: `git://git.recluse.de/users/bzed/ikiwiki.git` or <http://git.recluse.de/repos/users/bzed/ikiwiki.git> (Use the plusone branch)