Here are some examples (more to come later) of how you can use the WP-SocialCount Wordpress plugin by Cagintranet Web Design. View the source of this page for some of the CSS tricks used.
<?php echo wpsocialcount('delicious', 'count', 'http://www.wpdesigner.com/2008/03/01/how-to-use-wordpress-as-a-membership-directory/');
?>
<?php echo wpsocialcount('delicious', 'count', 'http://www.cagintranet.com/');
?>
Save to Del.ico.us | Digg This
<?php wpsocialcount('delicious', 'link', get_permalink()); ?> |
<?php wpsocialcount('digg', 'link', get_permalink()); ?>
<?php wpsocialcount ('youtube', 'link', 'http://www.youtube.com/watch?v=QmqpGZv0YT4') ?>
Watch the video "0"
Total Views: 0
Total Comments: 0
Rating: 0
<p><a href="http://www.youtube.com/watch?v=QmqpGZv0YT4">Watch the video "<?php echo wpsocialcount ('youtube', 'title', 'http://www.youtube.com/watch?v=QmqpGZv0YT4') ?>"</a><br />
<b>Total Views:</b> <?php echo wpsocialcount ('youtube', 'views', 'http://www.youtube.com/watch?v=QmqpGZv0YT4') ?><br />
<b>Total Comments:</b> <?php echo wpsocialcount ('youtube', 'comments', 'http://www.youtube.com/watch?v=QmqpGZv0YT4') ?><br />
<b>Rating:</b> <?php echo wpsocialcount ('youtube', 'rating', 'http://www.youtube.com/watch?v=QmqpGZv0YT4') ?></p>