Никто кнопки твиттера и прочих вконтактов не нажимает, ну и нафик их...
в postbit_legacy выкинул
Цитата: <div class="twitter">
<a href="http://twitter.com/intent/tweet?text=https://olegon.ru/showthread.php?p=$post[postid]#post$post[postid]" title="Опубликовать ссылку в Twitter" target="_blank"></a>
</div>
<div class="vkontakte">
<a href="http://vkontakte.ru/share.php?url=https://olegon.ru/showthread.php?p=$post[postid]#post$post[postid]" title="Опубликовать ссылку во ВКонтакте" onclick="window.open(this.href, 'Опубликовать ссылку во Вконтакте', 'width=800,height=300'); return false"></a>
</div>
<div class="facebook">
<a href="https://www.facebook.com/sharer/sharer.php?u=https://olegon.ru/showthread.php?p=$post[postid]#post$post[postid]" title="Опубликовать ссылку в Facebook" onclick="window.open(this.href, 'Опубликовать ссылку в Facebook', 'width=640,height=436,toolbar=0,status=0'); return false"></a>
</div>
<div class="googleplus">
<a href="https://plus.google.com/share?url=https://olegon.ru/showthread.php?p=$post[postid]#post$post[postid]" title="Опубликовать ссылку в Google Plus" onclick="window.open(this.href, 'Опубликовать ссылку в Google Plus', 'width=800,height=300'); return false"></a>
</div>
из общих стилей выкинул
Цитата: .twitter{float:left;margin-left:20px;margin-right:5px;padding:5px 0;}
.twitter a{opacity: 0.5;display:block;width:14px;height:16px;background:url("/images/icon-twitter.gif") no-repeat scroll 0 0 transparent;}
.twitter a:hover{opacity:1;}
.facebook{float:left;margin-right:5px;padding:5px 0;}
.facebook a{opacity: 0.5;display:block;width:14px;height:16px;background:url("/images/icon-facebook.png") no-repeat scroll 0 0 transparent;}
.facebook a:hover{opacity:1;}
.vkontakte{float:left;margin-right:5px;margin-top:1px;padding:5px 0;}
.vkontakte a{opacity: 0.5;display:block;width:14px;height:16px;background:url("/images/icon-vkontakte.png") no-repeat scroll 0 0 transparent;}
.vkontakte a:hover{opacity:1;}
.googleplus{float:left;margin-right:15px;margin-top:1px;padding:5px 0;}
.googleplus a{opacity: 0.5;display:block;width:14px;height:16px;background:url("/images/icon-googleplus.png") no-repeat scroll 0 0 transparent;}
.googleplus a:hover{opacity:1;}