Yes....I'd much rather not do anything complex or have to hide them, but how would I do this? For instance, when you go to get the facebook share code....it gives you something like this:
<div class="fb-like" data-href="http://www.mysite.com/" data-send="false" data-width="450" data-show-faces="false"></div>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=269568313060286";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
So how would I make it so that my own little facebook image appears? I don't see how I could insert my own image. Or maybe you meant something else?