diff --git a/assets/images/help/profile/social-link-example.png b/assets/images/help/profile/social-link-example.png new file mode 100644 index 0000000000..f32d11c34e Binary files /dev/null and b/assets/images/help/profile/social-link-example.png differ diff --git a/assets/images/help/profile/social-link-platform.png b/assets/images/help/profile/social-link-platform.png new file mode 100644 index 0000000000..555a8a59da Binary files /dev/null and b/assets/images/help/profile/social-link-platform.png differ diff --git a/assets/images/help/profile/social-link-url.png b/assets/images/help/profile/social-link-url.png new file mode 100644 index 0000000000..bdefdb5b7f Binary files /dev/null and b/assets/images/help/profile/social-link-url.png differ diff --git a/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile.md b/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile.md index 2d9b69cef2..3a9ae553f6 100644 --- a/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile.md +++ b/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile.md @@ -128,6 +128,28 @@ When others view your profile, they will see your location, local time, and the {% data reusables.profile.update-profile %} +{% endif %} + +{% ifversion profile-social-links %} + +## Adding links to your social accounts + +You can add up to four links to social accounts on your profile. These are visible to anyone who can view your profile. + +![Screenshot showing the @octocat profile using social links](/assets/images/help/profile/social-link-example.png) + +{% data reusables.user-settings.access_settings %} +1. In the "Social accounts" section, select the dropdown menu next to one of the four links, and click the type of social account you want to add, or click **Other**. + + ![Screenshot showing the social account type dropdown field](/assets/images/help/profile/social-link-platform.png) + +1. Next to the dropdown menu, type the full URL of the social account. For example, for the `@GitHub` Twitter account, type `https://twitter.com/github`. + + ![Screenshot showing the social account URL field](/assets/images/help/profile/social-link-url.png) + +{% data reusables.profile.update-profile %} + + {% endif %} ## Setting a status diff --git a/data/features/profile-social-links.yml b/data/features/profile-social-links.yml new file mode 100644 index 0000000000..9760622bac --- /dev/null +++ b/data/features/profile-social-links.yml @@ -0,0 +1,5 @@ +# Issue 8663 +# Profile social links +versions: + fpt: '*' + ghec: '*'