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.

Tags: ,

DeliciousFacebookDigg
TwitterStumbleUponGoogleLinkedInRSS Feed

Leave a Reply

Comment moderation is enabled. Your comment may take some time to appear.

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

  1. Jason says:

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

  2. cylenre says:

    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 replied:

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