You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ro...@apache.org on 2013/01/17 17:37:35 UTC

svn commit: r1434770 - /openoffice/ooo-site/trunk/content/download/index.html

Author: robweir
Date: Thu Jan 17 16:37:35 2013
New Revision: 1434770

URL: http://svn.apache.org/viewvc?rev=1434770&view=rev
Log:
CMS commit to ooo-site by robweir

Modified:
    openoffice/ooo-site/trunk/content/download/index.html

Modified: openoffice/ooo-site/trunk/content/download/index.html
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/index.html?rev=1434770&r1=1434769&r2=1434770&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/index.html (original)
+++ openoffice/ooo-site/trunk/content/download/index.html Thu Jan 17 16:37:35 2013
@@ -40,19 +40,23 @@
   /* ]]> */
   </style>
 
-  <script>
+    <script>
 	function shareFacebook() {
+		_gaq.push(['_trackEvent','social', 'shareDownload', 'facebook']); 
 		window.open('https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.openoffice.org%2Fdownload%2F','_blank','toolbar=0,status=0,width=580,height=325');	
 	}
 	
 	function shareTwitter(){
+		_gaq.push(['_trackEvent','social', 'shareDownload', 'twitter']); 
 		window.open('https://twitter.com/intent/tweet?url=http%3A%2F%2Fwww.openoffice.org%2Fdownload%2F&text=Join+the+OpenOffice+revolution%2C+the+free+office+productivity+suite+with+over+30+million+trusted+downloads.&hashtags=openoffice','_blank','toolbar=0,status=0,width=580,height=325');
 	}
 	
 	function shareGooglePlus(){
+		_gaq.push(['_trackEvent','social', 'shareDownload', 'google+']); 
 		window.open('https://plus.google.com/share?url=http%3A%2F%2Fwww.openoffice.org%2Fdownload%2F','_blank','toolbar=0,status=0,width=580,height=325');
 	}
   </script>
+ 
 	
 </head>