Just a quick notice, I’m currently working on Socialize This V1.5 and it’s coming along nicely.
New Features:
- More pre-bundled icons (More of the new icon sets is made by @KirstyBurgoine)
- Better Icon Management – More power over the icons on your site.
- Better Social Networking abilities.
If there is anything you want added put it in the comments.
Tags: Socialize This, wordpress plugin








Would be great if you could change the order of the icons.
Thanks for your great work.
I have a little question, How can I check if socialize this function exists (in php code if function_exists)?
You need to use the function class_exists, the code you need is:
<?php
if(class_exists('socialize_this') && $ql == TRUE){
// it worked
}