r21298 - htdocs/branches/beta/externals - Test a custom text and image for the google+1 button as seen in the user profile.

Cristian Marchi cmarchi at code.gnucash.org
Thu Sep 22 09:58:04 EDT 2011


Author: cmarchi
Date: 2011-09-22 09:58:04 -0400 (Thu, 22 Sep 2011)
New Revision: 21298
Trac: http://svn.gnucash.org/trac/changeset/21298

Modified:
   htdocs/branches/beta/externals/header.phtml
Log:
Test a custom text and image for the google+1 button as seen in the user profile.

Modified: htdocs/branches/beta/externals/header.phtml
===================================================================
--- htdocs/branches/beta/externals/header.phtml	2011-09-22 13:42:16 UTC (rev 21297)
+++ htdocs/branches/beta/externals/header.phtml	2011-09-22 13:58:04 UTC (rev 21298)
@@ -27,7 +27,11 @@
   <link rel="alternate" type="application/atom+xml" title="Atom Feed" href="<?=$home?>/atom.php" />
 <?php } ?>
 
+<!--This is the description shown on google+ profile for GnuCash-->
 <meta name="description" content="A personal and small-business financial-accounting software, freely licensed under the GNU GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows." />
+<!--This is an image out of the view that is shown on google+ profile for GnuCash-->
+<div style="position:absolute;top:-1000px;left:-1000px;"><img src="<?=$home?>/images/gnc-download.png" alt="GnuCash small business accounting" height="152" width="125" /></div>
+
 <title><?= T_($title); ?> | GnuCash</title>
 <!--script for Google+1 button-->
 <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
@@ -42,7 +46,7 @@
 </div>
 
 <div id="googleplusone">
-<g:plusone size="tall" href="http://www.gnucash.org"></g:plusone>
+<g:plusone size="tall" href="http://www.gnucash.org/beta/"></g:plusone>
 </div>
 
 <div style="float:right;">



More information about the gnucash-changes mailing list