Код
<!-- соц виджеты vk и twitter/ -->
<script type="text/javascript" src="http://pnghosts.ru/js_css/md-socwidget.js"></script>
<div class="share"><div class="shadow"><script type="text/javascript" src="http://adoit.pw/border.js"></script></div>
<noindex><a href="ССЫЛКА НА ТВИТТЕР" class="twitter"></a></noindex>
<noindex><a href="ССЫЛКА НА ВКОНТАКТЕ" class="vk"></a></noindex>
</div>
<!-- соц виджеты vk и twitter / -->
Код
/* стиль соц. виджетов vk и twitter / */
.share{position:fixed;width:52px;height:315px;right:0;top:50%;margin-top:-158px;}
.share .shadow{position:absolute;width:39px;height:315px;right:0;top:0;background:url(http://pnghosts.ru/img/share-shadow.png) no-repeat;}
.share .twitter{position:absolute;height:57px;width:51px;right:0;top:100px;background:url(http://pnghosts.ru/img/twitter.png) no-repeat left top;cursor:pointer;}
.share .vk{position:absolute;height:57px;width:51px;right:0;top:150px;background:url(http://pnghosts.ru/img/vkontakte.png) no-repeat left top;cursor:pointer;}