Forums

[Plugin: AddThis] Can't create own share image link (3 posts)

  1. Kelton
    Member
    Posted 10 months ago #

    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.

  2. _mjk_
    Member
    Posted 10 months ago #

    Wow. Thanks for letting us know.

    Best,
    Matt

  3. _mjk_
    Member
    Posted 10 months ago #

    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

Reply

You must log in to post.

About this Topic

Tags