Skip to content

Instantly share code, notes, and snippets.

@ericakfranz
Created December 7, 2015 22:34
Show Gist options
  • Save ericakfranz/a7ad16e39f89278aea6a to your computer and use it in GitHub Desktop.
Save ericakfranz/a7ad16e39f89278aea6a to your computer and use it in GitHub Desktop.
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');
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment