sp-dev-fx-webparts/samples/react-youtube
petkir 71f6469fa0 URL dev.office.com to docs.microsoft.com 2020-06-09 09:09:22 +02: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 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
src/webparts/youtube Sort response by most recent publish date, decode & in title and description. 2020-01-11 20:03:12 -05: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 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
README.md URL dev.office.com to docs.microsoft.com 2020-06-09 09:09:22 +02: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.json Bump axios from 0.16.2 to 0.19.0 in /samples/react-youtube 2019-11-02 14:39:36 +00:00
tsconfig.json 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
tslint.json Add tslint at the root of each SPFx project (#394) 2018-01-08 15:58:48 +02: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

drop

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)

Version history

Version Date Comments
1.0 October 02, 2017 Initial release

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.