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”
Leave a Reply

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