Deployment
- Copy the SPSocialTagCounters.wsp file to your SharePoint environment;
- Add the solution to your farm;
stsadm -o addsolution -filename SPSocialTagCounters.wsp
- Deploy the solution on your farm.
stsadm -o deploysolution -name SPSocialTagCounters.wsp -immediate -allowgacdeployment
Implementation
- Open your master page in Visual Studio or SharePoint Designer;
- Register the User Control in your master page;
<%@ Register TagPrefix="SPSocialTagsCounters" TagName="SocialTags" src="~/_controltemplates/SPSocialTagCounters/Tags.ascx" %>
- Find a suitable location and add the control to the master page.
<SPSocialTagsCounters:SocialTags runat="server"/>