2020-06-09 03:09:22 -04:00
---
page_type: sample
products:
- office-sp
languages:
- javascript
- typescript
extensions:
contentType: samples
technologies:
- SharePoint Framework
platforms:
- react
createdDate: 10/1/2017 12:00:00 AM
---
2020-11-09 00:21:25 -05:00
# YouTube
2017-10-09 04:48:46 -04:00
## Summary
2020-10-02 23:28:01 -04:00
This web part allows to search and view the YouTube videos, across the YouTube API, directly on a SharePoint page, furthermore the property panel offers the possibility to specify the API key, the number of items to display and it is also possible specify a YouTube Channel Id.
2017-10-09 04:48:46 -04:00
![Demo ](./assets/Preview.gif )
2020-10-02 23:28:01 -04:00
## Used SharePoint Framework Version
![SPFx 1.11 ](https://img.shields.io/badge/version-1.11-green.svg )
2017-10-09 04:48:46 -04:00
## Applies to
2020-06-09 03:09:22 -04:00
* [SharePoint Framework ](https://docs.microsoft.com/sharepoint/dev/spfx/sharepoint-framework-overview )
* [Office 365 tenant ](https://docs.microsoft.com/sharepoint/dev/spfx/set-up-your-development-environment )
2017-10-09 04:48:46 -04:00
## Prerequisites
2020-10-02 23:28:01 -04:00
> Is necessary to have a google developer API key in order to perform REST API call
2017-10-09 04:48:46 -04:00
## Solution
Solution|Author(s)
--------|---------
2020-10-02 23:28:01 -04:00
react-YouTube|Giuliano De Luca ([@giuleon](https://twitter.com/giuleon) , [www.delucagiuliano.com ](https://delucagiuliano.com ))
2017-10-09 04:48:46 -04:00
2020-10-01 10:32:49 -04:00
Solution|Contributor(s)
--------|---------
2020-10-02 23:28:01 -04:00
react-YouTube|Ravi Chandra ([@ravi_maniyani](https://twitter.com/ravi_maniyani) , [www.netwoven.com ](https://netwoven.com ))
2017-10-09 04:48:46 -04:00
## Version history
Version|Date|Comments
-------|----|--------
1.0|October 02, 2017|Initial release
2020-10-01 10:32:49 -04:00
2.0|October 01, 2020|Upgrade from 1.3.0 to 1.11.0
2017-10-09 04:48:46 -04:00
## Disclaimer
2020-10-02 23:28:01 -04:00
2017-10-09 04:48:46 -04:00
**THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.**
---
## Minimal Path to Awesome
- Clone this repository
- in the command line run:
- `npm install`
- `gulp serve`
## Features
2020-10-02 23:28:01 -04:00
2017-10-09 04:48:46 -04:00
This Web Part illustrates the following concepts on top of the SharePoint Framework:
2020-10-02 23:28:01 -04:00
- YouTube - How to leverage the YouTube capabilities.
2017-10-09 04:48:46 -04:00
2020-10-02 23:28:01 -04:00
< img src = "https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/react-YouTube" / >