I have the same issue ... using the replete theme and a text widget
i added the icon using a text widget and the following code ...
<a href="http://www.youtube.com/channel/UCT6v5"><img src="http://mydomain.com/socialicons/youTube.png" /></a>
for some reason it is getting wrapped into the following css
<a href="http://www.youtube.com/channel/UCT6v5" rel="lightbox[auto_group1]">
<img src="http://mydomain.com/socialicons/youTube.png" />
<span class="image_overlay_effect lightbox_video" style="display: block; z-index: 5; opacity: 0;">
<span class="image_overlay_effect_inside"></span></a>