I can't seem to validate my blog (test.webmeba.com)
If you roll it through the w3c validation process you get a bunch of errors. Most, if not all, of them due to the fact that Share This uses id's and not classes.
So what do I do? :(
PS: I inserted the custom Share This code like this:
<ul class="postbox">
<li><img src="http://test.webmeba.com/wp-content/themes/Webmeba2/images/comment.png" alt="Add a comment!" /><?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?></li>
<li><img src="http://test.webmeba.com/wp-content/themes/Webmeba2/images/tag.png" alt="tag icon" /><?php the_category(',') ?></li>
<li><?php akst_share_form(); ?><?php akst_share_link(); ?></li>
</ul>