Search code examples
javascriptjquerysharethis

Controlling the ShareThis javascript window opens


I have just started using ShareThis Widget to help handle social media integration with one of our sites. While the functionality is great, I feel I lose a lot of the capabilities I have if I were to code each item by hand, such as the ability to control the size of the windows opened by clicking a 'share' functionality.

While their site shows basic functions you can add to the buttons (url, etc) I am looking to customize the feel such that when a button is clicked, I can control the size of that window or even possibly open in an existing colorbox snippet.

Has anybody had luck with this before? When I try to control via javascript function it just seems to get overwritten or ignored.


Solution

  • I am not sure if your question is resolved, but you will need to add as following inside JS.

    popup: 'true'
    

    The same is on their Support Page