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 210 times
<?php echo wpsocialcount('delicious', '', 'http://www.wpdesigner.com/2008/03/01/how-to-use-wordpress-as-a-membership-directory/'); ?>

Special Del.ico.us Notation

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

After the Post Social Links

Save to Del.ico.us | Digg This | StumbleUpon This

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