Youtube Video Search on Sharepoint!! Scenario :- Users should be able to search for youtube videos and play them. Pre-Requsite :- Basics of React and sharepoint content editor webpart. UI Layout :- React App steps for build The react solution has total five componenets of which only one is class based component all other are functional components. App Search Bar Video Details Video List Video List Item For searching youtube videos from the youtube we use youtube-api-search package. We also need to have an API Key for youtube to know who is searching the videos. NPM install youtube-api-search We can use the YTSearch function from the api to perform the search. In the callback function we get the list of videos. App :- It’s a parent componenet which holds all the child components. Its contains internal state of Videos and selected Video. Search :- It’s a functional component where we show a search box and onchang...
Blogging about new things I learned in SharePoint, powershell and Office 365 applications.