ShareThis Forums » Developers

Custom Text

(5 posts)

  1. Is there a way to customize the text that's displayed rather than "ShareThis" and if there is are there any regulations to requiring the ShareThis name/logo. I'd like to change it on my page to something more along the lines of "ShareThis Plan" with no logo. Is this possible and withing the TOS?

    Posted 1 month ago #
  2. You can find our style guidelines at http://shareicons.com and instruction for making a custom ShareThis button at http://support.sharethis.com/developers/developers-faq/stapi/62

    Posted 1 month ago #
  3. Ah, I missed that somehow. Thank you very much!

    Posted 1 month ago #
  4. }, {button:false} );
    //Output your customized button
    document.write('<span id="share"><a href="javascript:void(0);"><img src="/shareicon.png" />Share This Plan!</a></span>');
    //Tie customized button to ShareThis button functionality.
    var element = document.getElementById("share");
    object.attachButton(element);

    I am using this portion of the code however it links to javascript:void(0) and currently does not work, do I need to change the href value?

    At this time I am going to comment out that portion of code, if you need to see a live example please let me know.

    Posted 1 month ago #
  5. Does anyone know?

    Posted 1 month ago #

RSS feed for this topic

Reply

You must log in to post.