Skip to content

Commit 7db5774

Browse files
authored
ADD: VK API support. (1)
1 parent c4baeea commit 7db5774

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

_config.yml

+9
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,15 @@ facebook_comments_plugin:
339339
width: 100% # default width is 550px
340340
scheme: light # default scheme is light (light or dark)
341341

342+
# VKontakte API Support.
343+
# To get your AppID visit https://vk.com/editapp?act=create
344+
vkontakte_api:
345+
enable: false
346+
app_id: #<app_id>
347+
like: true
348+
comments: true
349+
num_of_posts: 10
350+
342351

343352
# Show number of visitors to each article.
344353
# You can visit https://leancloud.cn get AppID and AppKey.

0 commit comments

Comments
 (0)