Hi I have my own images I want to use for the share buttons, I have them working for facebook and twitter using the following
<?php echo do_shortcode('[wpsr_retweet output="image" image="/blog/wp-content/themes/epiphanymagazine/images/post_twitter.png"]'); ?>
<?php echo do_shortcode('[wpsr_facebook output="image" image="/blog/wp-content/themes/epiphanymagazine/images/post_facebook.png"]'); ?>
However if I use output="image" with the google+ one nothing appears. and in the documentation it doesn't look like it has an image attribute to tell it which image to use. I am currently adding the button using
<?php echo do_shortcode('[wpsr_plusone]');?>
Also If I use my own images is there anyway to still show the count for each of these buttons?
thanks
Rachael