Examples for using the WP-SocialCount Plugin

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.

Showcasing a Popular Article

How to Use Wordpress as a Membership Directory
Popularity: Saved to Del.ico.us 579 times
<?php echo wpsocialcount('delicious', 'count', 'http://www.wpdesigner.com/2008/03/01/how-to-use-wordpress-as-a-membership-directory/'); ?>

Special Del.ico.us Notation

51 Saves
<?php echo wpsocialcount('delicious', 'count', 'http://www.cagintranet.com/'); ?>

After the Post Social Links

Save to Del.ico.us | Digg This

<?php wpsocialcount('delicious', 'link', get_permalink()); ?> | <?php wpsocialcount('digg', 'link', get_permalink()); ?>

YouTube Implementation

Watch "0"

<?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>