Skip to content

Commit

Permalink
stubbed code for g+
Browse files Browse the repository at this point in the history
  • Loading branch information
doolin committed Nov 28, 2011
1 parent 08cbaf0 commit 1d8f612
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions _partials/links.html.erb
Expand Up @@ -6,3 +6,21 @@
</p>
<a href="http://www.delicious.com/save" onclick="window.open('http://www.delicious.com/save?v=5&noui&jump=close&url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title), 'delicious','toolbar=no,width=550,height=550'); return false;"> <img src="http://www.delicious.com/static/img/delicious.small.gif" height="10" width="10" alt="Delicious" /> Bookmark this on Delicious</a>
</section>


<!-- Place this tag where you want the +1 button to render -->
<g:plusone annotation="inline"></g:plusone>

<!-- Place this render call where appropriate -->

<!--
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
-->


0 comments on commit 1d8f612

Please sign in to comment.