ericakfranz
12/7/2015 - 10:34 PM

Generate Share Buttons ( using https://github.com/carrot/share-button ) when the OptinMonsterSocial event is fired.

Generate Share Buttons ( using https://github.com/carrot/share-button ) when the OptinMonsterSocial event is fired.

jQuery(document).ready(function($){
    $(document).on('OptinMonsterSocial', function(event, data, object){
      new Share('.share');
    });
});