···94949595#### Social media
96969797-Your website supports linking and sharing to social media services you're using, including Facebook, Dribbble, LinkedIn, Twitter, and YouTube. To identify the services you use:
9797+Your website supports linking and sharing to social media services you're using, including Behance, Facebook, Dribbble, LinkedIn, Stack Overflow, Twitter, and YouTube. To identify the services you use:
989899991. Edit your repository's `_config.yml` file.
100100-2. Add a `social_media` dictionary line, and represent the services you like in a simple `key: value` form:
100100+2. Edit the `social_media` dictionary line, and represent the services you like in a simple `key: value` form:
101101102102```
103103social_media:
104104+ behance: your_username
104105 facebook: your_username
105106 dribbble: your_username
106107 linkedin: your_username
108108+ stackoverflow: your_user_id
107109 twitter: your_username
108110 youtube: your_username
109111```