diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 376c189..3748087 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -33,6 +33,7 @@ twitter = "example"
facebook = "facebook_id"
social_banner = "img/banner.png"
posts_navigation = true
+# issoHost = "comments.domain.tld:1234"
# githubRepo = "githubUsername/repositoryName"
[params.colors]
diff --git a/layouts/blog/single.html b/layouts/blog/single.html
index ccae2db..3e7155f 100644
--- a/layouts/blog/single.html
+++ b/layouts/blog/single.html
@@ -70,6 +70,9 @@
+ {{ if .Site.Params.issoHost }}
+
+ {{ end }}
diff --git a/layouts/partials/footer_scripts.html b/layouts/partials/footer_scripts.html
index b0b2db0..86692bf 100644
--- a/layouts/partials/footer_scripts.html
+++ b/layouts/partials/footer_scripts.html
@@ -18,6 +18,16 @@
{{ end }}
+
+{{ if .Site.Params.issoHost }}
+
+{{ end }}
+
{{ if .Site.Params.share }}
{{ end }}
diff --git a/layouts/partials/head_includes.html b/layouts/partials/head_includes.html
index 6b917b2..e219463 100644
--- a/layouts/partials/head_includes.html
+++ b/layouts/partials/head_includes.html
@@ -44,6 +44,14 @@
{{ end }}
+{{ if .Site.Params.issoHost }}
+
+{{ end }}
+