Skip to content

Instantly share code, notes, and snippets.

@mikejolley
Created June 23, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mikejolley/9b82e46548301c192aa0 to your computer and use it in GitHub Desktop.
Save mikejolley/9b82e46548301c192aa0 to your computer and use it in GitHub Desktop.
ShareDaddy integration code for WooCommerce
function sharedaddy_for_woocommerce() {
?>
<div class="social"><?php echo sharing_display(); ?></div>
<?php
}
add_action( 'woocommerce_share', 'sharedaddy_for_woocommerce' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment