I am trying to add this code to my blog index page:
<!-- AddThis Button BEGIN -->
<a href="http://www.addthis.com/bookmark.php?v=250&pub=xa-4a662da547d25384">http://s7.addthis.com/static/btn/lg-share-en.gif</a>[removed][removed]
<!-- AddThis Button END -->but it does not show up anywhere on the page. I am inserting it like so.. I have cache turned off on all pages.. am i missing something?:
{embed="includes/.head"}
</head>
<body>
{embed="includes/.header"}
{embed="includes/.navigation"}
<div class="container_12 content">
<div class="grid_8">
{exp:weblog:entries weblog="blog" orderby="date" sort="desc" limit="15" disable="member_data|trackbacks"}
<div class="entry">
<a href="http://{title_permalink=blog/comments}"><h2 class="title">{title}</h2></a>
{simplecontent}
<!-- AddThis Button BEGIN -->
<a href="http://www.addthis.com/bookmark.php?v=250&pub=xa-4a662da547d25384">http://s7.addthis.com/static/btn/lg-share-en.gif</a>[removed][removed]
<!-- AddThis Button END -->
<div class="posted">Posted by {author} on {entry_date format='%m/%d'} at {entry_date format='%h:%i %A'}
{categories}
<a href="http://{path=blog/index}">Topics:// {category_name}</a> |
{/categories}
{if allow_comments}
<a href="http://{title_permalink=blog/comments}">Comments ({comment_total})</a> |
{/if}
{if allow_trackbacks}
({trackback_total}) <a href="http://{trackback_path=blog/trackbacks}">Trackbacks</a> |
{/if}
<a href="http://{title_permalink=blog/index}">Permalink</a>
</div>
{paginate}
<div class="paginate">
<span class="pagecount">Page {current_page} of {total_pages} pages</span> {pagination_links}
</div>
{/paginate}
</div>
{/exp:weblog:entries}
</div>
<div class="grid_4">
{embed="includes/.blogsidebar"}
</div>
<div class="clear"></div>
</div>
{embed="includes/.footer"}
{embed="includes/.analytics"}
</body>
</html>