|
|
|
|
if (typeof vk_click !== 'function') {
function vk_click(url, image) {
var shareUrl = 'https://vk.com/share.php?url=' + encodeURIComponent(url) + '&title=' + encodeURIComponent(document.title);
window.open(shareUrl, 'sharer', 'toolbar=0,status=0,width=626,height=436');
if (typeof obShare !== 'undefined' && typeof obShare.repost === 'function') {
obShare.repost();
}
return false;
}
}
|
|
|
Комментарии:
Ваш комментарий может стать первым.