Viewing 2 replies - 1 through 2 (of 2 total)
  • @rahulkansi
    I’m experiencing the same issue as well. In my case I’m also using another social plugin (social stream). When I disable social stream plugin Sharify works perfectly with only a single twitter share popup but together there is a conflict somewhere. Though I cannot help solve the conflict issue I suggest checking to see if you have any other social plugins activated even if you are not currently using it, deactivate it and try Sharify again.

    I, however need to use both so I need to find out how i can resolve this conflict. Anyone with a suggestion we would greatly appreciate it. Thanks

    Subscribing to this issue.

    I just used the following js snippet to override this behaviour.

    jQuery(window).load(function() {
      jQuery('.sharify-btn-twitter a').prop('onclick',null).off('click');
    });

    Please note that this will work only if you’re using jQuery 1.7+

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Twitter box popup is opening twice’ is closed to new replies.