Don't forget to do a NuGet restore.
You can login to the website and test the YouTube Picker. Here are the login details:
username: [email protected]
password: 1234567890
Usage:
- Add the package via nuget: https://www.nuget.org/packages/Our.Umbraco.YouTubePicker/
- Create a new Datatype in the Developer section of Umbraco
- Add your:
- Google API key
- The ID of the YouTube Channel you want to list the videos & playlists from
- The number of results per page (YouTube maximum is 50).
- Add a new field to your page, and use the YouTube Picker datatype.
When creating the nuget package, use the following command nuget pack Our.Umbraco.YouTubePicker.csproj -Exclude bin/**/.
YouTube API Explorer