]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/plugins/contrib/plusone.mdwn
Updating links
[git.ikiwiki.info.git] / doc / plugins / contrib / plusone.mdwn
1 [[!template id=plugin name=plusone author="[[BerndZeimetz]]"]]
2 [[!toc]]
3 [[!tag plugins]] [[!tag patch]] [[!tag wishlist]]
5 ## NAME
7 IkiWiki::Plugin::plusone - Adding the +1 button to your posts
9 ## SYNOPSIS
11     # activate the plugin
12     add_plugins => [qw{goodstuff plusone ....}],
14     # set some options:
15     plusone_count => 1,
16     plusone_size => 'standard',
17     plusone_lang => 'en-US',
19    
20 ## DESCRIPTION
22 This plugin allows to add a google plusone button using the plusone directive
23   [[!plusone ]]
24 where ever you want the button to show up.
26 ## plusone directive
27 The plusone directive allows to override the automativally generated url by specifying the wanted url as option:
28   [[!plusone url="http://bzed.de/"]]
31 ## DOWNLOAD
33 * single file: [plusone.pm](https://git.bzed.at/raw/~bzed/ikiwiki.git/plusone/IkiWiki!Plugin!plusone.pm)
34 * browse repository: <https://git.bzed.at/blob/~bzed%2Fikiwiki.git/plusone/IkiWiki%2FPlugin%2Fplusone.pm>
35 * git repo: `git://git.recluse.de/users/bzed/ikiwiki.git` or <https://git.bzed.at/r/~bzed/ikiwiki.git> (Use the plusone branch)