Все привет!
Можете помочь сделать такую фишку, как на пингвере?
Поделиться ссылкой...
Вот так у них выглядит кнопка:
Code
<script type="text/javascript">
function sharePingver() {
tltl = document.title // title page
width = 550
height = 268
w_top = (window.screen.height - height)/2
w_left = (window.screen.width - width)/2
window.open('http://pingver.ru/dir/1?url='+document.location.href+'&tltl='+tltl+'&cmg=1', 'sharePin','width=550px,height=268px,resizable=yes,scrollbars=yes,left='+w_left+',top='+w_top);
}
</script>
<a href="javascript:;" onclick="sharePingver()">Сохранить в Пингвер</a>
Можете помочь также сделать? :)