• I can’t create my own image for the customization and yet I have been able to do this with the non-wordpress widget.

    This is the number one option I needed and also the reason I use addthis.

    So until that time I am giving this plug in a failing grade.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Wow. Thanks for letting us know.

    Best,
    Matt

    Oh, I would note, if you’re at all comfortable with editing PHP, this is technically supported in the current plugin. Just not in the dashboard itself as this is an advanced feature. Open the source and search for “Add your own style”:

    /* Add your own style here, like this:
                            , 'custom' => array('img'=>'http://example.com/button.gif', 'w'=>16, 'h'=>16) */

    Just change the URL to your image, w from 16 to your image’s width, and h from 16 to your image’s height. Then move the close comment (*/) to right after “this:”. So you’d have

    /* Add your own style here, like this: */
                            , 'custom' => array('img'=>'http://example.com/mybutton.gif', 'w'=>160, 'h'=>24)

    Best,
    Matt

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: AddThis] Can’t create own share image link’ is closed to new replies.