How to social bookmarking with share this on wordpress k2 theme

We live in the web 2.0 time and so we need on a wordpress social bookmarking. I like the classic wordpress plugin share this. I have some problems with the popup but anyway I like it and so I use it :-)

Wordpress socialbookmarking on k2 theme with the plugin share this

1. Install the wordpress plugin share this (german share this version)…

2. Edit the file: share-this.php

@define(’AKST_ADDTOCONTENT’, true);
@define(’AKST_ADDTOFOOTER’, true);

to

@define(’AKST_ADDTOCONTENT’, false);
@define(’AKST_ADDTOFOOTER’, false);

3. Paste this code in comments.php:

div class=”metalinks”>
<span class=”………………ess’,'k2_domain’); ?></a></span><?php } ?>
<?php akst_share_link(); ?></div>

Thats it…. now we have a great social bookmarking with share this under the wordpress k2 theme.

Comments

2 Responses to “How to social bookmarking with share this on wordpress k2 theme”

  1. Dale on November 7th, 2007 17:31

    If you have the plugin, then why don’t I see it on this blog? I tried your fix in this post, but couldn’t get the sharethis link to show up. (I also assume that an open div bracket belongs at the start of the code you showed. Is there any particular place that this belongs in the comments.php file? I also don’t see how putting it in the comments file will help unless you don’t want the link to show until they click the comment link.

  2. Tim Bormann on November 7th, 2007 19:03

    Here it is. I forgot an update… :) I bring up the autorhighlight…
    Dale, just search for the same position in the comments.php and put the small code in:
    < ?php akst_share_link(); ?>
    Or, if you want to have the code for the include I use at the moment no problem :)

Leave a Reply