Author: robweir
Date: Mon Dec 17 19:48:43 2012
New Revision: 1423113
URL: http://svn.apache.org/viewvc?rev=1423113&view=rev
Log:
turn social clicks into events
Modified:
openoffice/ooo-site/trunk/content/index.html
Modified: openoffice/ooo-site/trunk/content/index.html
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/index.html?rev=1423113&r1=1423112&r2=1423113&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/index.html (original)
+++ openoffice/ooo-site/trunk/content/index.html Mon Dec 17 19:48:43 2012
@@ -91,9 +91,11 @@
<p><a href="/social/">Follow the progress of OpenOffice via our
announcement list, social media areas and blog.</a></p>
<div class="action-social-extra">
<p>
- <a href="https://twitter.com/apacheoo/">
<em>Twitter</em></a>, <a
href="https://plus.google.com/u/0/114598373874764163668/about"><em>Google+</em></a>,
- <a
href="https://www.facebook.com/ApacheOO/"><em>Facebook</em></a>, <a
href="https://www.facebook.com/groups/338330086179568/"><em>Facebook
group</em></a> and
- <a href="https://blogs.apache.org/OOo/"><em>Apache
OpenOffice blog.</em></a>
+ <a href="https://twitter.com/apacheoo/"
onClick="_gaq.push(['_trackEvent','social', 'follow', 'twitter']);">
<em>Twitter</em></a>,
+ <a
href="https://plus.google.com/u/0/114598373874764163668/about"
onClick="_gaq.push(['_trackEvent','social', 'follow',
'google+']);"><em>Google+</em></a>,
+ <a href="https://www.facebook.com/ApacheOO/"
onClick="_gaq.push(['_trackEvent','social', 'follow',
'facebook']);"><em>Facebook</em></a>,
+ <a
href="https://www.facebook.com/groups/338330086179568/"
onClick="_gaq.push(['_trackEvent','social', 'follow',
'facebook-group']);"><em>Facebook group</em></a> and
+ <a href="https://blogs.apache.org/OOo/"
onClick="_gaq.push(['_trackEvent','social', 'follow', 'blog']);"><em>Apache
OpenOffice blog.</em></a>
</p>
</div>
</div>