Recipe:<br><br>To add Google's plus 1 (+1) button to PmWiki Pages take the following steps:<br><br>1. Open config.php (in pmwiki/local) and also config.php of each member of the wiki farm you wish to add the button to, in a text editor:<br>
<br>2. Add the following lines of code into config.php:<br><br>$HTMLHeaderFmt['gplus1'] = '<script type="text/javascript" src="<a href="http://apis.google.com/js/plusone.js">http://apis.google.com/js/plusone.js</a>"></script>'; <br>
<br>Markup('gplus1', 'directives',<br> '/\\(:gplus1:\\)/',<br> Keep("<g:plusone></g:plusone>") );<br><br>3. Entered (:gplus1:) wherever you want to have the +1 button.<br><br>
I have entered more detailed instructions, including links to Google's documentation of  +1 on my web site, in the following URL.  <a href="http://www.words2u.net/pmwiki/?n=Opinion.ImplementingGooglePlus1OnPmwikiSites">http://www.words2u.net/pmwiki/?n=Opinion.ImplementingGooglePlus1OnPmwikiSites</a><br>
<br>I am not sure how to write a recipe - reading the guidelines was not helpful, as I am not sure how to add a page to the cookbook (I got an error message when trying to add the page) . So if anyone knows how to do it, either enlighten me, or write it for me.<br>
<br>Thanks,<br><br>Z.<br>