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
- Topsy
- Facebook Share / Like
- Polladium
- StumbleUpon
- Delicious
- Sphinn
- Post Comments
- Google Buzz buttons
- Designbump
- Designfloat
- The web blend
- BogEngage
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.2 (latest)
Digg Digg v4.2.1
Digg Digg v4.2
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 service 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","account"); ?> //Twitter, Normal or Compact
- <?php digg_digg_tweetmeme_generate("Normal", "twitter_username", "bit.ly" ,"API"); ?> //tweetmeme, 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.2 – 17/8/2010
- Add configuration for twitter account name.
- Updated twitter manual code to support account name.
- Bug fixed for twitter’s title.
Digg Digg v4.2.1 – 13/8/2010
- Add support for official twitter button
- Bug fixed for twitter and tweetmeme conflict issue
- Add show_face support for Facebook like
- Admin page redesigned
- Add changelog tab in wordpress.org
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.
- Java Core Technology - Java RegEx, Java XML, Java I/O, Java Misc
- J2EE Frameworks - Hibernate, Spring 2.5, Spring MVC, Struts 1.x, Struts 2.x
- Build Tools - Maven, Archiva
- Unit Test - jUnit, TestNG
- Client Scripts - jQuery


Hi friend, thanks for this wonderful work, but i think you need to put blogengage.com in list. I need it, and i believe many wordpress user also need it.
Thanks for the plugin.
I’ve made small Stumble button. Can you add it? or provide instruction on how to add small buttons? Thanks
120×18 stumble button
http://obamapacman.com/wp-content/uploads/2010/stumbleupon-120×18.png
Minor problem: reset button is easy to hit by mistake. Suggestion: Move Reset to the end of the page.
Hi, added a confirm message on the reset button in version 3.3
Thanks for the compact version, i will implement in next released. Do you have the compact button for delicious as well?
Thanks mkyong,
Made a mini delicious button, hope this works. Send me an email if you have any other pixel size in mind. Both the mini buttons has transparent spaces around it because I saw you have some code for 120×18.
http://obamapacman.com/wp-content/uploads/2010/delicious-120×18.png
BTW, looks like 3.3 large button, horizontal placements is in chaos mode.
Hello,
Thanks for the great plugin. I am having a problem today though. On my site, the retweet button went blank and is inoperative. What should I do?
Regards,
Jamie Stewart
Same here, it would be nice to have a fix.
If it’s an issue w/ Twitter, I’ll just wait it out then…lol
Just give me/us an update when you can, in the meantime I will check it w/ Firebug.
Turns out TweetMeme is down, not fault of either!
I’ll look for updates on the server status.
Here ya all go, info found!
http://status.tweetmeme.com/
Seems TweetMeme went under an upgrade and had some unexpected downtime.
thanks Shawn for the answer
This is a plugin, without my blog is totally incomplete. thanks for this
Thank for your sharing, but some of this found a little error.
May i know what the errors you mention?
[...] Digg Digg WordPress Plugin – Will assist you in inserting Digg, Dzone, Reddit and Yahoo Buzz buttons into your WordPress blog content. [...]
Hey, This is a good thread. I found you on yahoo. Keep up the work.
As can be seen from my Jan 16th comment, using this plugin manually can be quite frustrating. I did manage to get the buttons showing up at the bottom of my posts, but there is no styling applied. You can look at one of the post at the above link on my name to see what I mean.
I think the reason is that these buttons are contained in iframes? Because of that they can not be targeted with css to fix the padding/spacing problems you can see on my site. I had to do this because using the settings in the plugin admin, the buttons were not being placed last in the post box. So I applied a custom function to place them at the bottom.
Question specifically for mykyong, or anyone else with the expertise to answer: Given the buttons placed as they are on my site, how do I fix the styling?
If it helps, the php code that is placing the buttons is:
function custom_digg_buttons() {
if (function_exists(‘digg_digg_generate’))
{digg_digg_twitter_generate(‘Normal’,'mkyong’);}
{digg_digg_generate(‘Normal’);}
{digg_digg_stumbleupon_generate(‘Normal’);}
{digg_digg_fbshare_generate(‘Normal’);}
}
add_action(‘thesis_hook_after_post’, ‘custom_digg_buttons’, ’2′);
The style can be modified on the style CSS file in the plugin folder, the buttons are in HTML tables not on iframes, i guess.
yes, you can always modify the diggdigg-style.css file.
Hello! Hey bro! congratz for this rlly neat addon! here it comes one recomendation: Try to add a button to Bitacoras.com it works like digg but for spain sites and stuff. It will be the first plug & play addon with bitacoras support and lot of people will be happy for sure. Thats it! keep the good work!
er…spain.. sorry i do not know how to read it ;p
Just for the record, when i ask u for the CSS style code i mean the white squares with no onmouseover effect and with those borders. Like every button have their own and static square. Thanx a lot!
refer to this website css style
Hey! i want to congratulate you for this great plugin! Im wondering if u can give me the css style code as exactly u have it here in ur blog! it will be great for me, as u can suppose i dont know how to code in CSS.
Thanx in advance!
refer to this website css style, you can check the css code with firebug plugin in firefox.
[...] 3.Digg Digg – A plugin that allows you to add a social voting button to your website. This makes it easier for readers to submit your content to social bookmarking websites. Supported sites: Digg, Reddit, DZone, Yahoo, Twitter, Facebook and Polladium. [...]
hi thanks for plugin
i have an issue with tweetmeme button. its making my site very slow. is there any way to figure out this problem?
thanks
It may cause by tweetmeme server down time, are you still facing the same problem now?
Hi,
When using the php code for the twitter compact button it uses “RT @tweetmeme”. Is there a way to change this to our twitter account? “RT @chillze”?
Thank you!
twitter accept two argument, the 2nd is your account, try this
digg_digg_twitter_generate(‘Normal’,'chillze’);
[...] 1: Install “Digg Digg” Social Submitting [...]
Great plug-in! One additional feature I would love to see is an optional intro line to the buttons. So I could write something like “if you like this article, please click one of the bookmarking icons below”. I suspect not everyone knows what those buttons mean, and what the implication of clicking them is.
Thanks again for a great plug-in.
Thanks for this invaluable idea, will look into future release
Hi,
I am facing a problem while activating the Digg Digg plugin on the wordpress installation. It is displaying Internal Server Error 500.
Can any one help me how to fix this issues up….
Thanks in advance
Akhilesh
I just started using this plugin, so far I like it. Would it be possible to add Blog Engage Vote Buttons and MMO Social Networking Bookmark Vote button?
Buttons can be added here
http://www.blogengage.com/profile_promo.php
http://www.mmosocialnetwork.com/widget
Thanks
I am trying to use this on three of my own sites and on several other sites. All of these sites us the Thesis theme. The plugin is great but the problem is getting it at the bottom of a post. For example if you look at the link to my name on this comment you can see how the digg digg output is above my signature. Now that signature is in a table and I know you can put the digg digg code anywhere but this is a problem with Thesis as all customizations go into a custom css and a custom functions file. I never edit or hack the core WordPress files.
I even tried putting the digg digg code in the table with the signature. This works, but the output is STILL before the signature even if I have the code after the signature code in the table. Why does the digg digg code insist on this placement and how can I get it where I want it, AFTER the signature? Thanks!
Does not work with WP 2.9.1. When I activated it, it put a var code before all my text. This went away when I deactived this plugin.
is there a way to exclude digg digg from specific pages?
i have a shop on the site and i dont want digg digg on the checkout/transaction pages etc
other wise great plugin!
Hi Nick,
i will include this feature in next release.
thanks
The Yahoo Buzz button creates votes for the main URL (http://blog.FUNimation.com), not each individual post. It also tallies the votes for the whole page, not individual posts.
Thanks!
I have a question about the delicious bookmark function. Right know it is refering to delicious.com/save. This way, the user has to enter the url himself. Do you know how I can change this so that the plugin uses the url of the refering page. The Stumble function works fine.
That’s weird, when you click on the delicious button, it will pass the URL and title to delicious.com/save automatically, you mat need to type the tag only.
Do you have the problem URL? May be i can go take a look?
You can find my blog here: http://theroxor.com.
As you can see: the delicious button refers to delicious.com/save without entering the url.
Hi kevin,
you have a great design for your blog
.
I notice all the “a href” is modified to “onclick=javascript:pageTracker._trackPageview”, and this is not generated by digg digg. Do you install any plugin which may highjack the hyperlink code? or is this customize by yourself?
I didn’t customize it myself. I think it might be because of plugins such as Statpress, popular posts…
great plugin. left and right float is what is missing in other similar plugins. thanks
Does this plug in require tweaking?
What’s kind of tweaking you may think of?
very great plugin
Thanks
[...] Digg Digg http://www.mkyong.com/blog/digg-digg-wordpress-plugin/ [...]
[...] Digg Digg: one of the best social media plugins for WordPress platform. It’s very flexible and designed to enable your readers to add your content to their favorite networks fast. [...]
There seems to be an issue with Delicious button. It doesn’t parse titles correctly. It keeps the (+)’s in there. That’s not the way it’s supposed to be, right
Really nice plugin!
Do you have a wish list? Add an Orkut button.
Orkut button..Is this Google orkut? may i know how the button look like? Can you provide me the website?