Howdy,
I'm trying to pop this shortcode elsewhere into my theme using the following code:
<!-- START social share shortcode -->
<?php
$social_share = '[social_share/]' ;
echo '#1', do_shortcode( $social_share );
?>
<!-- END social share shortcode -->
Specifically, I'd like to set it into my header, but am generally looking to know if I need to make modifications to make this happen, or if I just bungled the code.
Thanks.
http://wordpress.org/extend/plugins/slick-social-share-buttons/