Always use HTTP for VK counter (HTTP causes redirect).

master
Artem Sapegin 2015-01-13 18:03:30 +03:00
parent 3b568613ab
commit 5710ce8ee7
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@
popupHeight: 360
},
vkontakte: {
counterUrl: protocol + '//vk.com/share.php?act=count&url={url}&index={index}',
counterUrl: 'https://vk.com/share.php?act=count&url={url}&index={index}',
counter: function(jsonUrl, deferred) {
var options = services.vkontakte;
if (!options._) {