We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4baeea commit 7db5774Copy full SHA for 7db5774
_config.yml
@@ -339,6 +339,15 @@ facebook_comments_plugin:
339
width: 100% # default width is 550px
340
scheme: light # default scheme is light (light or dark)
341
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
+
351
352
# Show number of visitors to each article.
353
# You can visit https://leancloud.cn get AppID and AppKey.
0 commit comments