diff --git a/README.md b/README.md
index 781093e..8acf02d 100644
--- a/README.md
+++ b/README.md
@@ -188,6 +188,7 @@ Want your website featured here? [Contact me](http://deanattali.com/aboutme#cont
 | [kootenpv.github.io](http://kootenpv.github.io/) | Pascal van Kooten | Data analytics |
 | [sjackman.ca](http://sjackman.ca) | Shaun Jackman | PhD candidate in bioinformatics |
 | [epwalsh.fyi](https://epwalsh.fyi) | Evan Pete Walsh | PhD candidate (Statistics and Mathematics) at Iowa State University |
+| [otomatikmuhendis.com](http://otomatikmuhendis.com/) | Olcay Bayram | Software engineer |
 
 ### Very advanced: Local development
 
diff --git a/_config.yml b/_config.yml
index 3e90d7e..bd8d394 100644
--- a/_config.yml
+++ b/_config.yml
@@ -48,6 +48,7 @@ author:
   xing: yourname      # eg. daattali
   stackoverflow: yourlink  # eg. "3943160/daattali"
   instagram: yourname # eg. daattali
+  youtube: yourlink # eg. user/daattali or channel/daattali
 
 # Select which links to show in the footer
 footer-links-active:
@@ -60,6 +61,7 @@ footer-links-active:
   xing: false
   stackoverflow: false
   instagram: false
+  youtube: false
 
 # Select which share links to show in posts
 share-links-active:
diff --git a/_includes/disqus.html b/_includes/disqus.html
index 510ab12..fd05ba0 100644
--- a/_includes/disqus.html
+++ b/_includes/disqus.html
@@ -3,7 +3,7 @@
 	<div id="disqus_thread"></div>
 	<script type="text/javascript">
 	    var disqus_shortname = '{{ site.disqus }}';
-	    // ensure that pages with query string get the same discussion
+	    /* ensure that pages with query string get the same discussion */
             var url_parts = window.location.href.split("?");
             var disqus_url = url_parts[0];	    
 	    (function() {
diff --git a/_includes/footer.html b/_includes/footer.html
index 3d38489..cbf7f9d 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -82,6 +82,16 @@
               </span>
             </a>
           </li>
+          {% endif %}
+      {% if site.author.youtube and site.footer-links-active.youtube %}
+          <li>
+            <a href="https://www.youtube.com/{{ site.author.youtube }}" title="YouTube">
+              <span class="fa-stack fa-lg">
+                <i class="fa fa-circle fa-stack-2x"></i>
+                <i class="fa fa-youtube fa-stack-1x fa-inverse"></i>
+              </span>
+            </a>
+          </li>
           {% endif %}
 		  {% if site.footer-links-active.rss %}
 		  <li>
@@ -91,14 +101,14 @@
 				<i class="fa fa-rss fa-stack-1x fa-inverse"></i>
 			  </span>
 			</a>
-		  </li>		
-          {% endif %}		  
+		  </li>
+          {% endif %}
         </ul>
         <p class="copyright text-muted">
 		  {{ site.author.name }}
 		  &nbsp;&bull;&nbsp;
 		  {{ site.time | date: '%Y' }}
-		  
+
 		  {% if site.url-pretty %}
 		  &nbsp;&bull;&nbsp;
 		  <a href="{{ site.url }}">{{ site.url-pretty }}</a>