This is a JQuery plugin to retrieve ratings, statistics and data of a given youtube video. Now, you can display all the stats of a video just like on youtube which includes the rating, title, description, viewcount and much more. A list of all the properties supported are provided below:
- allowAutoplay
- allowCommentVote
- allowComments
- allowEmbedding
- allowList
- allowRatings
- allowSyndicate
- allowVideoResponses
- author
- averageRating
- category
- defaultImage
- description
- dislikePercent
- duration
- durationFormatted
- favoriteCount
- likePercent
- numDislikes
- numLikes
- numRaters
- previewImage
- publishDate
- thumbnails: Array3
The plugin makes use of HandleBars templating, which results in complete sepration of scripting and your html/css. As a result, you can quite easily create your own layouts.
If you wish to, you can build your own html structure without using any handlebars template.
Please, let me know if you have any custom youtube functionality ideas.