Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mauriciogofas/884566ed02f89af821d6 to your computer and use it in GitHub Desktop.
Save mauriciogofas/884566ed02f89af821d6 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