<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.eiroca.net/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.eiroca.net/wiki/feed.php">
        <title>eIrOcA</title>
        <description></description>
        <link>https://www.eiroca.net/wiki/</link>
        <image rdf:resource="https://www.eiroca.net/wiki/lib/tpl/eiroca/images/favicon.ico" />
       <dc:date>2026-06-09T10:51:16+0000</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.eiroca.net/wiki/software/server/dokuwiki_gplusone"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.eiroca.net/wiki/lib/tpl/eiroca/images/favicon.ico">
        <title>eIrOcA</title>
        <link>https://www.eiroca.net/wiki/</link>
        <url>https://www.eiroca.net/wiki/lib/tpl/eiroca/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.eiroca.net/wiki/software/server/dokuwiki_gplusone">
        <dc:format>text/html</dc:format>
        <dc:date>2019-02-24T16:20:18+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Dokuwiki Plugin - GPlusOne</title>
        <link>https://www.eiroca.net/wiki/software/server/dokuwiki_gplusone</link>
        <description>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;dokuwiki_plugin_-_gplusone&quot;&gt;Dokuwiki Plugin - GPlusOne&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
Plugin for the management of the “+1” Google button within the &lt;a href=&quot;https://www.dokuwiki.org/start&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/start&quot;&gt;Dokuwiki&lt;/a&gt; wiki sites.
&lt;/p&gt;

&lt;p&gt;
The existing &lt;a href=&quot;http://www.dokuwiki.org/plugin:googleplusone&quot; class=&quot;urlextern&quot; title=&quot;http://www.dokuwiki.org/plugin:googleplusone&quot; rel=&quot;nofollow&quot;&gt;http://www.dokuwiki.org/plugin:googleplusone&lt;/a&gt; plugin doesn&amp;#039;t meet my requirements: the button position is fixed, it is supported only German, you cannot customize the look of the button, … hence the need to put the hands on the source code.
&lt;/p&gt;

&lt;p&gt;
The choice was to write a new plugin, I don&amp;#039;t like the jQuery approach used by the original plugin and completely it lacks of any administration / integration with the editor. Obviously starting from scratch means “recycle” the template already used for other plugins…
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Dokuwiki Plugin - GPlusOne&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;dokuwiki_plugin_-_gplusone&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:1,&amp;quot;range&amp;quot;:&amp;quot;1-669&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit2&quot; id=&quot;plugin_usage&quot;&gt;Plugin usage&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Generate the “+1” button using the &lt;a href=&quot;https://developers.google.com/+/web/+1button/&quot; class=&quot;urlextern&quot; title=&quot;https://developers.google.com/+/web/+1button/&quot; rel=&quot;nofollow&quot;&gt;Google API&lt;/a&gt;.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Plugin usage&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;plugin_usage&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:2,&amp;quot;range&amp;quot;:&amp;quot;670-792&amp;quot;} --&gt;
&lt;h3 class=&quot;sectionedit3&quot; id=&quot;syntax&quot;&gt;Syntax&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;
&lt;pre class=&quot;code&quot;&gt;~~GPLUSONE~attribute1=value1~attribute2=value2~~&lt;/pre&gt;

&lt;p&gt;
The possible values​​, all optionals, are those featured in the Google documentation. If a value is missing it is taken from the default present in the administration interface.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Syntax&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;syntax&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:3,&amp;quot;range&amp;quot;:&amp;quot;793-1044&amp;quot;} --&gt;
&lt;h3 class=&quot;sectionedit4&quot; id=&quot;examples&quot;&gt;Examples&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;
&lt;pre class=&quot;code&quot;&gt;~~GPLUSONE~annotation=bubble~size=tall~~&lt;/pre&gt;

&lt;p&gt;
generates the following result:
~~GPLUSONE~annotation=bubble~size=tall~~
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Examples&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;examples&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:4,&amp;quot;range&amp;quot;:&amp;quot;1045-1181&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit5&quot; id=&quot;installation&quot;&gt;Installation&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Download and install the plugin using the &lt;a href=&quot;https://www.dokuwiki.org/plugin%3Aplugin&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/plugin%3Aplugin&quot;&gt;Plugin Manager&lt;/a&gt; using the following &lt;a href=&quot;http://www.eiroca.net/apps/dokuwiki/dokuwiki-plugin-gplusone.zip&quot; class=&quot;urlextern&quot; title=&quot;http://www.eiroca.net/apps/dokuwiki/dokuwiki-plugin-gplusone.zip&quot; rel=&quot;nofollow&quot;&gt;http://www.eiroca.net/apps/dokuwiki/dokuwiki-plugin-gplusone.zip&lt;/a&gt;.
Refer to &lt;a href=&quot;https://www.dokuwiki.org/plugins&quot; class=&quot;interwiki iw_doku&quot; title=&quot;https://www.dokuwiki.org/plugins&quot;&gt;plugins&lt;/a&gt; on how to install plugins manually. &lt;a href=&quot;https://github.com/eiroca/dokuwiki-plugin-gplusone/releases&quot; class=&quot;urlextern&quot; title=&quot;https://github.com/eiroca/dokuwiki-plugin-gplusone/releases&quot; rel=&quot;nofollow&quot;&gt;Releases&lt;/a&gt; at githuib is always up to date.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Installation&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;installation&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:5,&amp;quot;range&amp;quot;:&amp;quot;1182-1545&amp;quot;} --&gt;
&lt;h3 class=&quot;sectionedit6&quot; id=&quot;administration&quot;&gt;Administration&lt;/h3&gt;
&lt;div class=&quot;level3&quot;&gt;

&lt;p&gt;
The default values ​for “+1” button generation be changed from the control panel.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Administration&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;administration&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:6,&amp;quot;range&amp;quot;:&amp;quot;1546-1655&amp;quot;} --&gt;
&lt;h2 class=&quot;sectionedit7&quot; id=&quot;history&quot;&gt;History&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
&lt;strong&gt;Version 19.02&lt;/strong&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; support for Google+ end of life&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; dokuwiki “Greebo” compatibility&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; PHP 7.x compatibility&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;
&lt;strong&gt;Version 2013/06/29&lt;/strong&gt;
&lt;/p&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; First version&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;History&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;history&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:7,&amp;quot;range&amp;quot;:&amp;quot;1656-1834&amp;quot;} --&gt;
&lt;h1 class=&quot;sectionedit8&quot; id=&quot;licence_copyright&quot;&gt;Licence &amp;amp; Copyright&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;
&lt;div class=&quot;templater&quot;&gt;
&lt;p&gt;
Copyright © 2010-2019 eIrOcA (eNrIcO Croce &amp;amp; sImOnA Burzio)
&lt;/p&gt;

&lt;p&gt;
&lt;a href=&quot;https://www.eiroca.net/wiki/_detail/banner/gplv3-88x31.png?id=software%3Aserver%3Adokuwiki_gplusone&quot; class=&quot;media&quot; title=&quot;banner:gplv3-88x31.png&quot;&gt;&lt;img src=&quot;https://www.eiroca.net/wiki/_media/banner/gplv3-88x31.png&quot; class=&quot;medialeft&quot; align=&quot;left&quot; alt=&quot;&quot; /&gt;&lt;/a&gt; This program is &lt;strong&gt;free&lt;/strong&gt; software; you can redistribute it and/or modify it under the terms of the &lt;a href=&quot;http://www.gnu.org/licenses/gpl-3.0.html&quot; class=&quot;urlextern&quot; title=&quot;http://www.gnu.org/licenses/gpl-3.0.html&quot; rel=&quot;nofollow&quot;&gt;GNU General Public License&lt;/a&gt; as published by the &lt;a href=&quot;http://www.fsf.org/&quot; class=&quot;urlextern&quot; title=&quot;http://www.fsf.org/&quot; rel=&quot;nofollow&quot;&gt;Free Software Foundation&lt;/a&gt;, either version 3 of the License, or (at your option) any later version.
&lt;/p&gt;

&lt;p&gt;
&lt;strong&gt;This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE&lt;/strong&gt;. See the &lt;a href=&quot;http://www.gnu.org/licenses/gpl-3.0.html&quot; class=&quot;urlextern&quot; title=&quot;http://www.gnu.org/licenses/gpl-3.0.html&quot; rel=&quot;nofollow&quot;&gt;GNU General Public License&lt;/a&gt; for more details.
&lt;/p&gt;

&lt;p&gt;
You should have received a copy of the GNU General Public License along with this program. If not, see &lt;a href=&quot;http://www.gnu.org/licenses/&quot; class=&quot;urlextern&quot; title=&quot;http://www.gnu.org/licenses/&quot; rel=&quot;nofollow&quot;&gt;http://www.gnu.org/licenses/&lt;/a&gt;.
&lt;/p&gt;
&lt;/div&gt;&lt;div class=&quot;tags&quot;&gt;&lt;span&gt;
	&lt;a href=&quot;https://www.eiroca.net/wiki/tag/dokuwiki?do=showtag&amp;amp;tag=DokuWiki&quot; class=&quot;wikilink1&quot; title=&quot;tag:dokuwiki&quot; rel=&quot;tag&quot;&gt;DokuWiki&lt;/a&gt;,
	&lt;a href=&quot;https://www.eiroca.net/wiki/tag/google?do=showtag&amp;amp;tag=Google&quot; class=&quot;wikilink1&quot; title=&quot;tag:google&quot; rel=&quot;tag&quot;&gt;Google&lt;/a&gt;,
	&lt;a href=&quot;https://www.eiroca.net/wiki/tag/php?do=showtag&amp;amp;tag=PHP&quot; class=&quot;wikilink1&quot; title=&quot;tag:php&quot; rel=&quot;tag&quot;&gt;PHP&lt;/a&gt;
&lt;/span&gt;&lt;/div&gt;

&lt;/div&gt;
&lt;!-- EDIT{&amp;quot;target&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;name&amp;quot;:&amp;quot;Licence &amp;amp; Copyright&amp;quot;,&amp;quot;hid&amp;quot;:&amp;quot;licence_copyright&amp;quot;,&amp;quot;codeblockOffset&amp;quot;:0,&amp;quot;secid&amp;quot;:8,&amp;quot;range&amp;quot;:&amp;quot;1835-&amp;quot;} --&gt;</description>
    </item>
</rdf:RDF>
