Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > d8544620e4ac7bee48ddb48c85d55709 > files > 292

ikiwiki-3.20190228-1.mga7.noarch.rpm

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>plusone (third party plugin)</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />

<link rel="stylesheet" href="../../style.css" type="text/css" />

<link rel="stylesheet" href="../../local.css" type="text/css" />










</head>
<body>

<div class="page">

<div class="pageheader">
<div class="header">
<span>
<span class="parentlinks">

<a href="../../index.html">ikiwiki</a>/ 

<a href="../../plugins.html">plugins</a>/ 

<a href="../contrib.html">contrib</a>/ 

</span>
<span class="title">
plusone (third party plugin)

</span>
</span>



</div>









</div>





<div id="pagebody">

<div id="content" role="main">
<p><span class="infobox">
Plugin: plusone<br />
Author: <span class="createlink">BerndZeimetz</span><br />
Included in ikiwiki: no<br />
Enabled by default: no<br />
Included in <a href="../goodstuff.html">goodstuff</a>: no<br />
Currently enabled: no<br />
</span></p>

<div class="toc">
	<ol>
		<li class="L2"><a href="#index1h2">NAME</a>
		</li>
		<li class="L2"><a href="#index2h2">SYNOPSIS</a>
		</li>
		<li class="L2"><a href="#index3h2">DESCRIPTION</a>
		</li>
		<li class="L2"><a href="#index4h2">plusone directive</a>
		</li>
		<li class="L2"><a href="#index5h2">DOWNLOAD</a>
		</li>
	</ol>
</div>

<h2><a name="index1h2"></a>NAME</h2>

<p>IkiWiki::Plugin::plusone - Adding the +1 button to your posts</p>

<h2><a name="index2h2"></a>SYNOPSIS</h2>

<pre><code># activate the plugin
add_plugins =&gt; [qw{goodstuff plusone ....}],

# set some options:
plusone_count =&gt; 1,
plusone_size =&gt; 'standard',
plusone_lang =&gt; 'en-US',
</code></pre>

<h2><a name="index3h2"></a>DESCRIPTION</h2>

<p>This plugin allows to add a google plusone button using the plusone directive
  [[!plusone  ]]
where ever you want the button to show up.</p>

<h2><a name="index4h2"></a>plusone directive</h2>

<p>The plusone directive allows to override the automativally generated url by specifying the wanted url as option:
  [[!plusone  url="http://bzed.de/"]]</p>

<h2><a name="index5h2"></a>DOWNLOAD</h2>

<ul>
<li>single file: <a href="https://git.bzed.at/raw/~bzed/ikiwiki.git/plusone/IkiWiki!Plugin!plusone.pm">plusone.pm</a></li>
<li>browse repository: <a href="https://git.bzed.at/blob/~bzed%2Fikiwiki.git/plusone/IkiWiki%2FPlugin%2Fplusone.pm">https://git.bzed.at/blob/~bzed%2Fikiwiki.git/plusone/IkiWiki%2FPlugin%2Fplusone.pm</a></li>
<li>git repo: <code>git://git.recluse.de/users/bzed/ikiwiki.git</code> or <a href="https://git.bzed.at/r/~bzed/ikiwiki.git">https://git.bzed.at/r/~bzed/ikiwiki.git</a> (Use the plusone branch)</li>
</ul>

</div>







</div>

<div id="footer" class="pagefooter" role="contentinfo">

<div id="pageinfo">




<div class="tags">
Tags:

<a href="../../patch.html" rel="tag">patch</a>

<a href="../../plugins.html" rel="tag">plugins</a>

<a href="../../wishlist.html" rel="tag">wishlist</a>

</div>








<div class="pagedate">
Last edited <span class="date">Tue Feb 26 23:01:54 2019</span>
<!-- Created <span class="date">Tue Feb 26 23:01:54 2019</span> -->
</div>

</div>


<!-- from ikiwiki -->
</div>

</div>

</body>
</html>