This web part provides you the ability to display a list of site administrator defined number of sites that a given user is following, with paging as well as inline filtering of sites by keyword or phrase. Currently the list of followed sites includes classic as well as modern communication sites but does not include group enabled (modern) team sites.
- Place the page you want to add this web part to in edit mode.
- Search for and insert the Followed Sites web part.
- Configure the web part to update its properties.
The Followed Sites
webpart can be configured with the following properties:
Label | Property | Type | Required | Description |
---|---|---|---|---|
Followed Sites | title | string | no | The webpart title, editable inline with the webpart itself |
Number of followed sites to retrieve | nrOfItems | number | no | The number of sites to show per page, default = 10 |
Specify the sort order of the retrieved sites | sortOrder | number | no | Preferred site sort order. Default sort order driven by SharePoint, or by site name |
See getting started from SP-Starter-Kit repository readme.
You can also download just the SharePoint Framework solution package (sppkg) file and install that to your tenant. This web part utilizes the SharePoint Rest API, /_api/social.following/my/followed(types=4)
, endpoint.
https://github.com/pnp/sp-starter-kit/tree/master/source/react-followed-sites
- Clone this repository
- Move to Solution folder
- in the command line run:
npm install
gulp serve
Version | Date | Comments |
---|---|---|
1.0 | May 2018 | Initial release |