diff --git a/_config.yml b/_config.yml
index e38f727e..ab935e6d 100644
--- a/_config.yml
+++ b/_config.yml
@@ -50,6 +50,8 @@ owner:
foursquare: #username
steam: #username
dribbble: #username
+ youtube: #username
+ soundcloud: #username
include: [".htaccess"]
exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "*.sublime-project", "*.sublime-workspace", "test", "spec", "Gruntfile.js", "package.json", "node_modules", "Gemfile", "Gemfile.lock", "LICENSE", "README.md"]
diff --git a/_includes/_author-bio.html b/_includes/_author-bio.html
index f92d6319..98b4628a 100644
--- a/_includes/_author-bio.html
+++ b/_includes/_author-bio.html
@@ -23,3 +23,5 @@
{% if author.pinterest %} Pinterest{% endif %}
{% if author.foursquare %} Foursquare{% endif %}
{% if author.steam %} Steam{% endif %}
+{% if author.youtube %} Youtube{% endif %}
+{% if author.soundcloud %} Soundcloud{% endif %}
\ No newline at end of file