diff --git a/_config.yml b/_config.yml
index 6f99140c74..6f631d740a 100644
--- a/_config.yml
+++ b/_config.yml
@@ -387,6 +387,32 @@ disqus:
# count need to be false when hide is true
hide: false
+#
+wildfire:
+ enable: false
+ # version - It's recommended to use the following versions.
+ loaderVersion: 1.2.5 # https://www.npmjs.com/package/wildfire-comment
+ useDev: true
+ version: 0.5.6
+ # database config
+ databaseProvider: firebase # or wilddog
+ firebase: # your firebase config goes here ↓
+ apiKey:
+ authDomain:
+ databaseURL:
+ projectId:
+ storageBucket:
+ messagingSenderId:
+ wilddog: # your wilddog config goes here ↓
+ siteId:
+ # other configs
+ theme: light # or dark
+ locale: en # or other locales, e.g. zh-CN
+ defaultAvatarURL:
+# Any question?
+# Raise an issue here: https://github.com/cheng-kang/wildfire/issues
+#
+
# Hypercomments
#hypercomments_id:
diff --git a/_includes/_macro/post.html b/_includes/_macro/post.html
index b63a1267aa..0036aabf0d 100644
--- a/_includes/_macro/post.html
+++ b/_includes/_macro/post.html
@@ -146,6 +146,16 @@
data-disqus-identifier="{{ post.url }}" itemprop="commentCount">
+ {% elsif site.wildfire.enable %}
+
{% elsif site.hypercomments_id %}