Commit ed98f5b997367cf8644b4b0062c79324eba673ba

Authored by Marcelo Horacio Fortino
1 parent 4ab171cf
Exists in master

add addthis snippets

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
footer.rhtml
... ... @@ -12,6 +12,11 @@
12 12 if ( jQuery(el).html().trim() == '' ) el.className += ' empty';
13 13 });
14 14 </script>
  15 +<!-- AddThis Button BEGIN -->
  16 +<a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=300&amp;pubid=ra-537ce67f0ac68ff3"><img src="http://s7.addthis.com/static/btn/v2/lg-share-en.gif" width="125" height="16" alt="Bookmark and Share" style="border:0"/></a>
  17 +<script type="text/javascript">var addthis_config = {"data_track_addressbar":true};</script>
  18 +<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-537ce67f0ac68ff3"></script>
  19 +<!-- AddThis Button END -->
15 20  
16 21 <div id="footer-border">
17 22 <div id="footer-box">
... ...