• I upgraded my Sociable plugin and noticed that several of my icons were missing: TwitThis, Furl, and Tumblr. I deleted Furl because no one ever used it, and changed TwitThis to the Twitter icon. That just leaves Tumblr, which still won’t appear correctly. See here at the bottom of my post:

    http://www.wasabimon.com/archive/how-to-make-vanilla-sugar/

    If you look at the code for the page, it lists the directory for the image but not the actual file name itself. I’ve checked the image directory and the tumblr.png is there with the correct permissions, so I can’t figure out what the deal is.

    How can I fix this, and why did it happen to begin with? It’s actually been this way since 3.2 (I think – don’t remember exactly which version) but upgrading to 3.3 didn’t fix the problem like I hoped it would.

Viewing 1 replies (of 1 total)
  • There is no code for Tumblr in sociable.php. That’s why it’s not working for you.
    You have to add the following in the table of “sociable” in sociable.php

    'Tumblr' => Array(
    		'favicon' => 'tumblr.png',
    		'url' => 'http://www.tumblr.com/share?v=3&u=PERMALINK&t=TITLE&s=',
    	),

    Disable prior to modifying.
    Modify
    Reenable

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Sociable] Missing Icons’ is closed to new replies.