My Twitter

Socialize This V1.5 – Coming Soon

June 27th, 2009

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.

DeliciousFacebookDigg
TwitterStumbleUponGoogleLinkedInRSS Feed

3 Responses to “ Socialize This V1.5 – Coming Soon ”

  1. Jason said:

    Would be great if you could change the order of the icons.

  2. cylenre said:

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

  3. Mike said:

    You need to use the function class_exists, the code you need is:
    <?php
    if(class_exists('socialize_this') && $ql == TRUE){
    // it worked
    }

Leave a Reply