Viewing 4 replies - 1 through 4 (of 4 total)
  • I second that. It doesn’t look at simple to add it as other social sites.

    I tried adding it but when I click the new little icon, I get an error (“For some reason, that story doesn’t seem to be in our system. We’re already on the case, trying to figure out what went wrong.”). Funny thing is that my button’s link is laid out exactly the same as those on other sites.

    It looks like the url needs to be urlencoded, which I think is new for Sociable? I hacked that into my copy of the plugin, but to no avail.

    Add the following lines in sociable.php, line #717 right after the foreach loop:

    $html .= "\t<li><script type=\"text/javascript\" src=\"http://d.yimg.com/ds/badge2.js\" badgetype=\"logo\">";
    $html .= get_permalink();
    $html .= "</script></li>\n";

    You’d have to edit its CSS for alignment.

    Added it in 2.9.5!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Sociable] Add Yahoo Buzz?’ is closed to new replies.