x0pa -
If I remember correctly in your WordPress Theme you will need to look for
PHP Code:
<?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>
you will want to place:
Code:
<script type="text/javascript">submit_url = '<?php the_permalink() ?>';</script>
<script type="text/javascript" src="http://www.x-digg.com/evb/button.php"></script>
after that and before:
PHP Code:
<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?>
Of course you may need to make a CSS class to get your layout correct.
I have not worked on WP in a while, so someone else may have a better way to do it.
Let me know how you make out!
Jerry Martine - Support Staff
X-DIGG.COM ENTERPRISES INC.