Please Help,
I am trying to add a Twitter/Facebook/blog button to the products page. I am using apple_zen template. I can not figure out which file to put it in and where with in that file to put it.
It is from AddThis and the code is as follows
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style">
<a href="http://www.addthis.com/bookmark.php?v=250&username=thehouseofdecor" class="addthis_button_compact">Share</a>
<span class="addthis_separator">|</span>
<a class="addthis_button_facebook"></a>
<a class="addthis_button_myspace"></a>
<a class="addthis_button_google"></a>
<a class="addthis_button_twitter"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#username=thehouseofdecor"></script>
<!-- AddThis Button END -->
Help!!!!!!!



