Digg Digg WordPress Plugin
What’s Digg Digg
Digg Digg is a WordPress plugin, which is used to generate social shared / voted buttons :
- Digg
- Dzone
- Yahoo Buzz
- TweetMeme (twitter)
- Facebook Share / Like
- Polladium
- StumbleUpon
- Delicious
- Sphinn
- Post Comments
- Google Buzz buttons
- Designbump
- Designfloat
- The web blend
- BogEngage
- Topsy
Digg Digg Features
- Buttons Integration Types
- Left Float
- Right Float
- Before
- After
- Buttons Display Control
- Display at Home page
- Display at Static page
- Display at Post Page
- Display at Category Page
- Display at Archive Page
- Display at certain categories
- Buttons Weight
- Sorting, make buttons display in order, where heavy weight will display in higher priority.
- Ajax Floating
- Make the buttons show at the left side of the post or page, scroll down as the people read the post, Mashable.com scrolling effect cloned.
- Lazy Loading
- Delay 5 seconds to load the buttons, so that the page will load more faster.
Download Here
Digg Digg v4.2 (latest)
Digg Digg v4.1
Digg Digg v4.0.9
Digg Digg v4.0.8
Digg Digg v4.0.7
Digg Digg v4.0.6
Digg Digg v4.0.5
Digg Digg v4.0.4
Digg Digg v4.0.3
Digg Digg v4.0.2
Digg Digg v4.0.1
Digg Digg v4.0
FAQ
Q : During the plugin activation, it hits
Parse error: syntax error, unexpected T_CLASS in yourdomain.com/wp-content/plugins/digg-digg/dd.class.php
A : Digg Digg is required the PHP 5 to support abstract class features. Make sure your hosting provides PHP version at least 5.
Parse error: syntax error, unexpected T_CONST,
expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’A : Digg Digg is required the PHP 5 to support the “const” features. Make sure your hosting provides PHP version at least 5.
Q : It hits file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration?
A : Delicious is used the PHP file_get_contents() to get the total number of bookmark counts. You can try the following options :
- Use lazy load for Delicious, as it will use different mechanism to get the total number of counts.
- Assign proper permission, need consult your hosting provider.
- Disable the Delicious button.
Q : Is there a way to customize the shared icons or images?
A : All the images or icons are generated by the social site themselves, Digg Digg has no control of it. Digg Digg is just doing the integration work, which group all the social site images into a single unit and display it.
Q : The buttons are slow to load, it impact my website performance?
A : Digg Digg is doing the “integration work” only, has no control of the buttons performance. Make sure do not select all the buttons , only select few buttons that are work in your site content. Alternatively, you can enable the lazy load in some buttons to significantly increase your website performance.
Q : How to disable Digg Digg on certain post or page?
A : Put “<!-- Digg Digg Disabled -->” in the pages or posts that you do not want Digg Digg to display.
Q : Why Facebook icon has no shared count available?
A : Read the Facebook statement.
http://wiki.developers.facebook.com/index.php/Facebook_Share
Note: While the data for the number of times users share a URL is in real time, the data for the count of Likes is delayed by 10 minutes or so while the data for the count of clicks is delayed by 20 minutes.
Also, the count doesn’t display on your page until users share the page three times.
Q : Can i display the buttons other than the four pre-defined display options (before/after content ,and letf/right float).
A : You can use the manual code code to generate the specified buttons, and place the code below to where you want the button to display.
- <?php digg_digg_generate("Normal"); ?> //Digg , Normal or Compact
- <?php digg_digg_reddit_generate("Normal"); ?> //Reddit, Normal or Compact
- <?php digg_digg_dzone_generate("Normal"); ?> //Dzone, Normal or Compact
- <?php digg_digg_ybuzz_generate("Normal"); ?> //Yahoo Buzz, Normal or Compact
- <?php digg_digg_twitter_generate("Normal", "twitter_username", "bit.ly" ,"API"); ?> //Twitter, Normal or Compact
- <?php digg_digg_fbshareme_generate("Normal"); ?> //Fbshare.me, Normal or Compact
- <?php digg_digg_fbshare_generate("Normal"); ?> //Facebook, Normal or Compact
- <?php digg_digg_fblike_generate("Like"); ?> //Facebook Like, Like, Like + Text, Recommend, Recommend + Text
- <?php digg_digg_poll_generate("Normal"); ?> //Polladium, Normal or Compact
- <?php digg_digg_stumbleupon_generate("Normal"); ?> //Stumbleupon, Normal or Compact
- <?php digg_digg_delicious_generate("Normal"); ?> //Delicious, Normal
- <?php digg_digg_sphinn_generate("Normal"); ?> //Sphinn, Normal
- <?php digg_digg_post_comments_generate(); ?> //Post Comments
- <?php digg_digg_gbuzz_generate("Normal"); ?> //Google Buzz, Normal or Compact
- <?php digg_digg_designbump_generate("Normal"); ?> //Design Bump, Normal
- <?php digg_digg_designfloat_generate("Normal"); ?> //Design Float, Normal & Compact
- <?php digg_digg_webblend_generate("Normal"); ?> //The Web Blend, Normal
- <?php digg_digg_blogengage_generate("Normal"); ?> //BlogEngage, Normal
- <?php digg_digg_topsy_generate("Normal","twitter_username","theme"); ?> //Topsy, Normal or Compact
Q : What is Ajax floating?
A : Make the buttons show at the left side of the post or page, scroll down as the people read the post, Mashable.com scrolling effect cloned.
Q :How to configure the Ajax floating?
A : Please follow the steps :
- Select the buttons you want to display
- Check the “Enable Ajax Left float feature” option to enable this Ajax left float feature. (Disabled by default)
- Change the buttons position
Due to the different theme layout design, high chance the pre-defined settings are not suitable. So, you have to configure the initial position and scrolling position or scrolling back to initial position (optional).
-
Initial position
The buttons first load and locate at this initial position.
Try change he default “margin-left:-92px;” or “margin-top:10px” to other values (-90px, -100px, 50px…) to suit your theme layout.
-
Scrolling…
Scrolling position : The buttons will move down while user scrolling down the page.
Scrolling back to initial position : The buttons will move back to the initial position while user scrolling up to the top of the page.
See this “scrolling values” picture to understand how it work.
Change the “top” value to suit your need.
P.S Do not put the “px” behind the top value, for example “top:10” is working fine, but “top:10px” will failed.
-
Q : Ajax floating, scrolling causes the sidebar to jump into the middle (or some unexpected position) of the post?
A : Upgrade to Digg Digg version 4.2, it’s fixed by changing the top value only.
For version < 4.2, consult this
The default “scrolling position” is not suit your theme, you need to change the marginLeft (refer to the scrolling values picture).
if ( scrollY > descripY && !fixedShare ) { $postShare.stop().css({ position: 'fixed', left: '50%', top: 20, marginLeft: -310 // <----- change this value. }); }
Q : Ajax floating, buttons are disappear when scrolling back to the initial position?
A : Upgrade to Digg Digg version 4.2, it’s fixed by changing the top value only.
For version < 4.2, consult this
The default “scrolling back to initial position” is not suit your theme, you may need to change few values here. (refer to the scrolling values picture).
} else if ( scrollY < descripY && fixedShare ) { $postShare.css({ position: 'relative', // <-----may change this left: 0, // <-----may change this top: 0, // <-----may change this marginLeft: pullX }); }
There are many possibilities here (too many different theme layout design), one of the solution is change to the following pattern :
} else if ( scrollY < descripY && fixedShare ) { $postShare.css({ position: 'absolute', marginLeft: pullX }); }
Q : I follow your steps, but the Ajax left float is still not working?
A : Please drop me an email with the not working URL and steps to simulate it.
Q : What is Lazy loading?
A : Make buttons delay 5 seconds to load, so that the page will load more faster.
Future development
- Configure the lazy load seconds for each buttons.
- lazy load for manual code.
- LinkedIn sharing button
- Support in excerpt
- iframe lazy load caused Google chrome scroll down (no idea, R&D)
- Add email support
- Planning a forum for digg digg
- Let user choose lazy load icon
- Add support for ShareIt
- Delicious image preload issue, with lazy load enabled. (R&D)
Changed Logs
Digg Digg v4.2 – 25/7/2010
- Add support for topsy button
- In admin setup, Link change log to changed-log.txt
- Add Announcement block
- Bug Fixed, ajax float scrolling back, push down images or content issue (major script changed).
- Update Digg Digg FAQ to explain the new changed.
Digg Digg v4.1
- Add change log tab
Digg Digg v4.0.9
- Bug fix for tweetmeme, urlshorten and new contructor
- Add floating issue in FAQ
Digg Digg v4.0.8
- Admin UI Redesign
- Bug fix for tweetmeme
- Add URL shorten api for tweetmeme
Digg Digg v 4.0.7 – 22/6/2010
- Add option to disable the credit link
Digg Digg v 4.0.6 – 8/6/2010
- Add fbshare back
Digg Digg v 4.0.5 – 3/6/2010
- Bug fixed delicious img css
- Bug fixed for unexpected ‘”‘ error.
Digg Digg v 4.0.4 – 1/6/2010
- Bug fixed twitter source is not working
Digg Digg v 4.0.3 – 27/5/2010
- Bug fixed for unexpected ‘”‘ error.
(Not sure what’s root cause, just delete all the ‘”‘ code, but delicious)
- Add version display for debug
Digg Digg v 4.0.2 – 25/5/2010
- Bugs fixed for manual code, missing the postId argument.
- CSS fixed for delicious.
Digg Digg v 4.0.1 – 25/5/2010
- Bug fixed for manual code (Compact is not working), twitter, GBuzz.
- dZone bug fixed.
Digg Digg v 4.0 – 24/5/2010
- Add Lazy loading feature to improve the performance.
- Remove abstract class from base class.
- Ajax float enable in page.
- enable the jQuery library in WordPress
- add shared count for delicious
- Refactor (front-end and back-end), many fixes
Digg Digg v 3.9.6 – 13/5/2010
- Hot fixed for checkbox is not work properly.
Digg Digg v 3.9.5 – 7/5/2010
- Hot fixed, disable the debugging mode.
Digg Digg v 3.9.4 – 7/5/2010
- Add facebook like function
- Refactor the DiggDigg button display option
- Many minor bugs fixed
Digg Digg v 3.9.3 – 6/5/2010
- Fixed for WordPress 3.0 beta , “You do not have sufficient permissions to access this page message” – add file name to add_submenu_page()
Digg Digg v 3.9.2 – 28/4/2010
- Fix for jQuery conflict issue
- Do not display Digg Digg Ajax script in home page
Digg Digg v 3.9.1 – 23/4/2010
- Enable or disable ajax left float totally.
Digg Digg v 3.9 – 14/4/2010
- upgrade Google Buzz button.
- add support for BlogEngage.com
- change the dzone height to 52px
Digg Digg v 3.8.1 – 13/4/2010
- Ajax float setup refactor
- Add option to load Google’s jQuery to avoid jQuery conflict.
- add validation for variable to avoid offset hit null.
Digg Digg v 3.8 – 10/4/2010
- float like Mashable.com scrolling effect (testing, get feedback)
- add change log adsense daemon link
- upgrade reddit button
- change google buzz to iframe to control d width and height
Digg Digg v 3.7 – 4/4/2010
- Google Buzz changed to Buzrr for shared count support
- CSS fixed for no border in image.
- Exclude display buttons in excerpt() mode.
Digg Digg v 3.6 – 25/3/2010
- Digg upgrade to smart digg button
- Customize the Facebook icon width and height
- Replace split with explode
- Add buttons display in certain category only
- Bug fix for stumbleupon custom url
Digg Digg v 3.5.1 – 16/3/2010
- Change the buttons layout to div holder
Digg Digg v 3.5 – 15/3/2010
- upgrade to new Stumble upon button
- upgrade to new Facebook share button
- add support for designbump
- add support for designfloat
- add support for web blend
- add hook to the_excerpt()
- fixed for line-up, right float problem, compact
- Admin UI redesign
Digg Digg v 3.4 – 20/2/2010
- add support Google buzz
- addon to disable DiggDigg buttons on select pages
- fixed for contact me broken link
- fixed for css background image
- fixed for broken comment link in main page
Digg Digg v 3.3.1 – 9/2/2010
- Add options to choose ul or table layout
- Append version number behind css file to avoid css cache
- hot fixed – plugin descript and post count error
Digg Digg v 3.3 – 8/2/2010
- Add support for post comments
- Add confirm message for reset button
- CSS align change from table to ul
- add replace & with & for delicious button
Digg Digg v 3.2.4 – 2/1/2010
- W3c validate for 1.0 xhtml
- Add support for sphinn
- CSS fixed ,add vertical align for table td
Digg Digg v 3.2.3 – 7/12/2009
- CSS fixed for stumbleupon and delicious image border
Digg Digg v 3.2.2 – 3/12/2009
- WordPress website causing error
Digg Digg v 3.2.1 – 3/12/2009
- Hot fix for stumbleupon & delicious image
Digg Digg v 3.2 – 1/12/2009
- Add support for StumbleUpon & Delicious
- Fix CSS bug
Digg Digg v 3.1 – 30/11/2009
- Refactor the reset and initial function to keep the existing user settings
- Change all buttons’ class name to avoid name conflict with other plugins
- All buttons’ border default to none
Digg Digg v 3.0 – 24/11/2009
- Architeture refactor (front end and back end)
- Digg Digg no longer display in feed URL
- Allow buttons to display in priority order
- Core funtions changed to OO structure, for easy maintenance
Digg Digg v 2.3 – 11/10/2009
- add support for polladium
Digg Digg v2.2 – 08/10/2009
- Custom CSS style for the button’s table container
Digg Digg v2.0 – 25/09/2009
- Add Support for fbshare.me (sharecount for facebook)
Digg Digg v1.9 – 17/09/2009
-Replace htmlspecialchars() with urlencode() method
-Buf fixed for typo error
1)$dd_twiter_display to $dd_twitter_display,
2)$dd_twiter_buttonDesign to $dd_twitter_buttonDesign
-Refactor twitter API
Digg Digg v1.8 – 30/06/2009
-Add Support for TweetMeme (twitter) button
Digg Digg v1.7 – 12/03/2009
-Add support for line up horizontal or vertical
Digg Digg v1.6 – 08/02/2009
-Add Support for Yahoo Buzz button
-Add dd_ybuzz for all YBuzz’s variables
Digg Digg v1.5.1 – 22/12/2008
-Make Digg digg plugin w3c complient, Thanks Pross
-Bug fix Bug fix digg_digg_generate() button design is not display correctly.
Digg Digg v1.5 – 23/11/2008
-Add Support for dZone me button
-Add dd_reddit for all dzone’s variables
-Bug fix Bug fix for “Button Allow Display Options” is not working for reddit and dzone
Digg Digg v1.4.1 – 15/11/2008
-Bug fix for Display Right float , append “&” in button
-Bug fix for “Button Allow Display Options” is not working, button is not display in right position
Digg Digg v1.4 – 14/11/2008
- Add Support for Reddit me button
- Bug fix for digg submit, when click digg button, open a new windows.
- Add dd_digg for all digg’s variables
- Add dd_reddit for all reditt’s variables
- Modify digg_digg_generate () method to generate digg button only
- Add digg_digg_reddit_generate () method to generate reddit button only
Digg Digg v1.3 – 01/11/2008
- Bug fix for digg submit, didnt include post title (thanks Byron)
- Add digg_digg prefix to every variables and methods
- Choose Digg Button Design – normal, compact or icon
Digg Digg v1.2 – 05/09/2008
Add Digg Button Control Display function Setup Screen.
– Display at Home page
– Display at Static page
– Display at Post Page
– Display at Category Page
– Display at Archive Page
Digg Digg v1.1 – 31/07/2008
Add Setup screen (Setting–>DiggDigg) to let user choose where user want to display Digg button.
1. Append Digg Button with Left Float Content
2. Append Digg Button with Right Float Content
3. Append Digg Button Before Content
4. Append Digg Button After Content
How to Install
1. Download and extract it
2. Copy digg-digg folder to the “/wp-content/plugins/” directory
3. Activate the plugin through the ‘Plugins’ menu in WordPress
4. Done
Contributors
- Eric Hansel – Provide custom css to override the Facebook’s default icon width and height.
If you have any ideas , please share it to me if you do not mind.




Hey there I am back again with a feature request
They have developed cool buttons with number counts for StumbleUpon. You can check it out here: http://www.stumbleupon.com/buttons/
I wonder if you can incorporate them (the small and the big ones both) in the next release. That would be really helpful…
Thanks
Thanks for it, will include in next release
Love your plugin.
Two quick things though:
1.) Could you include the NEW Facebook Share button in the next release. The old button shows an inaccurate share count. Here is where it can be found: http://wordpress.org/extend/plugins/facebook-share-new/
2.) Could you install something so that the button can float to the right and left and track as the page is scrolled like on Mashable.com? This plugin does something similar: http://emyl.fr/ongame/poker/plugin-social-buttons/
Thanks.
Thanks… look like a lot enhancements need to be done in Digg Digg.
Be patient for the next release
Hi, how do i center the buttons “after post”?
Not in the configuration, however you still can use the manual way to put it into anywhere you want.
Hello,
Very nice plugin!!
I just installed your plugin on my blog. It seems to work on post pages and static pages. But when I enable the home page option it gives the following message in place of the icons – var fbShare = {url: ‘http://hughmccabe.com/3-types-of-people’,size:’large’}
Is there anything I can do to correct this?
Also, how do I get a “Share It” block with all the icons like you are using on your blog?
My blog is at http://hughmccabe.com
Thanks
Hugh
Are you using expert home page?
Hi, cool plugin. It seems I get a related problem to the one Hugh identified regarding the facebook button.
The posts on my blog homepage, and individual posts load fine. However, when one of my posts shows via a teaser on my homepage, then if that particular post hasn’t been shared on facebook yet, the teaser prefixes with: “var fbShare = {url: ‘http://affiliateplayground.net/make-money-working-online/learning-how-to/’,size:’large’}”. This problem doesn’t occur where the post in question has already been shared on facebook.
My blog is http://affiliateplayground.net/
I’m running version 3.4 of the Digg Digg plugin on the Thesis WordPress theme. I’m not familiar with expert home page.
Thanks in advance for any assistance you can give. Regards,
Tom
I just read down a bit further in this comments page and noticed you have indicated that this is a known issue that you will be trying to fix it in the next release.
Plugin is very nice but i want that Orkut should also be included in as it is very famous in India.
Orkut… will see
*urgs* a little problem with diggdigg specially the Facebook Modul make some problems.
If the facebook module active i’ve become an error in my excerpts lists.
Please look at my blog under http://pixeltunes.de and switch to an category you want. If there are a lot of posts you see the list with the exerpts and in the front of the article is the error var fbShare = {url: ‘my-permalink’,size:’large’}
If i deactivate the facebook sharing the exerpts list are ok??
excerpt is still a known issue to me, will try fix in next release
Just installed the plugin and have one issue. I have set the icons to be posted horizontally after the content and compact. This works fine but the spacing between the icons is inconsistent. Was wondering if you could recommend a solution? See my site http://goldoildrugs.com/wordpress/ for a visual example. Thanks.
Will fix in next release
I have the latest version. When I use Buzz, it does not show how many buzz it has like what Mashable has.
Is this a bug?
Currently, i still figure out how to add the total number of buzz on the image.
It would be nice if the buttons were displayed in their own division so that they don’t mess with the post. My positioning is all a mess….any quick fix ideas?
pls send me a printscreen about it.
Hi!
I keep seeing the digg image when I am selecting right float for facebook. Very strange.
issit? Would you mind to reset all the settings and try it again?
Kindly add Google Buzz as well in your plugin. That will be very useful
Google Buzz is included already, pls upgrade your digg digg version.
[...] SexyBookmarks Sociable ShareThis Social Dropdown Digg Digg SocioFluid SociBook I Love Social Bookmarking [...]
I keep getting the following error when I go to activate:
“Plugin could not be activated because it triggered a fatal error.
Parse error: parse error, unexpected T_CLASS in …/wp-content/plugins/digg-digg/dd.class.php on line 5″
I’m able to install it fine. I just can’t seem to activate it. Thoughts?
I have this installed and activated but there is not setup link.
In WordPress admin page, left-bottom panel, it should be under “setting” option panel.
Hi there. I love the plugin. I just updated to add the Google Buzz button, but it is not lined up right at all. I have it on right float like the rest. Take a look at http://littletechgirl.com/2010/03/01/what-the-heck-is-alexa-anyway/.
Any suggestions?
Thanks!
Look like a css bugs, the following style is not work for image.
#dd_right {
text-align:right !important;
}
Please comment the code in the digg digg css file.
#dd_right {
/*text-align:right !important;*/
}
Will include in next release
That did it! Thanks much.
I love the plugin. It is very convenient and adaptable. I have a few questions about future updates though.
I was wondering why the plugin still uses the old Facebook share style – white button, blue sharecount. The new style – like the one you see on Mashable.com – is standard on other WordPress plugins that use the Facebook button. The button is blue and the sharecount is gray. Is it possible to update the plugin to use that button?
Also I know that some plugins allow you to add the buttons to your feed. Have you thought of integrating the TweetMeme or FBshare buttons into the feed?
Thanks for all your work.
noted, will study on the facebook and feed issue, thanks for the suggestion.
[...] these tools can be to your site. So after some research I came across a plugin for WordPress called Digg Digg. This plugin integrates Digg, Reddit,dZone, Yahoo Buzz, TweetMeme (twitter), fbshare(facebook), [...]
[...] DiggDigg Don’t let the name of this one fool you. Of course, you get the Digg button, but this plugin also supports the other major social network (including Google Buzz), and lets you choose which social badges to display and where to put them. [...]
This plugin is great! I added all my social media buttons to my blog, and made a post on the plugin. http://www.macslice.info/2010/02/26/digg-digg/ Keep up the great work!
Thanks for the review, the problem you listed is the reason i created this digg digg plugin as well.
although, one suggestion. For the TweetMeme button, is there any way you can add support for URL shorteners? I’m not really a fan of TinyURL these days, I’d prefer bit.ly or bt.gd
Noted, will look into it in next release
Nice plugin, would love to see bizsugar support get added as well.
Hi, I was wondering if there is a way to save the numbers on the counters when I change the category of posts.
I’m changing the categories and doing a 301 re-direct each time thinking this would preserve the old counts on the new url, but it doesn’t.
Is there a way to do this!
Thanks so much, fantastic plugin!
I don’t think it is possible, Digg Digg has no control of the numbers on the counters, the site owner does.
Ok, but I am the site owner, so how would I be able to work around that? Any ideas?
Hi, sorry for the misunderstanding. What i means is the social vote site (digg or tweeter) control the numbers of counters, not Digg Digg.
Oh ok, thanks for clarifying. What about some way to redirect so the counters from an old url and redirected to new ones? From what I’m gathering this isn’t possible, but it would be really great so none of the old hits are lost. Any ideas anyone?
[...] If you happen to run your blog using a CMS such as WordPress, you are in luck. Plugins such as Digg Digg make it so easy to pick and choose what social networks you want to target and add their buttons to [...]
All my posts now appear with a “–>” at the beginning of them after activating your plugin. I’m trying to determine what’s going on, but let me know if you know the cause.
Great plugin .. it looks nice on my site http://gochitchat.com
I am trying to get this plugin to work but it just won’t work on my homepage. It works perfect on the single post page but not the homepage. Any ideas?
In DD setup, did you check you want to display on homepage? Show me your website
[...] bookmarks you get depends on how the bookmarking site works. I would suggest using plugins like digg-digg to add links so that your blog readers could easily submit your site to social bookmarking [...]
Can you provide more information on other wordpress plugins, or do you have some resources you can share with us where we can find such useful stuff? Thanks.
What kind of information you want?
mkyong, that comment is comment spam. Look at its webpage.
Your retaining its comment provides an additional “in-link” to its webpage, boosting the page’s search engine rankings.
Aren’t you using Akismet?
Issit? Thanks for the info. Yes, i’m using Akismet, however it cant 100% blocked all spam comments as well. Nowadays, the spam message is really look creative
[...] habe in meinem Testsystem ein das Plugin DiggDigg, welches die schönen Vote Button rechts neben diesen text bringt, installiert. Das Plugin läuft [...]
I am loving this blog. Lots of great info here. I use Digg all the time and still I managed to learn something. Thanks!
Hey mk, sorry sorry sorry! You’re absolutely right when you say my problem come from another php version on my server.
I#ve spent hours for recherche and testin a lot. The whole server works with PHP v5.x but my weblog runs with Php v4.x
In my f*peep*ing .htaccess was the call for PHP v4.x!!!
After deleting this DiggDigg runs like a well tuned motorbike
Thanks a lot for your patience
Oli
Good to know you have found the problem.
If possible also add Google Buzz button, i have seen it on several website!! http://mashable.com/2010/02/15/google-buzz-wordpress/