Get share count via php code

To return the MashShare share count paste the php code in one of your theme template files within the post loop:
echo get_post_meta($post->ID, 'mashsb_shares', true);

Still need help? Contact Us Contact Us