diff --git a/_config.yml b/_config.yml
index 5254293..a18f0c1 100644
--- a/_config.yml
+++ b/_config.yml
@@ -80,6 +80,7 @@ orcid_id: # your ORCID ID
medium_username: # your Medium username
quora_username: # your Quora username
publons_id: # your ID on Publons
+osf_id: # your OSF ID
research_gate_profile: # your profile on ResearchGate
blogger_url: # your blogger URL
work_url: # work page URL
diff --git a/_includes/social.html b/_includes/social.html
index 38b5d3b..e05eb4f 100644
--- a/_includes/social.html
+++ b/_includes/social.html
@@ -19,6 +19,9 @@
{%- if site.publons_id -%}
{% endif %}
+ {%- if site.osf_id -%}
+
+ {% endif %}
{%- if site.research_gate_profile -%}
{% endif %}