diff --git a/_config.yml b/_config.yml
index d2d6bb20..443f4753 100644
--- a/_config.yml
+++ b/_config.yml
@@ -34,22 +34,25 @@ owner:
twitter: mmistakes
facebook: michaelrose
google:
- plus: MichaelRoseDesign
- analytics: UA-2011187-3
- verify: UQj93ERU9zgECodaaXgVpkjrFn9UrDMEzVamacSoQ8Y
- ad-client: ca-pub-7328585512091257
- ad-slot: 7855747535
- bing-verify: D81F4C18A6CB3018F64D7C827D953DFD
- github: mmistakes
- stackoverflow:
- linkedin:
- instagram: mmistakes
- lastfm:
- tumblr:
- pinterest:
- foursquare:
- steam:
- dribbble:
+ plus: #username
+ analytics:
+ verify:
+ ad-client:
+ ad-slot:
+ bing-verify:
+ github: #username
+ stackoverflow: #http://stackoverflow.com/users/123456/username
+ linkedin: #username
+ instagram: #username
+ lastfm: #username
+ tumblr: #username
+ pinterest: #username
+ foursquare: #username
+ steam: #username
+ dribbble: #username
+ youtube: #username
+ soundcloud: #username
+ weibo: #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"]
\ No newline at end of file
+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..08a387dd 100644
--- a/_includes/_author-bio.html
+++ b/_includes/_author-bio.html
@@ -23,3 +23,6 @@
{% 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 %}
+{% if author.weibo %} Weibo{% endif %}
\ No newline at end of file