diff --git a/_config.yml b/_config.yml
index f066a8c..4d83f24 100644
--- a/_config.yml
+++ b/_config.yml
@@ -64,6 +64,7 @@ work_url: # work page URL
keybase_username: # your keybase user name
wikidata_id: # your wikidata id
dblp_url: # your DBLP profile url
+stackoverflow_id: #your stackoverflow id
contact_note: >
You can even add a little note about which of these is the best way to reach you.
diff --git a/_includes/social.html b/_includes/social.html
index c783058..027fcc9 100644
--- a/_includes/social.html
+++ b/_includes/social.html
@@ -15,3 +15,5 @@
{% if site.keybase_username %}{% endif %}
{% if site.gitlab_username %}{% endif %}
{% if site.dblp_url %}{% endif %}
+{% if site.stackoverflow_id %}{% endif %}
+