Skip to content

thomashdk/Our.Umbraco.YouTubePicker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Our.Umbraco.YouTubePicker

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:

  1. Add the package via nuget: https://www.nuget.org/packages/Our.Umbraco.YouTubePicker/
  2. Create a new Datatype in the Developer section of Umbraco
  3. 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).
  1. 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

https://developers.google.com/apis-explorer/#p/youtube/v3/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 42.3%
  • JavaScript 25.8%
  • CSS 25.3%
  • Classic ASP 3.8%
  • C# 2.8%