diff --git a/follow-css.tpl.php b/follow-css.tpl.php
index 1155ccd..662d5bf 100644
--- a/follow-css.tpl.php
+++ b/follow-css.tpl.php
@@ -94,6 +94,10 @@
   background-image: url(<?php print $icon_path; ?>/icon-spiceworks.png);
 }
 
+<?php print $selector_prefix; ?>a.follow-link-github {
+  background-image: url(<?php print $icon_path; ?>/icon-github.png);
+}
+
 <?php print $selector_prefix; ?>a.follow-link-newsletter {
   background-image: url(<?php print $icon_path; ?>/icon-newsletter.png);
 }
diff --git a/follow.inc b/follow.inc
index 64bf244..147a7e1 100644
--- a/follow.inc
+++ b/follow.inc
@@ -401,6 +401,10 @@ function follow_default_networks($uid) {
       'title' => t('Spiceworks'),
       'domain' => 'spiceworks.com',
     ),
+    'github'   => array(
+      'title'  => t('Github'),
+      'domain' => 'github.com',
+    ),
   );
   if ($uid == 0) {
     $networks['this-site'] = array(
