Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
$(document).ready(function(){
$("a[rel^='prettyPhoto']").prettyPhoto({
default_width: 930,
default_height: 553,
deeplinking: false,
social_tools: '<div class="soc"><a href="#" onclick="return addSoc(2);" title="Facebook">Facebook</a> <a href="#" onclick="return addSoc(3);" title="Vkontakte">Vkontakte</a> <a href="#" onclick="return addSoc(1);" title="Twitter">1</a> <a href="#" onclick="return addSoc(4);" title="Одноклассники.ru"> Одноклассники.ru </a> <a href="#" onclick="return addSoc(5);" title="LinkedIn">5</a> <a href="#" onclick="return addSoc(6);" title="Gpluse"> 6 </a> <a href="mailto:?subject=Полезная%20информация%20по%20поводу%20жилья&body=Квартиры%20в%20пригороде%20Киева%20за%2014000$%20(площадь%20от%2033кв.м%20по%20цене%20420$/кв.м):%20http://zmks.info">Пошлите ссылку на этот сайт другу</a></div>'
});
});
function addSoc(a) {
h=encodeURIComponent(window.location.href+window.location.hash);
t=encodeURIComponent(document.title);
d='Квартиры в пригороде Киева за 14000$ (площадь от 33кв.м по цене 420$/кв.м)';
if(a==1)h='twitter.com/timeline/home?status='+d+'%20'+h;
else if(a==2)h='www.facebook.com/share.php?u='+h;
else if(a==3)h='vkontakte.ru/share.php?url='+h;
else if(a==4)h='odnoklassniki.ru/dk?st.cmd=addShare&st.s=1000&st._surl='+h+'&tkn=3009';
else if(a==5)h='linkedin.com/shareArticle?mini=true&url='+h;
else if(a==6)h='plus.google.com/share?url='+h;
else return;
window.open('http://'+h,'Soc','screenX=100,screenY=100,height=500,width=550,location=no,toolbar=no,directories=no,menubar=no,status=no');
return false;
}