Skip to content

Simple plugin to get information about videos from YouTube. A friend needed to get descriptions of videos for his web app so I hacked this together.

Notifications You must be signed in to change notification settings

jwdunne/jQuery-ytAPI-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

This JS requires jQuery. In fact, it’d be pretty useless without it. All you need to have some script tag thingies after bringing jQuery into the equation:

<script type="text/javascript" src="js/jquery.yt-api.js"></script>

index.html has a basic example but you should use the YouTube Data API as a reference since this is just a quick and dirty abstraction over that.

Although this currently relies on jQuery down to the core, I’m thinking of completely removing this dependency. It’d probably be more useful.

About

Simple plugin to get information about videos from YouTube. A friend needed to get descriptions of videos for his web app so I hacked this together.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published