Created
June 23, 2015 14:14
-
-
Save mikejolley/9b82e46548301c192aa0 to your computer and use it in GitHub Desktop.
ShareDaddy integration code for WooCommerce
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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