vk widgets disabled

This commit is contained in:
Zira project 2020-05-28 20:17:06 +05:00
parent 31c52d8449
commit bae2e31756
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
/*
window.onload = function() {
VK.init({apiId: 7213413, onlyWidgets: true});
VK.Widgets.Comments("vk_comments", {limit: 10, attach: "graffiti,photo"});
VK.Widgets.Like("vk_like", {type: "button"});
VK.Widgets.CommunityMessages("vk_community_messages", 188925450, {disableExpandChatSound: "1",tooltipButtonText: "Есть вопрос?"});
VK.Widgets.Group("vk_groups", {mode: 1, width: "auto"}, 188925450);
}
}
*/