1. Create a custom theme, with a copy of the ProfileView.ascx template.
2. Open the template and find the id="sociallinks" section.
3. Here you will see five active:link tags. These are the icons at the top of the profile.
4. Add another link using the same syntax. Here is an example:
<active:link id="ctlAwesome" imageurl="~/DesktopModules/ActiveSocial/images/awesome.png" Target="_blank" url="[DNN:PROFILE:ProfileProperty]" runat="server" />
- Replace "ProfileProperty" with the actual name of the property that will contain the URL.
6. Add the icon to the /DesktopModules/ActiveSocial/images/ directory. The default icons are 32x32 pixels.
7. Clear cache / refresh page.
8. The icon will not display if the ProfileProperty is empty.