sp-dev-fx-webparts/samples/react-youtube
Hugo Bernier 1f53510b03 Updated readme 2020-10-02 23:28:01 -04:00
..
.vscode Added two samples (image magnifier and youtube webpart) furthermore react-peoplepicker is upgraded to drop 1.3.0 (#310) 2017-10-09 04:48:46 -04:00
assets Added two samples (image magnifier and youtube webpart) furthermore react-peoplepicker is upgraded to drop 1.3.0 (#310) 2017-10-09 04:48:46 -04:00
config Webpart version changed to 2.0.0 from 1.0.0 2020-10-01 10:56:44 -07:00
src SPFx version Upgrade from 1.3.0 to 1.11.0 2020-10-01 07:04:04 -07:00
typings Added two samples (image magnifier and youtube webpart) furthermore react-peoplepicker is upgraded to drop 1.3.0 (#310) 2017-10-09 04:48:46 -04:00
.editorconfig Added two samples (image magnifier and youtube webpart) furthermore react-peoplepicker is upgraded to drop 1.3.0 (#310) 2017-10-09 04:48:46 -04:00
.gitignore Added two samples (image magnifier and youtube webpart) furthermore react-peoplepicker is upgraded to drop 1.3.0 (#310) 2017-10-09 04:48:46 -04:00
.yo-rc.json SPFx version Upgrade from 1.3.0 to 1.11.0 2020-10-01 07:04:04 -07:00
README.md Updated readme 2020-10-02 23:28:01 -04:00
gulpfile.js Added two samples (image magnifier and youtube webpart) furthermore react-peoplepicker is upgraded to drop 1.3.0 (#310) 2017-10-09 04:48:46 -04:00
package-lock.json Updated readme 2020-10-02 23:28:01 -04:00
package.json Webpart version changed to 2.0.0 from 1.0.0 2020-10-01 10:56:44 -07:00
tsconfig.json SPFx version Upgrade from 1.3.0 to 1.11.0 2020-10-01 07:04:04 -07:00
tslint.json SPFx version Upgrade from 1.3.0 to 1.11.0 2020-10-01 07:04:04 -07:00

README.md

page_type products languages extensions
sample
office-sp
javascript
typescript
contentType technologies platforms createdDate
samples
SharePoint Framework
react
10/1/2017 12:00:00 AM

YouTube Web Part

Summary

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.

Demo

Used SharePoint Framework Version

SPFx 1.11

Applies to

Prerequisites

Is necessary to have a google developer API key in order to perform REST API call

Solution

Solution Author(s)
react-YouTube Giuliano De Luca (@giuleon , www.delucagiuliano.com)
Solution Contributor(s)
react-YouTube Ravi Chandra (@ravi_maniyani , www.netwoven.com)

Version history

Version Date Comments
1.0 October 02, 2017 Initial release
2.0 October 01, 2020 Upgrade from 1.3.0 to 1.11.0

Disclaimer

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

This Web Part illustrates the following concepts on top of the SharePoint Framework:

  • YouTube - How to leverage the YouTube capabilities.