r21425 - htdocs/trunk/externals - Add meta properties for facebook Open Graph.

Cristian Marchi cmarchi at code.gnucash.org
Mon Oct 17 12:48:22 EDT 2011


Author: cmarchi
Date: 2011-10-17 12:48:21 -0400 (Mon, 17 Oct 2011)
New Revision: 21425
Trac: http://svn.gnucash.org/trac/changeset/21425

Modified:
   htdocs/trunk/externals/header.phtml
Log:
Add meta properties for facebook Open Graph.

Modified: htdocs/trunk/externals/header.phtml
===================================================================
--- htdocs/trunk/externals/header.phtml	2011-10-16 21:31:16 UTC (rev 21424)
+++ htdocs/trunk/externals/header.phtml	2011-10-17 16:48:21 UTC (rev 21425)
@@ -14,6 +14,16 @@
 if ($can_utf)
 { ?>
   <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+
+<!--meta properties for facebook Open Graph-->
+<meta property="og:title" content="Free Accounting Software | GnuCash"/>
+<meta property="og:type" content="accounting"/>
+<meta property="og:url" content="http://www.gnucash.org/"/>
+<meta property="og:image" content="http://http://gnucash.org/images/gnc-download.png"/>
+<meta property="og:site_name" content="GnuCash"/>
+<meta property="og:description" content="A personal and small-business financial-accounting software, licensed under GNU/GPL and available for Linux, Windows, Mac OS X, BSD, and Solaris."/>
+<!--end of Open Graph properties-->
+
 <?php } ?>
 <link rel="stylesheet" href="<?=$home?>/externals/gnucash.css" type="text/css" />
 <link rel="icon" href="<?=$home?>/favicon.ico" type="image/x-icon" />



More information about the gnucash-changes mailing list