diff --git a/extensions/socialite.vkontakte.js b/extensions/socialite.vkontakte.js index 59ec866..cda19bc 100644 --- a/extensions/socialite.vkontakte.js +++ b/extensions/socialite.vkontakte.js @@ -6,7 +6,7 @@ (function(window, document, Socialite, undefined) { // http://vk.com/developers.php?oid=-1&p=Share - // http://vk.com/developers.php?oid=-1&p=Like + // http://vk.com/dev/Like // http://vk.com/developers.php?oid=-1&p=Groups var VKCallbacks = []; @@ -71,7 +71,7 @@ // Vkontakte needs explicit element id el.id = 'vkontakte-like-' + (new Date()).getTime() + Math.random().toString().replace('.', '-'); Socialite.copyDataAttributes(instance.el, el); - like = extendConfWithAttributes(instance.el, ['type'], settings.like); + like = extendConfWithAttributes(instance.el, ['type', 'height', 'verb'], settings.like); instance.el.appendChild(el); VK.Widgets.Like(el.id, like); });