• Resolved Webmeba

    (@webmeba)


    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>
Viewing 1 replies (of 1 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Hard to say exactly, your web server wont let me look at that URL. Can you relax the .htaccess for your test blog?

    Also to add share this to my blog all I did was put in

    <?php if (function_exists('akst_share_link')) : ?><?php akst_share_link(); ?><?php endif; ?>

    And in share-this.php I set

    @define('AKST_ADDTOCONTENT', false);

    So the link gets added where I place it versus inserted into every post content. If I left it set to true then I’d get two share-this links.

    Hope that helps.

Viewing 1 replies (of 1 total)

The topic ‘Share This 1.4 plugin problem’ is closed to new replies.