I am used to little documentation but this plugin has none! not even a readme :-(
the plugin code only says:
* USAGE:
* Add this to where in your posts loop
* $post_id = the_ID();
* <div id="tagthis-$post_id" class="tagthis" style="display:none"></div>
what does that tell me?
I tried adding this code: <div id="tagthis-<?php $post_id = the_ID(); ?>" class="tagthis" style="display:none"></div> to my post.php inside the loop and all it does is make an invisible div :-(
anymore docu?
I'd really love to have this plugin working as the other, tagthis plugin is broken with wp 2.7