sp-dev-fx-webparts/samples/react-followedsites/README.md

54 lines
2.5 KiB
Markdown
Raw Normal View History

# Followed Sites web part
2020-07-20 00:55:03 -04:00
> NOTE: This sample is available in the [PnP Starter Kit](https://github.com/pnp/sp-starter-kit). You can find the sample code for this web part at https://github.com/pnp/sp-starter-kit/tree/master/solution/src/webparts/followedSites.
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.
![Followed Sites](https://github.com/pnp/sp-starter-kit/raw/master/assets/images/components/part-followed-sites.gif)
## How to use this web part on your web pages
1. Place the page you want to add this web part to in edit mode.
2. Search for and insert the **Followed Sites** web part.
3. Configure the web part to update its properties.
## Configurable Properties
2021-04-26 02:08:59 -04:00
The `Followed Sites` web part can be configured with the following properties:
2020-07-20 00:55:03 -04:00
| Label | Property | Type | Required | Description |
| ---- | ---- | ---- | ---- | ---- |
2021-04-26 02:08:59 -04:00
| Followed Sites | title | string | no | The web part title, editable inline with the web part itself |
2020-07-20 00:55:03 -04:00
| 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 |
2021-04-26 02:08:59 -04:00
## Installing the web part
2020-07-20 00:55:03 -04:00
2021-05-02 15:04:59 -04:00
See getting started from [SP-Starter-Kit repository readme](https://github.com/pnp/sp-starter-kit).
2020-07-20 00:55:03 -04:00
2021-05-02 15:04:59 -04:00
You can also download just the [SharePoint Framework solution package (spppkg) file](https://github.com/pnp/sp-starter-kit/blob/master/package/sharepoint-starter-kit.sppkg) and install that to your tenant. This web part utilizes the SharePoint Rest API, `/_api/social.following/my/followed(types=4)`, endpoint.
2020-07-20 00:55:03 -04:00
2021-04-26 02:08:59 -04:00
## Screenshots
2020-07-20 00:55:03 -04:00
![Followed Sites](https://github.com/pnp/sp-starter-kit/raw/master/assets/images/components/part-followed-sites.png)
2021-04-26 02:08:59 -04:00
## Source Code
2020-07-20 00:55:03 -04:00
2021-05-02 15:04:59 -04:00
https://github.com/pnp/sp-starter-kit/tree/master/solution/src/webparts/followedSites
2020-07-20 00:55:03 -04:00
2021-04-26 02:08:59 -04:00
## Minimal Path to Awesome
2020-07-20 00:55:03 -04:00
- Clone this repository
- Move to Solution folder
- in the command line run:
- `npm install`
- `gulp serve`
2021-04-26 02:08:59 -04:00
## Version history
2020-07-20 00:55:03 -04:00
Version|Date|Comments
-------|----|--------
1.0|May 2018|Initial release
2023-03-12 21:16:15 -04:00
<img src="https://m365-visitor-stats.azurewebsites.net/sp-dev-fx-webparts/samples/react-followed-sites" />