r21436 - htdocs/branches/beta/externals - Try to validate the google+1 button.

Cristian Marchi cmarchi at code.gnucash.org
Tue Oct 18 08:30:11 EDT 2011


Author: cmarchi
Date: 2011-10-18 08:30:11 -0400 (Tue, 18 Oct 2011)
New Revision: 21436
Trac: http://svn.gnucash.org/trac/changeset/21436

Modified:
   htdocs/branches/beta/externals/header.phtml
Log:
Try to validate the google+1 button.

Modified: htdocs/branches/beta/externals/header.phtml
===================================================================
--- htdocs/branches/beta/externals/header.phtml	2011-10-18 12:13:55 UTC (rev 21435)
+++ htdocs/branches/beta/externals/header.phtml	2011-10-18 12:30:11 UTC (rev 21436)
@@ -41,7 +41,7 @@
 
 <title><?= T_($title); ?> | GnuCash</title>
 <!--script for Google+1 button-->
-<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
+<script type="text/javascript" src="https://apis.google.com/js/plusone.js">      {lang:'en', parsetags:'explicit'}   </script>
 </head>
 
 <body>
@@ -74,7 +74,10 @@
     </script>
 </div>
 <!-- google +1 button-->
-<g:plusone size="tall" href="http://www.gnucash.org/"></g:plusone>
+<div id="gplusone" class="plusone"></div>
+                   <script type="text/javascript">
+                              gapi.plusone.render('gplusone', { "size": "medium", "count": "false" });
+                   </script> 
 </div>
 
 <!-- the icons on the top right-->



More information about the gnucash-changes mailing list