• Hi,

    Is anyone else having a problem with the sociable plugin not displaying on new posts. It works fine on old posts.

    Have tested this in the latest version (3.5.1) and older version 3.4.4?

    Also, i can’t disable/enable individually on posts.

    Does anyone have any ideas what the problem is here?

    Cheers,
    Keith

Viewing 2 replies - 1 through 2 (of 2 total)
  • Keith,

    I have WordPress 2.7, and I had a similar problem.

    You need to open the sociable.php file and get rid of the part where it checks to see if you have disabled Sociable. This feature seems to be broken, or just broken for you and I.

    The Sociable.php file has tons of comments in it, the code is well written with regards to proper commenting. You should be able to find the portion of code to remove.

    I also answered this question somewhere else.

    if (get_post_meta($post->ID,’_sociableoff’,true)) {
    return “”;
    }

    Removing this code will most likely solve your problem.

    Thread Starter ppskb

    (@ppskb)

    Worked like a charm, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘sociable not displaying on new posts’ is closed to new replies.