Remove title (social networks take it automatically from og:title)

master
Vitaliy Filippov 2016-05-02 23:24:43 +03:00
parent ce89acecb1
commit 8227ec3951
1 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@
} }
} }
}, },
popupUrl: 'https://connect.mail.ru/share?share_url={url}&title={title}', popupUrl: 'https://connect.mail.ru/share?share_url={url}',
popupWidth: 492, popupWidth: 492,
popupHeight: 500 popupHeight: 500
}, },
@ -112,7 +112,7 @@
options._.push(deferred); options._.push(deferred);
getScript(makeUrl(jsonUrl, {index: index}), null, function() { deferred.reject(); }); getScript(makeUrl(jsonUrl, {index: index}), null, function() { deferred.reject(); });
}, },
popupUrl: 'https://vk.com/share.php?url={url}&title={title}', popupUrl: 'https://vk.com/share.php?url={url}',
popupWidth: 655, popupWidth: 655,
popupHeight: 450 popupHeight: 450
}, },