diff options
author | https://www.google.com/accounts/o8/id?id=AItOawl2kUF3rckW9RS-_Sa73bedW0DpfK3aTFM <Bernd@web> | 2011-07-02 16:04:40 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-07-02 16:04:40 +0000 |
commit | 912d2d7a3cf498f0e87d6808734fa008b434c69f (patch) | |
tree | be16bd74f3898fe35ad4ba58f485f4be7285ddb8 | |
parent | 506d16a8a01e563601dee2ddde877cb8210a61ef (diff) | |
download | ikiwiki-912d2d7a3cf498f0e87d6808734fa008b434c69f.tar ikiwiki-912d2d7a3cf498f0e87d6808734fa008b434c69f.tar.gz |
Adding plusone plugin
-rw-r--r-- | doc/plugins/contrib/plusone.mdwn | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/plugins/contrib/plusone.mdwn b/doc/plugins/contrib/plusone.mdwn new file mode 100644 index 000000000..1a7057c7b --- /dev/null +++ b/doc/plugins/contrib/plusone.mdwn @@ -0,0 +1,31 @@ +[[!template id=plugin name=tracking author="[[BerndZeimetz]]"]] +[[!toc]] +[[!tag plugins]] [[!tag patch]] [[!tag wishlist]] + +## NAME + +IkiWiki::Plugin::plusone - Adding the +1 button to your posts + +## SYNOPSIS + + # activate the plugin + add_plugins => [qw{goodstuff plusone ....}], + + # set some options: + plusone_count => 1, + plusone_size => 'standard', + plusone_lang => 'en-US', + + +## DESCRIPTION + +This plugin allows to add a google plusone button using the plusone directive + [[!plusone ]] +where ever you want the button to show up. +Please note that you need to either use my modified htmlscrubber plugin to allow the google plusone tags within your site's content - or disable htmlscrubber completely (not recommended!). + +## DOWNLOAD + +* single files: [plusone.pm](http://git.recluse.de/?p=users/bzed/ikiwiki.git;a=blob_plain;f=IkiWiki/Plugin/plusone.pm;hb=refs/heads/plusone) [htmlscrubber.pm](http://git.recluse.de/?p=users/bzed/ikiwiki.git;a=blob_plain;f=IkiWiki/Plugin/htmlscrubber.pm;h=5193d02487694c0bab902f2ca84a0a55b6745754;hb=refs/heads/plusone) +* browse repository: <http://git.recluse.de/?p=users/bzed/ikiwiki.git;a=shortlog;h=refs/heads/plusone> +* git repo: `git://git.recluse.de/users/bzed/ikiwiki.git` or <http://git.recluse.de/repos/users/bzed/ikiwiki.git> (Use the plusone branch) |