I've been working on incorporating this share button into my website....
Although it functions properly as is, I want to switch out the icon font for an image.
I attempted to modify certain CSS properties, but encountered some issues.
http://jsfiddle.net/eu0tbjLo/4/
<div class="article-icon-box social-media-popup">
<div class='share-button'> <img src="" alt="S"/></div>
</div>