I would like to kwon if it is possible display this info on homepage and how??
thanks
Technology Tips and News
I would like to kwon if it is possible display this info on homepage and how??
thanks
Hi,
This web part is Followed Counts web part, available in SharePoint 2013 My Site News Feeds.
If you want to show the same message in normal site like team site home page, I would suggest you to custom a web part, that retrieve the following count of current login user.
To retrieve this information, you can use SPSocialFollowingManager class, which provides methods for managing a users list of followed actors (users, documents, sites, and tags), more information:
http://msdn.microsoft.com/en-us/library/microsoft.office.server.social.spsocialfollowingmanager_members.aspx
Thanks,
Hello,
Thanks for your post and replies, Donald solution used to work for us until we updated our server with August CU 2015 (SharePoint 2013). Now we are getting the following error:
The "FollowedCountsWebPart" Web Part appears to be causing a problem. Object reference not set to an instance
of an object.
Any ideas on how to fix this?
Thanks