Added vk sharing button.

This commit is contained in:
Olga Filipova
2015-05-12 22:30:09 +02:00
parent 82f3ffad06
commit 7543781046
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -16,6 +16,9 @@ define([
},
"instapaper": function($el) {
window.open("http://www.instapaper.com/text?u="+encodeURIComponent(location.href));
},
"vk": function($el) {
window.open("http://vkontakte.ru/share.php?url="+encodeURIComponent(location.href));
}
};