Skip to content

Commit

Permalink
Added more tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
lipis committed May 29, 2014
1 parent e905d05 commit 38044d0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ <h1>Social Buttons for Bootstrap</h1>
<a href="http://twitter.github.io/bootstrap/">Bootstrap</a> and
<a href="http://fortawesome.github.io/Font-Awesome/">Font Awesome</a>!
</p>
<a href="https://github.com/lipis/bootstrap-social/archive/gh-pages.zip" class="btn btn-outline btn-large"><i class="fa fa-github"></i> Download from GitHub</a>
<a href="https://github.com/lipis/bootstrap-social/archive/gh-pages.zip" class="btn btn-outline btn-large" onclick="_gaq.push(['_trackEvent', 'exit', 'download', 'bootstrap-social.zip']);"><i class="fa fa-github"></i> Download from GitHub</a>
<ul class="jumbotron-links">
<li><a href="https://github.com/lipis/bootstrap-social">GitHub Project</a></li>
<li><a href="https://github.com/lipis/flag-icon-css"><i class="fa fa-flag"></i> flag-icon-css</a></li>
<li><a href="https://github.com/lipis/bootstrap-social" onclick="_gaq.push(['_trackEvent', 'exit', 'header', 'GitHub']);">GitHub Project</a></li>
<li><a href="https://github.com/lipis/flag-icon-css" onclick="_gaq.push(['_trackEvent', 'exit', 'header', 'flag-icon-css']);"><i class="fa fa-flag"></i> flag-icon-css</a></li>
</ul>
<iframe src="http://ghbtns.com/github-btn.html?user=lipis&amp;repo=bootstrap-social&amp;type=watch&amp;count=true" class="social-share"></iframe>
<a href="https://twitter.com/share" class="social-share twitter-share-button" data-url="http://lipis.github.io/bootstrap-social/" data-text="Social Sign-In Buttons made in pure CSS based on Bootstrap and Font Awesome!" data-via="lipis" data-hashtags="bootstrap css">Tweet</a>
Expand Down Expand Up @@ -189,7 +189,7 @@ <h3>Different Sizes</h3>
</div>
<hr>
<div class="alert alert-info">
Check them out in a real <a class="alert-link" href="https://gae-init.appspot.com/signin/">sign-in</a> page.
Check them out in a real <a class="alert-link" href="https://gae-init.appspot.com/signin/" onclick="_gaq.push(['_trackEvent', 'exit', 'body', 'gae-init']);">sign-in</a> page.
</div>
</div>
</div>
Expand Down Expand Up @@ -250,11 +250,11 @@ <h2>How to use</h2>
<hr>
<footer>
<ul class="links">
<li><a href="http://lip.is">Lipis</a></li>
<li><a href="http://github.com/lipis"><i class="fa fa-github"></i> GitHub</a></li>
<li><a href="http://twitter.com/lipis"><i class="fa fa-twitter"></i> Twitter</a></li>
<li><a href="http://google.com/+PanayiotisLipiridis"><i class="fa fa-google-plus"></i> Google+</a></li>
<li><a href="http://opensource.org/licenses/MIT"><i class="fa fa-building"></i> MIT License</a></li>
<li><a href="http://lip.is" onclick="_gaq.push(['_trackEvent', 'exit', 'footer', 'Lipis']);">Lipis</a></li>
<li><a href="http://github.com/lipis" onclick="_gaq.push(['_trackEvent', 'exit', 'footer', 'GitHub']);"><i class="fa fa-github"></i> GitHub</a></li>
<li><a href="http://twitter.com/lipis" onclick="_gaq.push(['_trackEvent', 'exit', 'footer', 'Twitter']);"><i class="fa fa-twitter"></i> Twitter</a></li>
<li><a href="http://google.com/+PanayiotisLipiridis" onclick="_gaq.push(['_trackEvent', 'exit', 'footer', 'Google+']);"><i class="fa fa-google-plus"></i> Google+</a></li>
<li><a href="http://opensource.org/licenses/MIT" onclick="_gaq.push(['_trackEvent', 'exit', 'footer', 'MIT']);"><i class="fa fa-building"></i> MIT License</a></li>
</ul>
</footer>
<a href="https://github.com/lipis/bootstrap-social"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_left_darkblue_121621.png" alt="Fork me on GitHub"></a>
Expand Down

0 comments on commit 38044d0

Please sign in to comment.