diff --git a/README.md b/README.md
index 2a3b9be..5174dbe 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,7 @@ copyright = "© Copyright notice"
twitter = "Your Twitter username"
github = "Your GitHub username"
linkedin = "Your LinkedIn username"
+ googleplus = "Your Google+ user id"
facebook = "Your Facebook username"
stackoverflow = "Your Stackoverflow profile"
# Google Analytics API key.
diff --git a/layouts/partials/link.html b/layouts/partials/link.html
index 5b34966..d36af23 100644
--- a/layouts/partials/link.html
+++ b/layouts/partials/link.html
@@ -6,7 +6,12 @@
{{ end }}
{{ with .Site.Params.twitter }}
-
+
+
+ {{ end }}
+ {{ with .Site.Params.googleplus }}
+
+
{{ end }}
{{ with .Site.Params.facebook }}